Skip to content

Commit 81c2aee

Browse files
committed
Modify the version
Signed-off-by: Wonho Yun <[email protected]>
1 parent 70b38c7 commit 81c2aee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package dynamixel_hardware_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.4.4 (2025-05-28)
6+
------------------
7+
* Added proper command interface support with ROS2-Dynamixel interface mapping
8+
* Improved error handling and robustness throughout the codebase
9+
* Implemented per-device torque enable control (replacing global control)
10+
* Added support for new sensor model (sensorxel_joy)
11+
* Enhanced joint state-command synchronization
12+
* Improved parameter initialization organization
13+
* Added robust error handling for model file reading
14+
* Contributors: Woojin Wie
15+
516
1.4.3 (2025-04-10)
617
------------------
718
* Fixed build errors

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.3</version>
5+
<version>1.4.4</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)