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
14 changes: 12 additions & 2 deletions configuration/packages/configuring-mppic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,17 @@ This critic incentivizes navigating away from obstacles and critical collisions
Description
Cost to apply to a true collision in a trajectory.

:near_collision_cost:

============== ===========================
Type Default
-------------- ---------------------------
int 253
============== ===========================

Description
Costmap cost value to set a maximum proximity for avoidance.

:critical_cost:

============== ===========================
Expand All @@ -669,8 +680,7 @@ This critic incentivizes navigating away from obstacles and critical collisions
============== ===========================

Description
Cost to apply to a pose with any point in inflated space to prefer distance from obstacles.

Cost to apply to a pose with a cost higher than the near_collision_cost.

:near_goal_distance:

Expand Down
9 changes: 9 additions & 0 deletions migration/Jazzy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,12 @@ The parameter ``closed_loop`` was introduced to the Rotation Shim Controller to
Default value:

- true

Near collision cost in MPPI cost critic
***************************************

In `PR #4996 <https://github.com/ros-navigation/navigation2/pull/4996>`_ a new parameter ``near_collision_cost`` was added to the MPPI cost critic to set a maximum proximity for avoidance. The critical cost will be applied to costs higher than this value even if non-collision inducing.

Default value:

- 253