File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22Changelog for package dynamixel_hardware_interface
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 1.4.6 (2025-05-30)
6+ ------------------
7+ * Changed dynamixel_sdk_TARGETS to dynamixel_sdk_LIBRARIES in target_link_libraries
8+ * Contributors: Woojin Wie
9+
5101.4.5 (2025-05-30)
611------------------
712* Deprecate ament_include_dependency usage in CMakeLists.txt
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ target_include_directories(
4141 ${PROJECT_NAME}
4242 PRIVATE
4343 include
44+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
45+ $<INSTALL_INTERFACE:include >
4446 ${dynamixel_sdk_INCLUDE_DIRS}
4547 ${hardware_interface_INCLUDE_DIRS}
4648 ${realtime_tools_INCLUDE_DIRS}
@@ -53,7 +55,7 @@ target_link_libraries(${PROJECT_NAME}
5355 pluginlib::pluginlib
5456 rclcpp::rclcpp
5557 rclcpp_lifecycle::rclcpp_lifecycle
56- ${dynamixel_sdk_TARGETS }
58+ ${dynamixel_sdk_LIBRARIES }
5759 ${std_srvs_TARGETS}
5860 ${dynamixel_interfaces_TARGETS}
5961 ${realtime_tools_TARGETS}
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >dynamixel_hardware_interface</name >
5- <version >1.4.5 </version >
5+ <version >1.4.6 </version >
66 <description >
77 ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework.
88 </description >
You can’t perform that action at this time.
0 commit comments