Skip to content

Commit

Permalink
Fix map not showing on rviz when navigation is launched with namespace (
Browse files Browse the repository at this point in the history
  • Loading branch information
FiIipe authored Jun 10, 2023
1 parent 1fe8446 commit 67557e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nav2_bringup/launch/rviz_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def generate_launch_description():
namespace=namespace,
arguments=['-d', namespaced_rviz_config_file],
output='screen',
remappings=[('/tf', 'tf'),
remappings=[('/map', 'map'),
('/tf', 'tf'),
('/tf_static', 'tf_static'),
('/goal_pose', 'goal_pose'),
('/clicked_point', 'clicked_point'),
Expand Down

0 comments on commit 67557e0

Please sign in to comment.