You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When attempting to run pathfindToPose it stops before it reaches the set point. It gets close but the command ends itself. Looking at the telemetry it shows that it knew it wasn't at the set point yet.
The command ends based on time, specifically the amount of time the path should take to follow. If it's ending early, then your robot is falling behind the target. Take a look at your path following PID and make sure your config is accurate. You may need to slightly reduce your constraints to allow the robot some headroom to catch up and correct for errors.
Describe the bug
A clear and concise description of what the bug is.
When attempting to run
pathfindToPose
it stops before it reaches the set point. It gets close but the command ends itself. Looking at the telemetry it shows that it knew it wasn't at the set point yet.To Reproduce
Steps to reproduce the behavior:
pathfindToPose
command.Code is here.
Expected behavior
A clear and concise description of what you expected to happen.
For it to reach the pose.
Screenshots
I will when I have time later today.
Versions: (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: