File tree 2 files changed +2
-1
lines changed
robotiq_3f_gripper_articulated_gazebo/launch
robotiq_3f_gripper_visualization
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
</node >
19
19
20
20
<!-- 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" />
22
22
23
23
</launch >
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ find_package(catkin REQUIRED urdf)
5
5
catkin_package()
6
6
install (DIRECTORY cfg DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
7
7
install (DIRECTORY meshes DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
8
+ install (DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
You can’t perform that action at this time.
0 commit comments