File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments