1
Fork 0
mpu6050/viz
2019-04-17 19:36:15 +02:00
..
README.md typo 2019-04-17 16:20:46 +02:00
requirements.txt basic line plotting 2019-04-17 10:49:52 +02:00
sample.txt real roll pitch data 2019-04-17 19:36:15 +02:00
viz.py add support for animation from text file 2019-04-17 16:13:43 +02:00

Python script to visualize data, e.g. roll and pitch, used for testing and demonstration purposes

Accepted file format from data recording, e.g.

1,2
2,3
3,6
4,9
5,4
6,7
7,7
8,4
9,3
10,7

For requirements, see requirements.txt

On linux, you need to install tkinter with

$ sudo apt-get install python3-tk

If you're having issues with matplotlib, install with apt

$ sudo apt-get install python3-matplotlib