Robotic Programming for the Bogie Five Rover.
See the Wiki for more information, including detailed hardware specs.
See a video of the Rover in operation
A new Flask-based web server is available at src/server.py.
-
Install dependencies:
pip install -r requirements.txt
-
Run the server on the Raspberry Pi:
python3 src/server.py
-
Open a browser to:
http://<pi-ip>:8000
Use the page to control the rover and view the camera feed.