Skip to content

Commit ac5dfda

Browse files
committed
Merge branch 'develop' into master
2 parents 20787cd + 12dc685 commit ac5dfda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ReleaseNote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dynamixel SDK Release Notes
22

3-
3.7.42(2021-04-14)
3+
3.7.51(2021-04-14)
44
-------------------
55
* Update Matlab, Python, Labview examples
66
* Add Sync / Bulk read write ROS examples

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.42',
7+
version='3.7.51',
88
packages=['dynamixel_sdk'],
99
package_dir={'': 'src'},
1010
license='Apache 2.0',

ros/dynamixel_sdk/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.42(2021-04-14)
5+
3.7.51(2021-04-14)
66
-------------------
77
* Add Sync / Bulk read write ROS examples
88
* Contributors: JaehyunShim

ros/dynamixel_sdk/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.42</version>
4+
<version>3.7.51</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)