Skip to content

Commit

Permalink
Merge pull request #82 from mikaelarguedas/remove_obsolete_sim_time
Browse files Browse the repository at this point in the history
[ros2 dashing] remove now obsolete process to set use_sim_time
  • Loading branch information
Taehun Lim committed Jul 25, 2019
2 parents 630dba1 + 9e43380 commit a2f320b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions turtlebot3_gazebo/launch/turtlebot3_world.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ def generate_launch_description():
cmd=['gazebo', '--verbose', world, '-s', 'libgazebo_ros_init.so'],
output='screen'),

ExecuteProcess(
cmd=['ros2', 'param', 'set', '/gazebo', 'use_sim_time', use_sim_time],
output='screen'),

IncludeLaunchDescription(
PythonLaunchDescriptionSource([launch_file_dir, '/turtlebot3_state_publisher.launch.py']),
launch_arguments={'use_sim_time': use_sim_time}.items(),
Expand Down

0 comments on commit a2f320b

Please sign in to comment.