Skip to content

Commit af43c78

Browse files
authored
Merge pull request ROBOTIS-GIT#211 from ROBOTIS-GIT/develop
created an ROS package separately
2 parents 53be7bd + e408e7a commit af43c78

File tree

120 files changed

+9125
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+9125
-375
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ env:
2020
matrix:
2121
- ROS_DISTRO=indigo ROS_REPO=ros UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=trusty
2222
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
23-
- ROS_DISTRO=kinetic ROS_REPO=ros UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=jessie
2423
- ROS_DISTRO=melodic ROS_REPO=ros UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
2524
- ROS_DISTRO=melodic ROS_REPO=ros UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
2625
matrix:

README.md

Lines changed: 15 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,23 @@
1-
# Dynamixel SDK
21
<img src="http://emanual.robotis.com/assets/images/sw/sdk/dynamixel_sdk/overview/dynamixel_sdk_concept_logo.jpg">
32

3+
## Dynamixel SDK
4+
The ROBOTIS Dynamixel SDK is a software development kit that provides Dynamixel control functions using packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms. For more information on Dynamixel SDK, please refer to the e-manual below.
5+
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)
6+
7+
## Supported Programming Languages
8+
DynamixelSDK supports various programming languages.
9+
- **C**: *Dynamic library and source code of this library and examples
10+
- **C#** / **Java** / **MATLAB** / **LabVIEW**: Support based on dynamic library using C language
11+
- **C++**: *Dynamic library and source code of this library and examples
12+
- **Python**: Python module and examples
13+
(* Dynamic library (*.dll, *.so, and *.dylib files) / .dll: dynamic-link library on Windows / .so: shared object on Linux / .dylib: dynamic library on MacOS)
414

515
## ROS Packages for Dynamixel SDK
616
|Version|Indigo + Ubuntu Trusty|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
717
|:---:|:---:|:---:|:---:|
818
|[![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)|
919

10-
## ROBOTIS e-Manual for Dynamixel SDK
11-
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)
12-
13-
## Software Release
14-
--------------------------------------------------------------------------
15-
| Dynamixel SDK Version | 1.X | 2.X | 3.X ([Download](https://github.com/ROBOTIS-GIT/DynamixelSDK/releases)) |
16-
| ------------- | ------------- | ------------- | ------------- |
17-
| Release date | 2010.05.16 | 2015.02.10 | 2016.03.08 |
18-
| Latest version released |||**3.6.1** (2018.06.14)|
19-
| OS | Linux | Windows | Linux + Windows + Mac |
20-
| Available Dynamixel models | All models | All models | All models |
21-
|||||
22-
| Multi Port Control <br> (Controls Dynamixels through <br> more than two ports)| X | X | O |
23-
| Cross-compilability | X | X | O |
24-
| Modularized Structure | X | X | O |
25-
|||||
26-
| SDK Languages : ||||
27-
| (Protocol 1.0) | C (builds .a) | C (builds .dll)| C / C++ (builds .so & .dll & .dylib) |
28-
| (Protocol 2.0) | C++ (builds .so)| C (builds .dll)| C / C++ (builds .so & .dll & .dylib) |
29-
| SDK Examples : | | | |
30-
| (C ver. Library binded)| C | | C|
31-
| | | C++| |
32-
| | | C#| C# |
33-
| | | MATLAB| MATLAB |
34-
| | | LabVIEW| LabVIEW |
35-
| | | VB| |
36-
| | | | Java |
37-
| (C++ ver. Library binded)¹| C++| | C++|
38-
| | | | ROS |
39-
| | | | Arduino |
40-
| (Python ver. Library binded)| Python| | Python|
41-
42-
##### ¹ C++ ver. Library is not optimized in binding other languages. Please use C ver. Library instead.
43-
---------------------------------------------------------------------------
44-
45-
* #### [Quick Start Video](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/quick_start_video/#quick-start-video) may make you run your Dynamixel in 20 minutes.
46-
* #### See 'How to use' in [Dynamixel SDK e-Manual](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)
47-
* #### Visit [ROBOTIS E-Manual](http://emanual.robotis.com/) and have details of ROBOTIS products
48-
* #### Here we opened [FAQ board](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/frequently_asked_questionsfaq/#frequently-asked-questionsfaq). You may get your keys faster!
49-
* #### But any questions related with DynamixelSDK are always welcomed. Just let me know at: [ISSUES](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues)
50-
* #### For the other questions, including Hardware-wise problems on your Dynamixels, please contact to [email protected]
20+
For more information on ROS Packages for Dynamixel SDK, please refer to the ROS wiki pages below.
21+
- http://wiki.ros.org/dynamixel_sdk
22+
- http://wiki.ros.org/dynamixel_workbench
23+
- http://wiki.ros.org/dynamixel_workbench_msgs

ReleaseNote.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
# Dynamixel SDK Release Notes
2+
3+
3.6.2 (2018-07-17)
4+
------------------
5+
* added python modules for ROS to ros folder
6+
* moved cpp library files for ROS to ros folder
7+
* created an ROS package separately `#187 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/187>`_
8+
* modified the e-Manual address to emanual.robotis.com
9+
10+
3.6.1 (2018-06-14)
11+
------------------
12+
* removed printTxRxResult(), printRxPacketError() `#193 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/193>`_
13+
* removed cache files
14+
* merge pull request `#195 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/195>`_
15+
16+
3.6.0 (2018-03-16)
17+
------------------
18+
* Replaced: DynamixelSDK Python as a native language (Python 2 and 3 for Windows, Linux, Mac OS X) #93 #122 #147 #181 #182 #185
19+
* Added: CONTRIBUTING.md added
20+
* Changes: ISSUE_TEMPLATE.md modified
21+
* Changes: C++ version - SyncRead / BulkRead - getError functions added
22+
* Changes: Deprecated functions removed
23+
* Fixes: DynamixelSDK MATLAB 2017 - new typedef (int8_t / int16_t / int32_t) applied in robotis_def.h #161 #179
24+
* Fixes: Added missing header file for reset and factory_reset examples #167
25+
26+
3.5.4 (2017-12-01)
27+
------------------
28+
* Added: Deprecated is now being shown by attributes #67 #107
29+
* Fixes: DynamixelSDK ROS Indigo Issue - target_sources func in CMake
30+
* Fixes: Bug in protocol1_packet_handler.cpp, line 222 checking the returned Error Mask #120
31+
* Fixes: Packet Handlers - array param uint8_t to uint16_t to avoid closure loop when the packet is too long to be in uint8_t appropriately
32+
* Fixes: Group Syncwrite using multiple ports in c library issue solved (test code is also in this issue bulletin) #124
33+
* Fixes: Support getting of time on MacOSX/XCode versions that doesn't support (CLOCK_REALTIME issue) #141 #144
34+
* Changes: DynamixelSDK Ubuntu Linux usb ftdi latency timer fix issue - changes the default latency timer as 16 ms in all OS, but some about how to change the latency timer was commented in the codes (now the latency timer should be adjusted by yourself... see port_handler_linux source code to see details) #116
35+
36+
3.5.3 (2017-10-30)
37+
------------------
38+
* Fixes: DynamixelSDK ROS Kinetic Issue - ARM - Debian Jessie solved by replacing target_sources func in CMake to set_property #136
39+
40+
3.5.2 (2017-09-18)
41+
------------------
42+
* Recover: Check if the id of rxpacket is the same as the id of txpacket (c++) #82
43+
* Changes: Ping examples now will not show Dynamixel model number when communication is failed
44+
45+
3.5.1 (2017-08-18)
46+
------------------
47+
* Mac OS supports DynamixelSDK #51
48+
* DynamixelSDK lib for Arduino (Arduino / OpenCR / OpenCM9.04) uploaded (TODO: Arduino Uno compatible DynamixelSDK light version)
49+
* DynamixelSDK example for Arduino uploaded. It can be referred in OpenCR Repository (https://github.com/ROBOTIS-GIT/OpenCR/tree/master/arduino/opencr_arduino/opencr/libraries/OpenCR/examples/07.%20DynamixelSDK)
50+
* DynamixelSDK LabVIEW can get communication result and Dynamixel error
51+
* Standardizes folder structure of c, c++, ROS and Arduino c++ languages
52+
* Fixes: Inconvenient way of getting meaning of packet result and error value #67
53+
* Fixes: Misleading indentation warning in group_sync_read.c #91
54+
* Fixes: Maximum length of port name is expanded to 100 #100
55+
* Alternative: Include port_handler.h through relative path. #90
56+
* Changes: Indent correction / Example tests & refresh / OS IFDEF
57+
* Changes: Default Baudrate from 1000000(1M) bps to 57600 bps
58+
* Changes: Macro for control table value changed to uints
59+
* Changes: API references will be provided as doxygen (updates in c++ @ 3.5.1)
60+
* Changes: License changed into Apache License .2.0 (Who are using SDK in previous license can use it as it is)
61+
* Deprecated: printTxRxResult, printRxPacketError function will be unavailable in Dynamixel SDK 3.6.1
62+
63+
3.4.7 (2017-07-18)
64+
------------------
65+
* hotfix - Bug in Dynamixel group control is solved temporarily
66+
67+
3.4.6 (2017-07-07)
68+
------------------
69+
* hotfix - now DynamixelSDK for protocol1.0 supports read/write 4Byte (for XM series)
70+
71+
3.4.5 (2017-05-23)
72+
------------------
73+
* Merge branch 'kinetic-devel' of github.com:ROBOTIS-GIT/DynamixelSDK into kinetic-devel
74+
75+
3.4.4 (2017-04-26)
76+
------------------
77+
* hotfix - return delay time is changed from 4 into 8 due to the Ubuntu update 16.04.2
78+
79+
3.4.3 (2017-02-17)
80+
------------------
81+
* DynamixelSDK C++ ver. and ROS ver. in Windows platform now can use the port number of over then 10 #45
82+
83+
3.4.2 (2017-02-16)
84+
------------------
85+
* fprintf output in GroupBulkRead of C++ removed
86+
* MATLAB library compiler error solving
87+
* Makefile for build example sources in SBC added
88+
* build files of windows c and c++ SDK rebuilt by using renewed SDK libraries
89+
* example source of dxl_monitor - c and cpp ver modified #50
90+
* Solved issue: #31, #34, #36, #50
91+
92+
3.4.1 (2016-08-22)
93+
------------------
94+
* Added ROS package folder for ROS users
95+
* Modified c++'s original header files for ROS package
96+
97+
3.4.0 (2016-08-12)
98+
------------------
99+
* Added a ROS package information for ROS users
100+
101+
3.3.3 (2016-08-03)
102+
------------------
103+
* SDK C# Resource Files comments Korean -> English
104+
* SDK C# properties comments Korean removed
105+
* SDK C# example default device path modified
106+
* SDK All License marks for example codes updated
107+
* SDK Java example source - folder name changed
108+
* SDK MATLAB example code modified as platform version auto-detection #1
109+
* SDK C/C++ build file for linux used by SBC(Single Board Computer)s updated #15
110+
* Solved issue: #1, #15
111+
112+
3.3.2 (2016-06-30)
113+
------------------
114+
* SDK Python strange printout problem solved
115+
116+
3.3.1 (2016-06-30)
117+
------------------
118+
* SDK Python Errors in linux debugged
119+
120+
3.3.0 (2016-06-28)
121+
------------------
122+
* SDK C# example as C version library binded source - released
123+
* SDK Python example as C version library binded source - released
124+
* SDK Java example as C version library binded source - released
125+
* SDK MATLAB example as C version library binded source - released
126+
* SDK LabVIEW example as C version library binded source - released
127+
* SDK C - Bug fixed (#8)
128+
* Solved issue: #8
129+
130+
3.2.0 (2016-06-07)
131+
------------------
132+
* SDK C version - Code Refactoring
133+
* SDK C version - Code style modified into ROS c++ code style
134+
135+
3.1.0 (2016-05-31)
136+
------------------
137+
* Code Refactoring
138+
* Code style modified into ROS c++ code style
139+
* License specified in the source code
140+
* Solved issue: #3
141+
142+
3.0.3 (2016-05-18)
143+
------------------
144+
* Linux C version source codes uploaded
145+
146+
3.0.2 (2016-05-17)
147+
------------------
148+
* Windows C version source codes uploaded
149+
150+
3.0.1 (2016-04-26)
151+
------------------
152+
* Windows C++ version begun to be serviced
153+
154+
3.0.0 (2016-03-08)
155+
------------------
156+
* Linux C++ version source codes uploaded

0 commit comments

Comments
 (0)