Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 798 Bytes

Readme.md

File metadata and controls

27 lines (15 loc) · 798 Bytes

BlueTrack

Binder

Present Target: Dynamic realtime plotting of sensor data from OBLU device to a web based GUI using plotly/dash

Binder: https://mybinder.org/v2/gh/rahulrajpl/bluetrack/master

Stage 1: (2D live plotting)

link

Stage 2: (3D live plotting)

link

Stage 3: 2D live plotting with pan, zoom and rotate functions

link

Stage 4: Analytics on Trajectory data (In progress)

References

[1] https://community.plot.ly
[2] https://pythonprogramming.net/live-graphs-data-visualization-application-dash-python-tutorial/ (via @Sentdex )
[3] https://www.youtube.com/watch?v=Ercd-Ip5PfQ (Matplotlib code)