Skip to content

Commit 6611bb9

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

configuration/packages/configuring-costmaps.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Costmap2D ROS Parameters
121121
============== =======
122122

123123
Description
124-
The height of map, allows to avoid rviz visualization flickering at -0.008
124+
The height of the map used for visualization, helping to avoid RViz flickering issues (e.g., at -0.008).
125125

126126
:origin_x:
127127

@@ -169,6 +169,7 @@ Costmap2D ROS Parameters
169169
Resolution of each cell (pixel) in the costmap, in meters.
170170
Smaller values increase map accuracy and obstacle detail but require more computation.
171171
Larger values reduce computational load but may miss fine obstacles.
172+
172173
:robot_base_frame:
173174

174175
============== ===========
@@ -214,6 +215,7 @@ Costmap2D ROS Parameters
214215
If true, the costmap moves with the robot, maintaining a local view centered around it.
215216
This is typically used for local costmaps.
216217
If false, the costmap remains fixed in the global frame.
218+
217219
:track_unknown_space:
218220

219221
============== =======

0 commit comments

Comments
 (0)