Releases: PK268/AutonGUI
v0.5
v0.4
v0.3
(In theory) Fixed:
- Issue where codegen would output extremely large angles for the robot to turn
- Issue where nodes would not update after changing the spawn point
- Issue where units were not being added to the end of variables in codegen
- Scaling issue causing app to look different on other resolutions and scales. Causing issues in adding nodes and seeing where they are on the field.
v0.2
- Now you should be able to choose spawn
- Visual improvements
- Added angle guide
To use, in your autonomous() function, simply place a piece of text in the body of the function that says "[GUIMARKER]" (without quotes). I recommend making a backup of your main.cpp before doing anything so that you don't accidentally get your program erased by switching the source and dest file in the GUI. Full instructions will be added to the README later.
v0.1
Only one spawn point
To use, in your autonomous() function, simply place a piece of text in the body of the function that says "[GUIMARKER]" (without quotes). I recommend making a backup of your main.cpp before doing anything so that you don't accidentally get your program erased by switching the source and dest file in the GUI. Full instructions will be added to the README later.
Full Changelog: https://github.com/PK268/AutonGUI/commits/Beta