File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ Costmap2D ROS Parameters
154154 ============== =======
155155
156156 Description
157- Frequency to publish costmap to topic.
158-
157+ Frequency (Hz) at which the costmap is published to a topic.
158+ Higher values provide more frequent updates for visualization and debugging but increase bandwidth usage.
159159:resolution:
160160
161161 ============== =======
@@ -165,8 +165,9 @@ Costmap2D ROS Parameters
165165 ============== =======
166166
167167 Description
168- Resolution of 1 pixel of the costmap, in meters.
169-
168+ Resolution of each cell (pixel) in the costmap, in meters.
169+ Smaller values increase map accuracy and obstacle detail but require more computation.
170+ Larger values reduce computational load but may miss fine obstacles.
170171:robot_base_frame:
171172
172173 ============== ===========
@@ -209,8 +210,9 @@ Costmap2D ROS Parameters
209210 ============== =======
210211
211212 Description
212- Whether costmap should roll with robot base frame.
213-
213+ If true, the costmap moves with the robot, maintaining a local view centered around it.
214+ This is typically used for local costmaps.
215+ If false, the costmap remains fixed in the global frame.
214216:track_unknown_space:
215217
216218 ============== =======
You can’t perform that action at this time.
0 commit comments