Skip to content

Releases: mjansen4857/pathplanner

PathPlanner v1.1

22 Jan 20:23
Compare
Choose a tag to compare

Changelog

  • Added X and Y positions as format options (#3)
  • Store all data in the preferences file to avoid the QUOTA_EXCEEDED error from node-localstorage (#4)
  • Show the changelog after the app is updated
  • Added a list of all controls and shortcuts to the readme (#5)
  • Added the ability to undo and redo edits made to the path (#5)

PathPlanner v1.0.2

17 Jan 16:30
Compare
Choose a tag to compare

Changelog

  • Allow the start and endpoint velocities to be overridden
  • Set the velocity override to the max velocity when the field is left blank
  • Change the default deploy path to be inside of the wpilib deploy path

PathPlanner v1.0.1

08 Jan 21:45
Compare
Choose a tag to compare

Changelog

  • Fixed an issue where output format would default to uppercase values and be considered invalid

PathPlanner v1.0

07 Jan 01:52
0f9c5a7
Compare
Choose a tag to compare

Changelog

  • Added 2019 field image and changed defaults for the 2019 game.

Good luck teams!

PathPlanner v0.14

01 Jan 06:18
Compare
Choose a tag to compare
PathPlanner v0.14 Pre-release
Pre-release

Changelog

  • Close button highlighted red on hover
  • Path files are now saved in JSON format to store more information
  • Generated paths can now be deployed directly to the RoboRIO
  • Output format can now be customized
  • Code documentation and some cleanup
  • Versions that don't auto update will now receive a notification when a new update is released
  • Unhandled errors will be logged and shown to the user
  • Added hotkeys for main actions and updated tooltips to reflect this
  • Added ability to choose metric or imperial units
  • Made modals a little prettier
  • Associated .path files to PathPlanner. Double clicking on a .path file will open that path
  • Added ability to switch between game years. This will change the background image.
  • Added ability to override the robot's max velocity at each point in the path.

PathPlanner v0.13

05 Dec 18:01
a88d00c
Compare
Choose a tag to compare
PathPlanner v0.13 Pre-release
Pre-release

Changelog

  • Added auto-updates for windows
  • Added Google analytics to track feature usage, operating system, and errors (all data is anonymous)
  • Simplified build and deploy process
  • Current version displayed in title
  • Windows build is now an installer

PathPlanner v0.12

10 Nov 05:10
9796d6f
Compare
Choose a tag to compare
PathPlanner v0.12 Pre-release
Pre-release

Changelog

  • Everything
  • Converted to use electron to avoid java 11 which removed javafx
  • UI overhaul
  • Fixed a bunch of issues with path generation, should now be smoother
  • Changed max velocity calculation to use the coefficient of friction between the wheels and carpet
  • Added option to output robot heading when generating paths

PathPlanner v0.11.2

23 Oct 02:25
Compare
Choose a tag to compare
PathPlanner v0.11.2 Pre-release
Pre-release

Changelog

  • Fixed an issue where file saving would fail if the previously used directory no longer exists
  • Removed jerk placeholders

PathPlanner v0.11.1

04 Oct 02:33
Compare
Choose a tag to compare
PathPlanner v0.11.1 Pre-release
Pre-release

Changelog

  • Fixed general settings to open a JSON file instead of a .txt file which did not exist
  • Updated version check to allow for patches

PathPlanner v0.11

05 Sep 05:31
Compare
Choose a tag to compare
PathPlanner v0.11 Pre-release
Pre-release

Changelog

UPDATING TO THIS RELEASE REQUIRES THE SETTINGS FILES IN [user home]/.PathPlanner TO BE DELETED

  • Changed keyboard modifiers to use the system's default shortcut key for mac compatibility
  • Added an option to output as a python array
  • Fixed the curve radius calculation so the robot will actually slow down for curves again... oops
  • Added setting for robot length which is used to draw the robot perimeter
  • The robot perimeter is now drawn in the path preview
  • The robot preview is now drawn at the start and end of a path to help with positioning