Skip to content

Commit 01ac0f2

Browse files
Improve clarity of Costmap2D parameter documentation
Signed-off-by: tarunkumar <tarunkotian10@gmail.com>
1 parent baf874e commit 01ac0f2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

configuration/packages/configuring-costmaps.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Costmap2D ROS Parameters
2222
============== =======
2323

2424
Description
25-
Whether to send full costmap every update, rather than updates.
25+
Whether to send the full costmap on every update instead of only incremental updates.
2626

2727
:introspection_mode:
2828

@@ -156,6 +156,7 @@ Costmap2D ROS Parameters
156156
Description
157157
Frequency (Hz) at which the costmap is published to a topic.
158158
Higher values provide more frequent updates for visualization and debugging but increase bandwidth usage.
159+
159160
:resolution:
160161

161162
============== =======
@@ -299,7 +300,9 @@ Costmap2D ROS Parameters
299300
============== =======
300301

301302
Description
302-
whether when combining costmaps to use the maximum cost or override.
303+
Whether to use the maximum cost when combining multiple costmap layers.
304+
If true, the highest cost is preserved, ensuring obstacles are not overwritten.
305+
If false, newer layers may override previous cost values.
303306

304307
:plugins:
305308

0 commit comments

Comments
 (0)