Skip to content

Commit db11262

Browse files
committed
Updated the CHANGELOG and version to release binary packages
Signed-off-by: Pyo <[email protected]>
1 parent cde11c3 commit db11262

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/workflows/ros-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI
44
# Specifies the events that trigger the workflow
55
on:
66
push:
7-
branches: [ main, humble, jazzy ]
7+
branches: [ humble, jazzy, main]
88
pull_request:
9-
branches: [ main, humble, jazzy ]
9+
branches: [ humble, jazzy, main]
1010

1111
# Defines a set of jobs to be run as part of the workflow
1212
jobs:

CHANGELOG.rst

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

5+
1.4.2 (2025-04-05)
6+
------------------
7+
* Added OM-Y dynamixel model files
8+
* Added a function to enable torque
9+
* Fixed the configuration for OM-Y robots
10+
* Contributors: Woojin Wie, Wonho Yun
11+
512
1.4.1 (2025-03-31)
613
------------------
714
* Modified the Model File

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version='1.0' encoding='UTF-8'?>
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
23
<package format="3">
34
<name>dynamixel_hardware_interface</name>
4-
<version>1.4.1</version>
5+
<version>1.4.2</version>
56
<description>
67
ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework.
78
</description>
@@ -10,6 +11,7 @@
1011
<author email="[email protected]">Hye-Jong KIM</author>
1112
<author email="[email protected]">Sungho Woo</author>
1213
<author email="[email protected]">Woojin Wie</author>
14+
<author email="[email protected]">Wonho Yun</author>
1315
<buildtool_depend>ament_cmake</buildtool_depend>
1416
<depend>rclcpp</depend>
1517
<depend>hardware_interface</depend>

0 commit comments

Comments
 (0)