Skip to content

Commit 7e70bc6

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

File tree

5 files changed

+22
-15
lines changed

5 files changed

+22
-15
lines changed

ReleaseNote.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Dynamixel SDK Release Notes
22

3+
3.8.0 (2025-02-12)
4+
-------------------
5+
* Added Fast Sync Read, Fast Bulk Read features
6+
* Contributors: Honghyun Kim, Wonho Yun
7+
38
3.7.51 (2021-04-14)
49
-------------------
510
* Update Matlab, Python, Labview examples

dynamixel_sdk/CHANGELOG.rst

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

5+
3.8.0 (2025-02-12)
6+
-------------------
7+
* Added Fast Sync Read, Fast Bulk Read features
8+
* Contributors: Honghyun Kim, Wonho Yun
9+
510
3.7.51 (2021-04-14)
611
-------------------
712
* Add Sync / Bulk read write ROS examples

dynamixel_sdk/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>dynamixel_sdk</name>
4-
<version>3.7.51</version>
4+
<version>3.8.0</version>
55
<description>
66
This package is wrapping version of ROBOTIS Dynamixel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.
77
</description>
@@ -10,7 +10,8 @@
1010
<author email="[email protected]">Zerom</author>
1111
<author email="[email protected]">Darby Lim</author>
1212
<author>Leon</author>
13-
<maintainer email="[email protected]">Will Son</maintainer>
13+
<author email="[email protected]">Will Son</author>
14+
<maintainer email="[email protected]">Pyo</maintainer>
1415
<url type="website">http://wiki.ros.org/dynamixel_sdk</url>
1516
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/</url>
1617
<url type="repository">https://github.com/ROBOTIS-GIT/DynamixelSDK</url>

dynamixel_sdk_examples/CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
Changelog for package dynamixel_sdk_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
3.7.41(2020-08-12)
5+
3.8.0 (2025-02-12)
6+
-------------------
7+
* None
8+
9+
3.7.41 (2020-08-12)
610
-------------------
711
* DYNAMIXEL SDK ROS example initial commit.
812
* Bug fix for 4.5Mbps support (#430)

dynamixel_sdk_examples/package.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>dynamixel_sdk_examples</name>
4-
<version>3.7.51</version>
4+
<version>3.8.0</version>
55
<description>The DYNAMIXEL SDK ROS example package</description>
6-
7-
<author email="[email protected]">zerom</author> -->
8-
<maintainer email="[email protected]">Will Son</maintainer>
9-
6+
<maintainer email="[email protected]">Pyo</maintainer>
107
<license>Apache 2.0</license>
11-
12-
<!-- Url tags are optional, but multiple are allowed, one per tag -->
13-
<!-- Optional attribute type can be: website, bugtracker, or repository -->
14-
<!-- Example: -->
15-
<!-- <url type="website">http://wiki.ros.org/dynamixel_sdk_ros_examples</url> -->
16-
8+
<author email="[email protected]">zerom</author>
9+
<author email="[email protected]">Will Son</author>
1710
<buildtool_depend>catkin</buildtool_depend>
1811
<depend>roscpp</depend>
1912
<depend>std_msgs</depend>
2013
<depend>dynamixel_sdk</depend>
2114
<build_depend>message_generation</build_depend>
2215
<exec_depend>message_runtime</exec_depend>
23-
2416
</package>

0 commit comments

Comments
 (0)