ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you set use_internal_acc to False, you shouldn't use pure pursuit, the stop go behavior is the expected behavior in this case. and you need to use another controller such as op_waypoint_follower.

if you want to use pure_pursuit, set use_internal_acc to True, and tune values (PushRatio, acceleration, deceleration) to adjust how smooth you want to follow other vehicles.