Skip to content

Commit d9341da

Browse files
remove non existing timeout parameter
1 parent aa3f06d commit d9341da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_3f_gripper_articulated_gazebo/launch/robotiq_gripper_empty_world.launch

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</node>
1919

2020
<!-- spawn in gazebo -->
21-
<node name="spawn_gazebo_model" pkg="gazebo_ros" type="spawn_model" args="-urdf -param robot_description -model robot -z 0.1 -timeout 120" respawn="false" output="screen" />
21+
<node name="spawn_gazebo_model" pkg="gazebo_ros" type="spawn_model" args="-urdf -param robot_description -model robot -z 0.1" respawn="false" output="screen" />
2222

2323
</launch>

0 commit comments

Comments
 (0)