Skip to content

Commit

Permalink
Merge pull request #456 from mikaelarguedas/rviz2_use_sim_time
Browse files Browse the repository at this point in the history
[ros2][turtlebot3_navigation2] pass use_sim_time argument to rviz2 node
  • Loading branch information
Taehun Lim authored Jul 26, 2019
2 parents b47d586 + f43b8de commit 6ff1923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turtlebot3_navigation2/launch/navigation2.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ def generate_launch_description():
node_executable='rviz2',
node_name='rviz2',
arguments=['-d', rviz_config_dir],
parameters=[{'use_sim_time': use_sim_time}],
output='screen'),
])
])

0 comments on commit 6ff1923

Please sign in to comment.