/python-plots

matplotlib CSV plots on different data sources

Primary LanguagePython

python-plots

This project gathers different plotting routines for .csv-like data sources. It makes use of numpy, matplotlib and pylab.

Getting Started

Adapt the python files to your purposes or even use the existing code to plot your data.

Example plots

plotting IMU data

Simple pedestrian step counting implementation to analyse IMU data from Android phone. imu plots

plotting LiDAR data

Visualize error characteristics from an Ibeo Lux4 LiDAR sensor. lidar plots

plotting odometry data

Visualize the error growth when integrating IMU data versus odometry from wheel encoders. odometry plots