Skip to content

Commit 8999562

Browse files
committed
chore: Bump version to 1.4.16 and update CHANGELOG with support for Present Input Voltage in model files
1 parent 49a8b09 commit 8999562

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+82
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions

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.15</version>
5+
<version>1.4.16</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/2xc430_w250.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ max_radian 3.14159265
1010
Data Name value unit Sign Type
1111
Present Velocity 0.0239691227 rad/s signed
1212
Goal Velocity 0.0239691227 rad/s signed
13+
Present Input Voltage 0.1 V unsigned
1314

1415
[control table]
1516
Address Size Data Name

param/dxl_model/2xl430_w250.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ max_radian 3.14159265
1010
Data Name value unit Sign Type
1111
Present Velocity 0.0239691227 rad/s signed
1212
Goal Velocity 0.0239691227 rad/s signed
13+
Present Input Voltage 0.1 V unsigned
1314

1415
[control table]
1516
Address Size Data Name

param/dxl_model/ffw_sg2_drive_1.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
1313
Present Current 1.0 raw signed
1414
Goal Current 1.0 raw signed
15+
Present Input Voltage 0.1 V unsigned
1516

1617
[control table]
1718
Address Size Data Name

param/dxl_model/ffw_sg2_drive_2.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
1313
Present Current 1.0 raw signed
1414
Goal Current 1.0 raw signed
15+
Present Input Voltage 0.1 V unsigned
1516

1617
[control table]
1718
Address Size Data Name

param/dxl_model/ffw_sg2_drive_3.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
1313
Present Current 1.0 raw signed
1414
Goal Current 1.0 raw signed
15+
Present Input Voltage 0.1 V unsigned
1516

1617
[control table]
1718
Address Size Data Name

param/dxl_model/ffw_sg2_steer_1.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
1313
Present Current 1.0 raw signed
1414
Goal Current 1.0 raw signed
15+
Present Input Voltage 0.1 V unsigned
1516

1617
[control table]
1718
Address Size Data Name

param/dxl_model/ffw_sg2_steer_2.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
1313
Present Current 1.0 raw signed
1414
Goal Current 1.0 raw signed
15+
Present Input Voltage 0.1 V unsigned
1516

1617
[control table]
1718
Address Size Data Name

param/dxl_model/ffw_sg2_steer_3.model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Present Velocity 0.0010471976 rad/s signed
1212
Goal Velocity 0.0010471976 rad/s signed
1313
Present Current 1.0 raw signed
1414
Goal Current 1.0 raw signed
15+
Present Input Voltage 0.1 V unsigned
1516

1617
[control table]
1718
Address Size Data Name

0 commit comments

Comments
 (0)