PathfindThenFollowPath Never Ends #991
Labels
bug
Something isn't working
GUI
Changes to the PathPlanner GUI
PathPlannerLib
Changes to PathPlannerLib
Milestone
Describe the bug
When using PathfindThenFollowPath it sometimes loop overruns when it starts the Joining Path (added in #956 ) and never follows the path. It gets stuck on the command with it never ending leading to me unable to access the drivetrain.
To Reproduce
Steps to reproduce the behavior:
Warning at edu.wpi.first.wpilibj.IterativeRobotBase.printLoopOverrunMessage(IterativeRobotBase.java:436): Loop time of 0.02s overrun
Expected behavior
It should path find to the path, run the path, and then have the command end so I can schedule new commands on the drivetrain.
Screenshots
Image of my path
Image of the generated joining path
Versions: (please complete the following information):
The text was updated successfully, but these errors were encountered: