DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)

APACHE-2.0 License

Downloads
103.5K
Stars
444
Committers
24

Bot releases are visible (Hide)

DynamixelSDK - DynamixelSDK 3.7.60 (Support ROS 2 Only) Latest Release

Published by ROBOTIS-Will over 2 years ago

3.7.60 (2022-06-03)

  • ROS2 Humble Hawksbill supported
DynamixelSDK - DynamixelSDK 3.7.40 (Support ROS 2 Only)

Published by ROBOTIS-Will over 3 years ago

3.7.40 (2021-04-14)

  • Galactic support
  • Add ROS 2 basic example
  • Bug fix
  • Contributors: Ashe Kim, Will Son
DynamixelSDK - DynamixelSDK 3.7.51 (Support All except ROS 2)

Published by ROBOTIS-Will over 3 years ago

3.7.51 (2021-04-14)

  • Update Matlab, Python, Labview examples
  • Add Sync / Bulk read write ROS examples
  • Contributors: JaehyunShim, David Park, Ashe Kim, Will Son
DynamixelSDK - DynamixelSDK 3.7.31 (Support All except ROS 2)

Published by ROBOTIS-Will over 4 years ago

3.7.31 (2020-07-13)

  • ROS 1 Noetic Ninjemys support
  • 3x faster getError member function of GroupSyncRead Class
  • Contributors: developer0hye, Zerom, Will Son
DynamixelSDK - DynamixelSDK 3.7.30 (Support ROS 2 Only)

Published by ROBOTIS-Will over 4 years ago

3.7.30 (2020-07-13)

  • ROS 2 Eloquent Elusor supported
  • ROS 2 Foxy Fitzroy supported
  • 3x faster getError member function of GroupSync&BulkRead Class #388
  • Contributors: developer0hye, Zerom, Will Son
DynamixelSDK - DynamixelSDK 3.7.21 (Support All except ROS 2)

Published by robotpilot about 5 years ago

3.7.21 (2019-09-06)

  • Fixed buffer overflow bug (rxpacket size)
  • Fixed typo in the package.xml and header files
  • Contributors: Zabot, Chris Lalancette, Zerom, Pyo
DynamixelSDK - DynamixelSDK 3.7.20 (Support ROS 2 Only)

Published by robotpilot about 5 years ago

3.7.20 (2019-09-06)

  • Fixed buffer overflow bug (rxpacket size)
  • Fixed typo in the package.xml and header files
  • Contributors: Zabot, Chris Lalancette, Zerom, Pyo
DynamixelSDK - DynamixelSDK 3.7.11 (Support All except ROS 2)

Published by robotpilot about 5 years ago

3.7.11 (2019-08-19)

  • Updated C lib and DLL file
  • Changed C# / win32 / protocol_combined output path
  • Fixed "protocol_combined" example bug
  • Fixed typo in bulk_read_write.py
  • This release supports C, C++, C#, Python, Java, MATLAB, and LabVIEW. If you are looking for a package for ROS 2, see the ros2 branch or release page for ROS 2.
DynamixelSDK - DynamixelSDK 3.7.10 (Support ROS 2 Only)

Published by robotpilot about 5 years ago

3.7.10 (2019-08-19)

  • Supported ROS 2 Dashing Diademata
  • This release only covers the ROS 2 package. For other language support, please use the higher version release.
DynamixelSDK - DynamixelSDK 3.7.0

Published by robotpilot almost 6 years ago

3.7.0 (2019-01-03)

  • added clear instruction #269
  • removed busy waiting for rxPacket()
  • fixed addStuffing() function (reduced stack memory usage)
  • fixed memory issues #268
  • fixed the broadcast ping bug in dxl_monitor
DynamixelSDK - DynamixelSDK 3.6.2

Published by robotpilot over 6 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
DynamixelSDK - DynamixelSDK 3.6.0

Published by LeonJung over 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
DynamixelSDK - DynamixelSDK 3.5.4

Published by LeonJung almost 7 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
DynamixelSDK - DynamixelSDK 3.5.3

Published by LeonJung almost 7 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
DynamixelSDK - DynamixelSDK 3.5.2

Published by LeonJung about 7 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
DynamixelSDK - DynamixelSDK 3.5.1

Published by LeonJung about 7 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
DynamixelSDK - DynamixelSDK 3.4.7

Published by LeonJung over 7 years ago

hotfix - Bug in Dynamixel group control is solved temporarily

DynamixelSDK - DynamixelSDK 3.4.6

Published by LeonJung over 7 years ago

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

DynamixelSDK - DynamixelSDK 3.4.5

Published by robotpilot over 7 years ago

DynamixelSDK - DynamixelSDK 3.4.4

Published by robotpilot over 7 years ago