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
This is fairly typical. The maximum velocity is only taken into account during path generation. For the actual following of the path, this will be higher than the 'maximum'. This is on the list of things to change for Pathfinder version 2, which will be released sometime.
You shouldn't see any difference in your robots following of the path. The encoder following will account for one side dragging behind the other, and correct for it. You may see your robot move a little faster on the coming out of a curve, though.
The tank transform seems to not take into account the reduction of speed during a turn and the max constraints are violated. Example path:
In this case, velocity ends up > 60 units for one side of the robot.
The text was updated successfully, but these errors were encountered: