Skip to content

Commit 7138984

Browse files
authored
Merge pull request ROBOTIS-GIT#418 from ROBOTIS-GIT/develop
revise ROS1 version
2 parents 04fd507 + 750c05a commit 7138984

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ReleaseNote.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Dynamixel SDK Release Notes
22

3-
3.7.3 (2020-07-13)
3+
3.7.31 (2020-07-13)
44
-------------------
55
* ROS 1 Noetic Ninjemys support
6+
* 3x faster getError member function of GroupSyncRead Class
7+
* Contributors: developer0hye, Zerom, Will Son
68

79
3.7.21 (2019-09-06)
810
-------------------

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='dynamixel_sdk',
7-
version='3.7.3',
7+
version='3.7.31',
88
packages=['dynamixel_sdk'],
99
package_dir={'': 'src'},
1010
license='Apache 2.0',

ros/CHANGELOG.rst

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

5-
3.7.3 (2020-07-13)
5+
3.7.31 (2020-07-13)
66
-------------------
77
* ROS 1 Noetic Ninjemys support
88
* 3x faster getError member function of GroupSyncRead Class

ros/package.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
4+
<version>3.7.31</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>

0 commit comments

Comments
 (0)