Skip to content

Commit b8109bb

Browse files
install joint state publisher
1 parent 58217ae commit b8109bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

robotiq_3f_gripper_joint_state_publisher/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ target_link_libraries(robotiq_3f_gripper_joint_states
4141
${catkin_LIBRARIES}
4242
)
4343

44+
install(TARGETS robotiq_3f_gripper_joint_states
45+
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
46+
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
47+
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
48+
)
49+

0 commit comments

Comments
 (0)