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 @@ -105,14 +105,14 @@ add_library(ur_robot_driver
105105 src/ur/dashboard_client.cpp
106106 src/ur/tool_communication.cpp
107107 src/rtde/rtde_writer.cpp
108- src/ros/data_field_publisher.cpp
109108)
110109target_link_libraries (ur_robot_driver ${catkin_LIBRARIES} )
111110add_dependencies (ur_robot_driver ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
112111
113112add_library (ur_robot_driver_plugin
114113 src/ros/dashboard_client_ros.cpp
115114 src/ros/hardware_interface.cpp
115+ src/ros/data_field_publisher.cpp
116116)
117117target_link_libraries (ur_robot_driver_plugin ur_robot_driver ${catkin_LIBRARIES} )
118118add_dependencies (ur_robot_driver_plugin ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
@@ -121,6 +121,7 @@ add_executable(ur_robot_driver_node
121121 src/ros/dashboard_client_ros.cpp
122122 src/ros/hardware_interface.cpp
123123 src/ros/hardware_interface_node.cpp
124+ src/ros/data_field_publisher.cpp
124125)
125126target_link_libraries (ur_robot_driver_node ${catkin_LIBRARIES} ur_robot_driver)
126127add_dependencies (ur_robot_driver_node ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
You can’t perform that action at this time.
0 commit comments