PathPlanner v2025.0.0 Beta 4
Pre-release
Pre-release
mjansen4857
released this
07 Nov 18:55
·
26 commits
to main
since this release
This beta release includes the ability to export paths/autos as an image or animated GIF, more PathPlannerAuto trigger factories, and various bug fixes and minor improvements.
Export Paths to PNG/GIF from GUI
Paths and autos can no be exported to a PNG or animated GIF. The export supports light mode for printability as well as a transparent background for PNGs. Paths and autos can be exported using the export button at the top of the path/auto tree.
More PathPlannerAuto triggers (Java implementation only for now)
- Time before reaching event
- Distance from event
- Distance from event end (useful for specifically the end of zoned events)
Full Changelog
- Fix loading of choreo paths with splits [C++ pathplannerlib] by @r4stered in #875
- Switch C++ AutoBuilder
std::function
s to acceptconst&
by @bhall-ctre in #879 - Make documentation Autobuilder example match the project example for C++ by @Luis-Leyva in #876
- Fix PathPlannerTrajectoryState error in Python by @bhall-ctre in #880
- Fix
FlippingUtil
behavior withkMirrored
robot-relative forces andkRotational
field rotation by @bhall-ctre in #883 - Angle check by @JosephTLockwood in #881
- Export paths/autos to PNG or GIF by @mjansen4857 in #884
- Remove incorrect CommandPtr usage in docs by @mjansen4857 in #886
- Load module X/Y forces from Choreo paths by @mjansen4857 in #887
- Upgrade python deps for 2025 beta by @mjansen4857 in #890
- Always add None option to auto chooser by @mjansen4857 in #891
- Add method to get holonomic path start pose if ideal starting state is present by @mjansen4857 in #892
- Allow switching telemetry between simulator/robot by @mjansen4857 in #893
- Update writerside container by @mjansen4857 in #894
- Remove use of python override decorator by @mjansen4857 in #899
- Additional PathPlannerAuto triggers by @mjansen4857 in #900
New Contributors
- @bhall-ctre made their first contribution in #879
- @Luis-Leyva made their first contribution in #876
- @JosephTLockwood made their first contribution in #881