Skip to content

Commit 80b06d5

Browse files
committed
Merge branch 'develop' of github.com:ROBOTIS-GIT/DynamixelSDK
2 parents 30d051b + 46912a9 commit 80b06d5

File tree

5 files changed

+52
-26
lines changed

5 files changed

+52
-26
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ install:
3737
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
3838
script:
3939
- source .ci_config/travis.sh
40-

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ DynamixelSDK supports various programming languages.
1212
- **Python**: Python module and examples
1313
(* Dynamic library (*.dll, *.so, and *.dylib files) / .dll: dynamic-link library on Windows / .so: shared object on Linux / .dylib: dynamic library on MacOS)
1414

15-
## ROS Packages for Dynamixel SDK
15+
## ROS 1 Packages for Dynamixel SDK
1616
|Version|Indigo + Ubuntu Trusty|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
1717
|:---:|:---:|:---:|:---:|
1818
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2FDynamixelSDK.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2FDynamixelSDK)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK.svg?branch=indigo-devel)](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK.svg?branch=melodic-devel)](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK)|
1919

20+
## ROS 2 Packages for Dynamixel SDK
21+
|Version|Dashing + Ubuntu Bionic|
22+
|:---:|:---:|
23+
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2FDynamixelSDK.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2FDynamixelSDK)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK.svg?branch=dashing-devel)](https://travis-ci.org/ROBOTIS-GIT/DynamixelSDK)|
24+
2025
For more information on ROS Packages for Dynamixel SDK, please refer to the ROS wiki pages below.
2126
- http://wiki.ros.org/dynamixel_sdk
2227
- http://wiki.ros.org/dynamixel_workbench

ReleaseNote.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
11
# Dynamixel SDK Release Notes
22

3+
3.7.11 (2019-08-19)
4+
-------------------
5+
- Updated C lib and DLL file
6+
- Changed C# / win32 / protocol_combined output path
7+
- fixed "protocol_combined" example bug
8+
- fixed typo in bulk_read_write.py
9+
10+
3.7.10 (2019-08-19)
11+
-------------------
12+
- Supported ROS 2 Dashing Diademata
13+
314
3.7.0 (2019-01-03)
415
------------------
5-
* added clear instruction [#269](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/269)
6-
* removed busy waiting for rxPacket()
7-
* fixed addStuffing() function (reduced stack memory usage)
8-
* fixed memory issues [#268](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/268)
9-
* fixed the broadcast ping bug in dxl_monitor
16+
* Added clear instruction [#269](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/269)
17+
* Removed busy waiting for rxPacket()
18+
* Fixed addStuffing() function (reduced stack memory usage)
19+
* Fixed memory issues [#268](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/268)
20+
* Fixed the broadcast ping bug in dxl_monitor
1021

1122
3.6.2 (2018-07-17)
1223
------------------
13-
* added python modules for ROS to ros folder
14-
* moved cpp library files for ROS to ros folder
15-
* created an ROS package separately [#187](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/187)
16-
* modified the e-Manual address to emanual.robotis.com
24+
* Added python modules for ROS to ros folder
25+
* Moved cpp library files for ROS to ros folder
26+
* Created an ROS package separately `#187 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/187>`_
27+
* Modified the e-Manual address to emanual.robotis.com
1728

1829
3.6.1 (2018-06-14)
1930
------------------
20-
* removed printTxRxResult(), printRxPacketError() [#193](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/193)
21-
* removed cache files
22-
* merge pull request [#195](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/195)
31+
* Removed printTxRxResult(), printRxPacketError() `#193 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/193>`_
32+
* Removed cache files
2333

2434
3.6.0 (2018-03-16)
2535
------------------

ros/CHANGELOG.rst

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,34 @@
22
Changelog for package dynamixel_sdk
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.7.11 (2019-08-19)
6+
-------------------
7+
- Updated C lib and DLL file
8+
- Changed C# / win32 / protocol_combined output path
9+
- fixed "protocol_combined" example bug
10+
- fixed typo in bulk_read_write.py
11+
* Contributors: Pyo, Zerom
12+
13+
3.7.10 (2019-08-19)
14+
-------------------
15+
* Supported ROS 2 Dashing Diademata
16+
* Contributors: Darby, Pyo
17+
518
3.7.0 (2019-01-03)
619
------------------
7-
* added clear instruction [#269](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/269)
8-
* removed busy waiting for rxPacket()
9-
* fixed addStuffing() function (reduced stack memory usage)
10-
* fixed memory issues [#268](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/268)
11-
* fixed the broadcast ping bug in dxl_monitor
12-
* Contributors: Gilbert, Zerom, Darby Lim, Kurt, Pyo
20+
* Added clear instruction `#269 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/269>`_
21+
* Removed busy waiting for rxPacket()
22+
* Fixed addStuffing() function (reduced stack memory usage)
23+
* Fixed memory issues `#268 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/268>`_
24+
* Fixed the broadcast ping bug in dxl_monitor
25+
* Contributors: Gilbert, Pyo, Zerom
1326

1427
3.6.2 (2018-07-17)
1528
------------------
16-
* added python modules for ROS to ros folder
17-
* moved cpp library files for ROS to ros folder
18-
* created an ROS package separately `#187 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/187>`_
19-
* modified the e-Manual address to emanual.robotis.com
29+
* Added python modules for ROS to ros folder
30+
* Moved cpp library files for ROS to ros folder
31+
* Created an ROS package separately `#187 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/187>`_
32+
* Modified the e-Manual address to emanual.robotis.com
2033
* Contributors: Pyo
2134

2235
3.6.1 (2018-06-14)

ros/package.xml

Lines changed: 1 addition & 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.0</version>
4+
<version>3.7.11</version>
55
<description>
66
This package is wrapping version of ROBOTIS Dynamxel 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>
@@ -11,7 +11,6 @@
1111
<author email="[email protected]">Darby Lim</author>
1212
<author>Leon</author>
1313
<maintainer email="[email protected]">Pyo</maintainer>
14-
<maintainer email="[email protected]">Gilbert</maintainer>
1514
<url type="website">http://wiki.ros.org/dynamixel_sdk</url>
1615
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/</url>
1716
<url type="repository">https://github.com/ROBOTIS-GIT/DynamixelSDK</url>

0 commit comments

Comments
 (0)