File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ catkin_package(
3535 include
3636 LIBRARIES
3737 ur_robot_driver
38+ ur_robot_driver_plugin
3839 CATKIN_DEPENDS
3940 actionlib
4041 control_msgs
@@ -140,7 +141,7 @@ add_executable(robot_state_helper
140141target_link_libraries (robot_state_helper ${catkin_LIBRARIES} ur_robot_driver)
141142add_dependencies (robot_state_helper ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
142143
143- install (TARGETS ur_robot_driver ur_robot_driver_node robot_state_helper dashboard_client
144+ install (TARGETS ur_robot_driver ur_robot_driver_plugin ur_robot_driver_node robot_state_helper dashboard_client
144145 ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
145146 LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
146147 RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
You can’t perform that action at this time.
0 commit comments