Skip to content

Commit 6c89f47

Browse files
authored
Merge pull request #80 from ROBOTIS-GIT/feature-dy-current-unit
Support Torque constant for Dynamixel Y 99 reducer models
2 parents e483254 + 829c886 commit 6c89f47

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,28 @@
22
Changelog for package dynamixel_hardware_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.4.14 (2025-09-03)
6+
-------------------
7+
* Added Current units to YM070-210-*099 and YM080-230-*099 model files
8+
* Contributors: Woojin Wie
9+
510
1.4.13 (2025-08-13)
6-
------------------
11+
-------------------
712
* Added default parameter for current units to model files
813
* Contributors: Woojin Wie
914

1015
1.4.12 (2025-08-11)
11-
------------------
16+
-------------------
1217
* Added support for all dynamixel models that supports dynamixel protocol 2.0
1318
* Contributors: Woojin Wie
1419

1520
1.4.11 (2025-07-21)
16-
------------------
21+
-------------------
1722
* Added support for firmware version-aware model file selection
1823
* Contributors: Woojin Wie
1924

2025
1.4.10 (2025-07-18)
21-
------------------
26+
-------------------
2227
* Added unit system to model files
2328
* Added support for Dynamixel Y Error Code handling
2429
* Contributors: Woojin Wie

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.13</version>
5+
<version>1.4.14</version>
66
<description>
77
ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework.
88
</description>

param/dxl_model/ym070_210_a099.model

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ max_radian 3.14159265
1010
Data Name value unit Sign Type
1111
Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
13-
Present Current 1.0 raw signed
14-
Goal Current 1.0 raw signed
13+
Present Current 0.04 N/m signed
14+
Goal Current 0.04 N/m signed
1515

1616
[control table]
1717
Address Size Data Name

param/dxl_model/ym070_210_r099.model

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ max_radian 3.14159265
1010
Data Name value unit Sign Type
1111
Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
13-
Present Current 1.0 raw signed
14-
Goal Current 1.0 raw signed
13+
Present Current 0.04 N/m signed
14+
Goal Current 0.04 N/m signed
1515

1616
[control table]
1717
Address Size Data Name

param/dxl_model/ym080_230_a099.model

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ max_radian 3.14159265
1010
Data Name value unit Sign Type
1111
Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
13-
Present Current 1.0 raw signed
14-
Goal Current 1.0 raw signed
13+
Present Current 0.07692307692 N/m signed
14+
Goal Current 0.07692307692 N/m signed
1515

1616
[control table]
1717
Address Size Data Name

param/dxl_model/ym080_230_r099.model

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ max_radian 3.14159265
1010
Data Name value unit Sign Type
1111
Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
13-
Present Current 1.0 raw signed
14-
Goal Current 1.0 raw signed
13+
Present Current 0.07692307692 N/m signed
14+
Goal Current 0.07692307692 N/m signed
1515

1616
[control table]
1717
Address Size Data Name

0 commit comments

Comments
 (0)