Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 0f319f2

Browse files
committed
Make robot interface shared
1 parent 22ea4ff commit 0f319f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grasp_utils/robot_interface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ set(${PROJECT_NAME}_SOURCES
6969
src/control_base.cpp
7070
src/control_ur.cpp
7171
)
72-
add_library(${PROJECT_NAME} ${${PROJECT_NAME}_SOURCES})
72+
add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}_SOURCES})
7373
ament_target_dependencies(${PROJECT_NAME} rclcpp sensor_msgs geometry_msgs tf2_ros)
7474
target_link_libraries(${PROJECT_NAME} ${ur_modern_driver_LIBRARIES})
7575

0 commit comments

Comments
 (0)