Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ target_include_directories(
${PROJECT_NAME}
PRIVATE
include
${dynamixel_sdk_INCLUDE_DIRS}
)

ament_target_dependencies(
${PROJECT_NAME}
hardware_interface
pluginlib
rclcpp
dynamixel_sdk
std_srvs
dynamixel_interfaces
realtime_tools
target_link_libraries(${PROJECT_NAME}
PUBLIC
hardware_interface::hardware_interface
pluginlib::pluginlib
rclcpp::rclcpp
${dynamixel_sdk_TARGETS}
${std_srvs_TARGETS}
${dynamixel_interfaces_TARGETS}
${realtime_tools_TARGETS}
)

pluginlib_export_plugin_description_file(hardware_interface dynamixel_hardware_interface_plugin.xml)
Expand Down Expand Up @@ -96,7 +97,6 @@ ament_export_dependencies(
pluginlib
dynamixel_sdk
dynamixel_interfaces
aimbot_log_interfaces
)

ament_package()
Loading