mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
10 lines
243 B
Markdown
10 lines
243 B
Markdown
# 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 |