Skip to content

Commit 54cb230

Browse files
authored
Update display.launch.py (#45)
1 parent 8ad97da commit 54cb230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sam_bot_description/launch/display.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def generate_launch_description():
5050
description='Absolute path to rviz config file'),
5151
launch.actions.DeclareLaunchArgument(name='use_sim_time', default_value='True',
5252
description='Flag to enable use_sim_time'),
53-
launch.actions.ExecuteProcess(cmd=['gazebo', '--verbose', '-s', 'libgazebo_ros_factory.so', world_path], output='screen'),
53+
launch.actions.ExecuteProcess(cmd=['gazebo', '--verbose', '-s', 'libgazebo_ros_init.so', '-s', 'libgazebo_ros_factory.so', world_path], output='screen'),
5454

5555
joint_state_publisher_node,
5656
robot_state_publisher_node,

0 commit comments

Comments
 (0)