Changed layout for organizational coherence.

This commit is contained in:
2018-01-25 15:49:32 -08:00
parent 32d3b6b7cb
commit fc1b41178c
190 changed files with 0 additions and 0 deletions

10
software/rover/Readme.md Normal file
View File

@@ -0,0 +1,10 @@
# 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.
## Requirements
* Python 3.X
* ROS (Version TBD)
## How to Launch
TBD