Skip to content

Releases: PK268/AutonGUI

v0.5

21 Dec 08:16
9d8046c

Choose a tag to compare

v0.5 Pre-release
Pre-release

Added:

  • Picturebox-based nodes
  • Dynamically updating nodes with corresponding result angles
  • True-to scale nodes

Improved:

  • System for unit conversion

Started:

  • Codegen settings menu

v0.4

18 Dec 22:38
2283bcf

Choose a tag to compare

v0.4 Pre-release
Pre-release

Save and Load Json now accounts for all data including

  1. Sapwn point data
  2. Save location data
  3. Source location data
  4. All nodes

Small miscellaneous improvements

v0.3

18 Dec 05:24

Choose a tag to compare

v0.3 Pre-release
Pre-release

(In theory) Fixed:

  1. Issue where codegen would output extremely large angles for the robot to turn
  2. Issue where nodes would not update after changing the spawn point
  3. Issue where units were not being added to the end of variables in codegen
  4. 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

16 Dec 22:10

Choose a tag to compare

v0.2 Pre-release
Pre-release
  1. Now you should be able to choose spawn
  2. Visual improvements
  3. 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

16 Dec 09:17

Choose a tag to compare

v0.1 Pre-release
Pre-release

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