Skip to content

Commit 2c31c43

Browse files
added namespace for costmap (#28)
Co-authored-by: andriimaistruk <andriy.maistruk>
1 parent 9e829dd commit 2c31c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_bringup/bringup/params/forklift_params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ local_costmap:
234234
update_frequency: 3.0
235235
publish_frequency: 3.0
236236
robot_base_frame: base_link
237-
map_topic: /costmap_node/map
237+
map_topic: costmap_node/map
238238
rolling_window: True
239239
width: 7
240240
height: 7
@@ -468,7 +468,7 @@ global_costmap:
468468
robot_base_frame: base_link
469469
use_sim_time: False
470470
footprint: "[[1.51, 0.45], [1.51, -0.45], [-0.35, -0.45], [-0.35, 0.45]]"
471-
map_topic: /costmap_node/map
471+
map_topic: costmap_node/map
472472
track_unknown_space: false
473473
plugins: ["static_layer", "obstacle_layer", "inflation_layer"]
474474
obstacle_layer:

0 commit comments

Comments
 (0)