Skip to content

Releases: Jarhead20/RRPathGen

V1.5.1

23 Oct 07:46
58dc9a5
Compare
Choose a tag to compare

Fixes:
Rotated field

v1.5.0

19 Sep 11:55
Compare
Choose a tag to compare

Changed units in angular velocity and acceleration to degrees
Changed field to CenterStage image from Juice

V1.4.4

04 Mar 10:06
Compare
Choose a tag to compare

Fixes:
Actually made the max velo and accel stuff have an effect on the trajectory
Fixed issue where robot heading would not update when flipping splines
Removed debug info

V1.4.3

01 Feb 09:19
Compare
Choose a tag to compare

New Features:
New Marker system, (right click)
Export options

Fixes:
Fixed reversed trajectories

V1.4.2

26 Jan 05:14
Compare
Choose a tag to compare

New Features:
Proper support for importing trajectory sequences and linetos
Importing displacement markers now works properly

Fixes:
fixed background splines incorrectly render as per #4

V1.4.1

23 Jan 01:18
Compare
Choose a tag to compare

Fixes:
changed Trajectory to TrajectorySequence in export

V1.4.0

18 Jan 11:42
Compare
Choose a tag to compare

New Features:
Trajectory Sequences! 🎉
lineTo
lineToSplineHeading
lineToLinearHeading
lineToConstantHeading
option to set max velo, accel, ang velo and ang accel

Fixes:
Incorrect rendering of background splines
Height and width are now always equal

v1.3.1

05 Dec 01:22
Compare
Choose a tag to compare

New Features:
Delete and Backspace key both work for deleting waypoints.

Fixes:
Not being able to delete waypoints on MacOS.

v1.3.0

01 Dec 06:21
Compare
Choose a tag to compare

New Features:
Export panel, you now don't need to run the app from the command line

Fixes:
Fixed creating new mid nodes

v1.2.2

16 Nov 11:21
Compare
Choose a tag to compare

New Features:
Added Linux support thanks to @j5155
Added error messages that would show when generating an impossible path in RR

Fixes:
Made splineTo variants render properly