diff --git a/configuration/packages/configuring-regulated-pp.rst b/configuration/packages/configuring-regulated-pp.rst index 46cb9727fa..2567774332 100644 --- a/configuration/packages/configuring-regulated-pp.rst +++ b/configuration/packages/configuring-regulated-pp.rst @@ -233,6 +233,17 @@ Regulated Pure Pursuit Parameters Description Upper bound on integrated distance along the global plan to search for the closest pose to the robot pose. This should be left as the default unless there are paths with loops and intersections that do not leave the local costmap, in which case making this value smaller is necessary to prevent shortcutting. +:use_interpolation: + + ============== ============================= + Type Default + -------------- ----------------------------- + bool true + ============== ============================= + + Description + Enable linear interpolation between poses for lookahead point selection. Leads to smoother commanded linear and angular velocities. + Example ******* .. code-block:: yaml @@ -278,3 +289,4 @@ Example rotate_to_heading_min_angle: 0.785 max_angular_accel: 3.2 max_robot_pose_search_dist: 10.0 + use_interpolation: false