Skip to content

Commit bace1d6

Browse files
Export hardware interface library in CMakeLists (#202)
Usage of the driver in a combined_robot_hw requires this change, as there will otherwise be undefined symbols from hardware_interface.cpp.
1 parent 4d61870 commit bace1d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
140141
target_link_libraries(robot_state_helper ${catkin_LIBRARIES} ur_robot_driver)
141142
add_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}

0 commit comments

Comments
 (0)