Skip to content

Tags: tylertian123/RobotPathfinder

Tags

v3.0.0-alpha.1

Toggle v3.0.0-alpha.1's commit message
Add dynamic followers and motion profiles

This release adds dynamic followers and dynamic simple motion profiles.
These new dynamic motion profiles can be re-generated on-the-fly with
new constraints, so that they're constantly refreshing to achieve
maximum accuracy.

v3.0.0-alpha.0.1.1

Toggle v3.0.0-alpha.0.1.1's commit message
Fix a bug in the previous release

v3.0.0-alpha.0.1

Toggle v3.0.0-alpha.0.1's commit message
Add optimized motion profiles

This release adds optimized motion profiles for driving straight and
turning. The new profiles are neither extensively tested nor documented.

v3.0.0-alpha.0

Toggle v3.0.0-alpha.0's commit message
First stable release for v3.0.0 with docs

This is the first stable/useable release for version 3.0.0, with all
tools functional and complete JavaDocs.

v2.2.0-beta

Toggle v2.2.0-beta's commit message
Fix bugs with Moment facing methods

v2.2.0-alpha

Toggle v2.2.0-alpha's commit message
Improvements to TrajectoryGenerator, visualizer and TankDriveTrajectory

Add TrajectoryGenerator.generateRotationTank for easy generation of pure
rotation trajectories. Trajectory visualization tool now uses JSON
instead of CSV for saving trajectories (legacy support for CSV is still
kept). Add TankDriveTrajectory.isSmooth.

v2.1.1

Toggle v2.1.1's commit message
Introduce WaypointEx

WaypointEx inherits from Waypoint, so they can be used in place of a
regular waypoint, and allow an additional parameter specifying the
velocity.

v2.1.0

Toggle v2.1.0's commit message
Official stable release of version 2.1

v2.1.0-beta2

Toggle v2.1.0-beta2's commit message
Hotfix to an issue with TankFollower's error calculations

v2.1.0-beta1

Toggle v2.1.0-beta1's commit message
Introduce followers, as well as common interfaces for moments and tra…

…jectories, and various bug fixes