Skip to content

Commit 69527f7

Browse files
authored
Merge pull request #44 from ROBOTIS-GIT/feature-fix-dynamixel-sdk
Changed dynamixel_sdk_TARGETS to dynamixel_sdk_LIBRARIES in target_link_libraries
2 parents 3a0ae63 + b7a7f12 commit 69527f7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog 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+
510
1.4.5 (2025-05-30)
611
------------------
712
* Deprecate ament_include_dependency usage in CMakeLists.txt

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)