MAJOR refactor of software layout. Needed as ground station and rover both need access to shared packages.

This commit is contained in:
2018-02-27 18:38:55 -08:00
parent ff7a587f80
commit 934dd3eeb4
148 changed files with 412 additions and 337 deletions

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