Skip to content

Commit 8793c53

Browse files
committed
remove trailing slashes from frame names. Multiple robot/obstacle setup with stage not yet working. See ros-simulation/stage_ros#40
1 parent 67f96a0 commit 8793c53

17 files changed

+20
-23
lines changed

cfg/amcl_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use_map_topic: true
22

33
odom_frame_id: "odom"
44
base_frame_id: "base_footprint"
5-
global_frame_id: "/map"
5+
global_frame_id: "map"
66

77
## Publish scans from best pose at a max of 10 Hz
88
odom_model_type: "diff"

cfg/carlike/costmap_common_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ inflation_layer:
2727

2828
static_layer:
2929
enabled: true
30-
map_topic: "/map"
30+
map_topic: "map"

cfg/carlike/global_costmap_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global_costmap:
2-
global_frame: /map
2+
global_frame: map
33
robot_base_frame: base_link
44
update_frequency: 1.0
55
publish_frequency: 0.5

cfg/carlike/local_costmap_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local_costmap:
2-
global_frame: /map
2+
global_frame: map
33
robot_base_frame: base_link
44
update_frequency: 5.0
55
publish_frequency: 2.0

cfg/diff_drive/costmap_common_params.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
robot_radius: 0.17
55
footprint_padding: 0.00
66

7+
global_frame: map
8+
robot_base_frame: robot_0/base_link
9+
710
transform_tolerance: 0.2
811
map_type: costmap
912

@@ -28,4 +31,4 @@ inflation_layer:
2831

2932
static_layer:
3033
enabled: true
31-
map_topic: "/map"
34+
map_topic: map

cfg/diff_drive/dyn_obst/local_costmap_params.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
local_costmap:
2-
global_frame: /map
3-
robot_base_frame: base_link
42
update_frequency: 5.0
53
publish_frequency: 5.001 # actually exactly 5.0Hz, see https://github.com/ros-planning/navigation/issues/383
64
static_map: false

cfg/diff_drive/global_costmap_params.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
global_costmap:
2-
global_frame: /map
3-
robot_base_frame: base_link
42
update_frequency: 1.0
53
publish_frequency: 0.5
64
static_map: true

cfg/diff_drive/local_costmap_params.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
local_costmap:
2-
global_frame: /map
3-
robot_base_frame: base_link
42
update_frequency: 5.0
53
publish_frequency: 2.0
64
static_map: false

cfg/omnidir/costmap_common_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ inflation_layer:
2626

2727
static_layer:
2828
enabled: true
29-
map_topic: "/map"
29+
map_topic: "map"

cfg/omnidir/global_costmap_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global_costmap:
2-
global_frame: /map
2+
global_frame: map
33
robot_base_frame: base_link
44
update_frequency: 1.0
55
publish_frequency: 0.5

0 commit comments

Comments
 (0)