https://github.com/montclairrobotics/pathdashboard
This is a GUI for planning auto using waypoints.
https://github.com/montclairrobotics/pathdashboard
Last synced: about 1 year ago
JSON representation
This is a GUI for planning auto using waypoints.
- Host: GitHub
- URL: https://github.com/montclairrobotics/pathdashboard
- Owner: MontclairRobotics
- License: mit
- Created: 2025-01-21T23:23:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T19:01:51.000Z (about 1 year ago)
- Last Synced: 2025-03-06T19:38:49.865Z (about 1 year ago)
- Language: HTML
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PathDashboard
This is a GUI for planning auto using waypoints.
Click the waypoints in the sequence you want and click PUSH to push the code into the path router thing.
If you want to change where the waypoints are, enable tweaking mode. Paste it into the section of the code marked //Waypoint
# Setup
Install python 3
pip install pynetworktables
pip install pygame
# Running It
python server.py
python brr.py
open path.html in your browser