Skip to content

Commit

Permalink
pass use_sim_time argument to rviz2 node
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed Jul 25, 2019
1 parent c4053a9 commit f43b8de
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 f43b8de

Please sign in to comment.