Skip to content

Commit 541be30

Browse files
authored
Add grid value interpretation for inscribed inflated obstacles (#820)
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent 2021275 commit 541be30

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

configuration/packages/configuring-costmaps.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,17 @@ Costmap2D ROS Parameters
277277
Description
278278
Cost of unknown space if tracking it.
279279

280+
:inscribed_obstacle_cost_value:
281+
282+
============== =======
283+
Type Default
284+
-------------- -------
285+
int 99
286+
============== =======
287+
288+
Description
289+
The OccupancyGrid values that represents ``INSCRIBED_INFLATED_OBSTACLE`` during costmap conversion operations.
290+
280291
:update_frequency:
281292

282293
============== =======

migration/Kilted.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,3 +524,12 @@ This change addresses issues where RoundRobin index can become misaligned with R
524524
</RoundRobin>
525525
526526
For additional details regarding the ``RoundRobin`` please see the `RoundRobin configuration guide <../configuration/packages/bt-plugins/controls/RoundRobin.html>`_.
527+
528+
Configurable Inscribed Obstacle Cost Value for Costmap Conversion
529+
-----------------------------------------------------------------
530+
531+
In `PR #5781 <https://github.com/ros-navigation/navigation2/pull/5781>`_, a new parameter inscribed_obstacle_cost_value is added to fix the issue where Costmap2DPublisher maps INSCRIBED_INFLATED_OBSTACLE (253) to value 99 in OccupancyGrid, but StaticLayer incorrectly converts it back to 251 instead of 253.
532+
533+
Default value:
534+
535+
- inscribed_obstacle_cost_value: 99

0 commit comments

Comments
 (0)