Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 475 Bytes

mightybuga_logs_plotter

Some Python scripts that plot the output of the mightyBuga line follower (https://github.com/hmightypirate/AllMyCircuits)

Dependences

  • Python 2.7
  • numpy
  • matplotlib
  • scipy
  • pandas

Run

python run_${WHATEVER}.py  # first edit the file to change configuration
  • run_basic_plot plots a basic plot of the selected columns
  • run_plot_lap plots more things, like normalized columns diference between columns

TODO