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 2
2
Changelog for package dynamixel_hardware_interface
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
10
1.4.5 (2025-05-30)
6
11
------------------
7
12
* 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(
41
41
${PROJECT_NAME}
42
42
PRIVATE
43
43
include
44
+ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
45
+ $<INSTALL_INTERFACE:include >
44
46
${dynamixel_sdk_INCLUDE_DIRS}
45
47
${hardware_interface_INCLUDE_DIRS}
46
48
${realtime_tools_INCLUDE_DIRS}
@@ -53,7 +55,7 @@ target_link_libraries(${PROJECT_NAME}
53
55
pluginlib::pluginlib
54
56
rclcpp::rclcpp
55
57
rclcpp_lifecycle::rclcpp_lifecycle
56
- ${dynamixel_sdk_TARGETS }
58
+ ${dynamixel_sdk_LIBRARIES }
57
59
${std_srvs_TARGETS}
58
60
${dynamixel_interfaces_TARGETS}
59
61
${realtime_tools_TARGETS}
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >dynamixel_hardware_interface</name >
5
- <version >1.4.5 </version >
5
+ <version >1.4.6 </version >
6
6
<description >
7
7
ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework.
8
8
</description >
You can’t perform that action at this time.
0 commit comments