Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions configuration/packages/configuring-regulated-pp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,17 @@ Regulated Pure Pursuit Parameters
Description
Maximum allowable angular acceleration (rad/s/s) while rotating to heading, if ``use_rotate_to_heading`` is ``true``.

:max_robot_pose_search_dist:

============== =================================================
Type Default
-------------- -------------------------------------------------
double Local costmap max extent (max(width, height) / 2)
============== =================================================

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.

Example
*******
.. code-block:: yaml
Expand Down Expand Up @@ -266,3 +277,4 @@ Example
allow_reversing: false
rotate_to_heading_min_angle: 0.785
max_angular_accel: 3.2
max_robot_pose_search_dist: 10.0
2 changes: 1 addition & 1 deletion configuration/packages/dwb-params/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Parameters
====== =======
Type Default
------ -------
double 1.0
double 2.0
====== =======

Description
Expand Down