forked from ROBOTIS-GIT/DynamixelSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReleaseNote.txt
More file actions
254 lines (169 loc) · 8.65 KB
/
ReleaseNote.txt
File metadata and controls
254 lines (169 loc) · 8.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
==============================================
Dynamixel SDK 3.6.1 (Protocol 1.0/2.0)
==============================================
- 06.14.2018
* removed printTxRxResult(), printRxPacketError() `#193 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/193>`_
* removed cache files
* merge pull request `#195 <https://github.com/ROBOTIS-GIT/DynamixelSDK/issues/195>`_
==============================================
Dynamixel SDK 3.6.0 (Protocol 1.0/2.0)
==============================================
- 03.16.2018
* Replaced : DynamixelSDK Python as a native language (Python 2 and 3 for Windows, Linux, Mac OS X) #93 #122 #147 #181 #182 #185
* Added : CONTRIBUTING.md added
* Changes : ISSUE_TEMPLATE.md modified
* Changes : C++ version - SyncRead / BulkRead - getError functions added
* Changes : Deprecated functions removed
* Fixes : DynamixelSDK MATLAB 2017 - new typedef (int8_t / int16_t / int32_t) applied in robotis_def.h #161 #179
* Fixes : Added missing header file for reset and factory_reset examples #167
==============================================
Dynamixel SDK 3.5.4 (Protocol 1.0/2.0)
==============================================
- 12.01.2017
* Added : Deprecated is now being shown by attributes #67 #107
* Fixes : DynamixelSDK ROS Indigo Issue - target_sources func in CMake
* Fixes : Bug in protocol1_packet_handler.cpp, line 222 checking the returned Error Mask #120
* 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
* Fixes : Group Syncwrite using multiple ports in c library issue solved (test code is also in this issue bulletin) #124
* Fixes : Support getting of time on MacOSX/XCode versions that doesn't support (CLOCK_REALTIME issue) #141 #144
* 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
==============================================
Dynamixel SDK 3.5.3 (Protocol 1.0/2.0)
==============================================
- 10.30.2017
* Fixes : DynamixelSDK ROS Kinetic Issue - ARM - Debian Jessie solved by replacing target_sources func in CMake to set_property #136
==============================================
Dynamixel SDK 3.5.2 (Protocol 1.0/2.0)
==============================================
- 09.18.2017
* Recover : Check if the id of rxpacket is the same as the id of txpacket (c++) #82
* Changes : Ping examples now will not show Dynamixel model number when communication is failed
==============================================
Dynamixel SDK 3.5.1 (Protocol 1.0/2.0)
==============================================
- 08.18.2017
* Mac OS supports DynamixelSDK #51
* DynamixelSDK lib for Arduino (Arduino / OpenCR / OpenCM9.04) uploaded (TODO : Arduino Uno compatible DynamixelSDK light version)
* 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)
* DynamixelSDK LabVIEW can get communication result and Dynamixel error
* Standardizes folder structure of c, c++, ROS and Arduino c++ languages
* Fixes : Inconvenient way of getting meaning of packet result and error value #67
* Fixes : Misleading indentation warning in group_sync_read.c #91
* Fixes : Maximum length of port name is expanded to 100 #100
* Alternative : Include port_handler.h through relative path. #90
* Changes : Indent correction / Example tests & refresh / OS IFDEF
* Changes : Default Baudrate from 1000000(1M) bps to 57600 bps
* Changes : Macro for control table value changed to uints
* Changes : API references will be provided as doxygen (updates in c++ @ 3.5.1)
* Changes : License changed into Apache License .2.0 (Who are using SDK in previous license can use it as it is)
* Deprecated : printTxRxResult, printRxPacketError function will be unavailable in Dynamixel SDK 3.6.1
==============================================
Dynamixel SDK 3.4.7 (Protocol 1.0/2.0)
==============================================
- 07.18.2017
* hotfix - Bug in Dynamixel group control is solved temporarily
==============================================
Dynamixel SDK 3.4.6 (Protocol 1.0/2.0)
==============================================
- 07.07.2017
* hotfix - now DynamixelSDK for protocol1.0 supports read/write 4Byte (for XM series)
==============================================
Dynamixel SDK 3.4.5 (Protocol 1.0/2.0)
==============================================
- 05.23.2017
* Merge branch 'kinetic-devel' of github.com:ROBOTIS-GIT/DynamixelSDK into kinetic-devel
==============================================
Dynamixel SDK 3.4.4 (Protocol 1.0/2.0)
==============================================
- 04.26.2017
* hotfix - return delay time is changed from 4 into 8 due to the Ubuntu update 16.04.2
==============================================
Dynamixel SDK 3.4.3 (Protocol 1.0/2.0)
==============================================
- 02.17.2017
* DynamixelSDK C++ ver. and ROS ver. in Windows platform now can use the port number of over then 10 #45
==============================================
Dynamixel SDK 3.4.2 (Protocol 1.0/2.0)
==============================================
- 02.16.2017
* fprintf output in GroupBulkRead of C++ removed
* MATLAB library compiler error solving
* Makefile for build example sources in SBC added
* build files of windows c and c++ SDK rebuilt by using renewed SDK libraries
* example source of dxl_monitor - c and cpp ver modified #50
* Solved issue : #31, #34, #36, #50
==============================================
Dynamixel SDK 3.4.1 (Protocol 1.0/2.0)
==============================================
- 08.22.2016
* Added ROS package folder for ROS users
* Modified c++'s original header files for ROS package
==============================================
Dynamixel SDK 3.4.0 (Protocol 1.0/2.0)
==============================================
- 08.12.2016
* Added a ROS package information for ROS users
==============================================
Dynamixel SDK 3.3.3 (Protocol 1.0/2.0)
==============================================
- 08.03.2016
* SDK C# Resource Files comments Korean -> English
* SDK C# properties comments Korean removed
* SDK C# example default device path modified
* SDK All License marks for example codes updated
* SDK Java example source - folder name changed
* SDK MATLAB example code modified as platform version auto-detection #1
* SDK C/C++ build file for linux used by SBC(Single Board Computer)s updated #15
* Solved issue : #3, #8, #1, #15
==============================================
Dynamixel SDK 3.3.2 (Protocol 1.0/2.0)
==============================================
- 06.30.2016
* SDK Python strange printout problem solved
* Solved issue : #3, #8
==============================================
Dynamixel SDK 3.3.1 (Protocol 1.0/2.0)
==============================================
- 06.30.2016
* SDK Python Errors in linux debugged
* Solved issue : #3, #8
==============================================
Dynamixel SDK 3.3.0 (Protocol 1.0/2.0)
==============================================
- 06.28.2016
* SDK C# example as C version library binded source - released
* SDK Python example as C version library binded source - released
* SDK Java example as C version library binded source - released
* SDK MATLAB example as C version library binded source - released
* SDK LabVIEW example as C version library binded source - released
* SDK C - Bug fixed (#8)
* Solved issue : #3, #8
==============================================
Dynamixel SDK 3.2.0 (Protocol 1.0/2.0)
==============================================
- 06.07.2016
* SDK C version - Code Refactoring
* SDK C version - Code style modified into ROS c++ code style
* Solved issue : #3
==============================================
Dynamixel SDK 3.1.0 (Protocol 1.0/2.0)
==============================================
- 05.31.2016
* Code Refactoring
* Code style modified into ROS c++ code style
* License specified in the source code
* Solved issue : #3
==============================================
Dynamixel SDK 3.0.0 (Protocol 1.0/2.0)
==============================================
- 03.08.2016
* Linux C++ version source codes uploaded
- 04.26.2016
* Windows C++ version begun to be serviced
- 05.17.2016
* Windows C version source codes uploaded
- 05.18.2016
* Linux C version source codes uploaded
Update log:
Bugfix log:
05.18.2016 : Linux C Packet initialization bug fixed