Skip to content

Commit 67557e0

Browse files
authored
Fix map not showing on rviz when navigation is launched with namespace (ros-navigation#3620)
1 parent 1fe8446 commit 67557e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nav2_bringup/launch/rviz_launch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def generate_launch_description():
7171
namespace=namespace,
7272
arguments=['-d', namespaced_rviz_config_file],
7373
output='screen',
74-
remappings=[('/tf', 'tf'),
74+
remappings=[('/map', 'map'),
75+
('/tf', 'tf'),
7576
('/tf_static', 'tf_static'),
7677
('/goal_pose', 'goal_pose'),
7778
('/clicked_point', 'clicked_point'),

0 commit comments

Comments
 (0)