File tree Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Expand file tree Collapse file tree 6 files changed +18
-13
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.14 (2025-09-03)
6
+ -------------------
7
+ * Added Current units to YM070-210-*099 and YM080-230-*099 model files
8
+ * Contributors: Woojin Wie
9
+
5
10
1.4.13 (2025-08-13)
6
- ------------------
11
+ -------------------
7
12
* Added default parameter for current units to model files
8
13
* Contributors: Woojin Wie
9
14
10
15
1.4.12 (2025-08-11)
11
- ------------------
16
+ -------------------
12
17
* Added support for all dynamixel models that supports dynamixel protocol 2.0
13
18
* Contributors: Woojin Wie
14
19
15
20
1.4.11 (2025-07-21)
16
- ------------------
21
+ -------------------
17
22
* Added support for firmware version-aware model file selection
18
23
* Contributors: Woojin Wie
19
24
20
25
1.4.10 (2025-07-18)
21
- ------------------
26
+ -------------------
22
27
* Added unit system to model files
23
28
* Added support for Dynamixel Y Error Code handling
24
29
* Contributors: Woojin Wie
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.13 </version >
5
+ <version >1.4.14 </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 >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ max_radian 3.14159265
10
10
Data Name value unit Sign Type
11
11
Present Velocity 0.0010471976 rad/s signed
12
12
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
15
15
16
16
[control table]
17
17
Address Size Data Name
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ max_radian 3.14159265
10
10
Data Name value unit Sign Type
11
11
Present Velocity 0.0010471976 rad/s signed
12
12
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
15
15
16
16
[control table]
17
17
Address Size Data Name
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ max_radian 3.14159265
10
10
Data Name value unit Sign Type
11
11
Present Velocity 0.0010471976 rad/s signed
12
12
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
15
15
16
16
[control table]
17
17
Address Size Data Name
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ max_radian 3.14159265
10
10
Data Name value unit Sign Type
11
11
Present Velocity 0.0010471976 rad/s signed
12
12
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
15
15
16
16
[control table]
17
17
Address Size Data Name
You can’t perform that action at this time.
0 commit comments