Skip to content

Commit

Permalink
Merge pull request #418 from ROBOTIS-GIT/develop
Browse files Browse the repository at this point in the history
revise ROS1 version
  • Loading branch information
ROBOTIS-Will authored Jul 15, 2020
2 parents 04fd507 + 750c05a commit 7138984
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Dynamixel SDK Release Notes

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

3.7.21 (2019-09-06)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='dynamixel_sdk',
version='3.7.3',
version='3.7.31',
packages=['dynamixel_sdk'],
package_dir={'': 'src'},
license='Apache 2.0',
Expand Down
2 changes: 1 addition & 1 deletion ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog for package dynamixel_sdk
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.7.3 (2020-07-13)
3.7.31 (2020-07-13)
-------------------
* ROS 1 Noetic Ninjemys support
* 3x faster getError member function of GroupSyncRead Class
Expand Down
2 changes: 1 addition & 1 deletion ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>dynamixel_sdk</name>
<version>3.7.3</version>
<version>3.7.31</version>
<description>
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.
</description>
Expand Down

0 comments on commit 7138984

Please sign in to comment.