File tree 1 file changed +2
-1
lines changed
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
105
105
src/ur/dashboard_client.cpp
106
106
src/ur/tool_communication.cpp
107
107
src/rtde/rtde_writer.cpp
108
- src/ros/data_field_publisher.cpp
109
108
)
110
109
target_link_libraries (ur_robot_driver ${catkin_LIBRARIES} )
111
110
add_dependencies (ur_robot_driver ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
112
111
113
112
add_library (ur_robot_driver_plugin
114
113
src/ros/dashboard_client_ros.cpp
115
114
src/ros/hardware_interface.cpp
115
+ src/ros/data_field_publisher.cpp
116
116
)
117
117
target_link_libraries (ur_robot_driver_plugin ur_robot_driver ${catkin_LIBRARIES} )
118
118
add_dependencies (ur_robot_driver_plugin ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
@@ -121,6 +121,7 @@ add_executable(ur_robot_driver_node
121
121
src/ros/dashboard_client_ros.cpp
122
122
src/ros/hardware_interface.cpp
123
123
src/ros/hardware_interface_node.cpp
124
+ src/ros/data_field_publisher.cpp
124
125
)
125
126
target_link_libraries (ur_robot_driver_node ${catkin_LIBRARIES} ur_robot_driver)
126
127
add_dependencies (ur_robot_driver_node ${${PROJECT_NAME} _EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} )
You can’t perform that action at this time.
0 commit comments