Updated all the readme files

This commit is contained in:
2017-10-10 16:55:29 -07:00
parent 6d9bb0aec4
commit e22b40247e
5 changed files with 35 additions and 11 deletions

10
rover/Readme.md Normal file
View File

@@ -0,0 +1,10 @@
#H1 Rover Software
This code is what runs on the NUC onboard the Rover.
This handles everything from processing vision data to actually sending drive commands to the wheels.
#H3 Requirements
* Python 3.X
* ROS (Version TBD)
#H3 How to Launch
TBD