pathplanner
pathplanner copied to clipboard
Pathfinding stops early
When following the command from AutoBuilder.pathfindToPose the path stops before it gets to its target because of this line in PathFindingCommand
return timer.hasElapsed(currentTrajectory.getTotalTimeSeconds() - timeOffset)
To Reproduce
- launch https://github.com/me-it-is/2025_SeasonAdvantageKit in sim
- press y on controler 0 to pathfind
- it stops slightly past the barge
Expected behavior it should make it all the way to the reef where it is path finding
Screenshots
Versions: (please complete the following information):
- OS: Linux
- GUI Version: 2025.2.2
- PPLib Version: 2025.2.7
- PPLib Language: java
screen shot is where it stops