DynamixelSDK Versions Save

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)

3.6.2

5 years ago

3.6.2 (2018-07-17)

  • added python modules for ROS to ros folder
  • moved cpp library files for ROS to ros folder
  • created an ROS package separately #187
  • modified the e-Manual address to emanual.robotis.com
  • Contributors: Pyo

3.6.0

6 years ago
  • 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

3.5.4

6 years ago
  • 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

3.5.3

6 years ago

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

3.5.2

6 years ago
  • 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

3.5.1

6 years ago
  • 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

3.4.7

6 years ago

hotfix - Bug in Dynamixel group control is solved temporarily

3.4.6

6 years ago

hotfix - now DynamixelSDK for protocol1.0 supports read/write 4Byte (for XM series)

3.4.5

7 years ago

3.4.4

7 years ago