RRPathGen is a tool to generate Road Runner v0.5 paths.
- Download the jar from the releases page.
- Check that you have at least java 8 installed
java --version
- Run the jar either by double clicking it or through the command line with
java -jar RRPathGen-X.X.X.jar
- Clone the repo
git clone https://github.com/Jarhead20/RRPathGen.git
- Setup a run configuration
- Run the app
Generate your paths using the key binds below and once you are done export the path with the export button and copy paste it into your autonomous program.
Key Bind | Action |
---|---|
Left Click | Add New Point |
Left Drag (Point) | Drags Selected Point |
Alt(Option) + Left Click | Change End Tangent |
Shift + Alt(Option) + Left Click | Change Robot Heading |
Left Arrow | Next Path |
Right Arrow | Previous Path |
R | Reverse Robot Direction |
Delete / Backspace | Delete Selected Node |
Ctrl + Z | Undo Previous Action |
Ctrl Drag (Point) | Snapping Rotations |
If you accidentally do something wrong with the config, just delete it at %appdata%/RRPathGen
for Windows, ~/Library/Application Support/RRPathGen/config.properties
for MacOS and ~/.RRPathGen/config.properties
for Linux.
The inspiration from this project came from Technic Bots' Blitz app.
The field images were aquired from Team Juice 16236.
And a big thank you to Ryan Brott for helping me with the spline implementation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.