Overview
DYNAMIXEL SDK
DYNAMIXEL SDK is a software development kit that provides DYNAMIXEL control functions using packet communication. The API of DYNAMIXEL SDK is designed for DYNAMIXEL actuators and DYNAMIXEL-based platforms. You need to be familiar with C/C++ programming language for right use of the software. This e-Manual provides comprehensive information on ROBOTIS products and applications.
Supported DYNAMIXEL
The DYNAMIXEL SDK supports all DYNAMIXEL series.
Supported Protocols
To control DYNAMIXEL, communication should be established according to the protocol of DYNAMIXEL. There are versions 1.0 and 2.0 of the DYNAMIXEL protocol. The DYNAMIXEL SDK supports both, and the user can use both protocols simultaneously using the DYNAMIXEL SDK. Refer to the following manuals for details on the protocols.
Supported Devices
The DYNAMIXEL SDK can be used on PCs such as desktops or laptops, as well as on tablets, and also on SBCs like Raspberry Pi and UpBoards. In addition, it can be used with embedded boards that support the Arduino IDE. DYNAMIXEL uses TTL and RS485 communication. In order to use computer and DYNAMIXEL, we recommend USB2DYNAMIXEL or U2D2 as interface device.
Supported Operating Systems
The DYNAMIXEL SDK supports all three operating systems: Windows, Linux, and MacOS.
Supported Languages
The DYNAMIXEL SDK supports various programming languages: C, C++, C#, Python, Java, MATLAB and LabVIEW.
In addition, DYNAMIXEL SDK supports ROS, so it can be used as ROS library using C++ or Python modules.
- C: *Dynamic library and source code of this library and examples
- C#, Java, MATLAB, LabVIEW: Support based on dynamic library using C language
- C++: *Dynamic library and source code of this library and examples
- Python: Python module and examples
- ROS: ROS library using C++ and Python modules
(* Dynamic library (*.dll, *.so, and *.dylib files) / .dll: dynamic-link library on Windows / .so: shared object on Linux / .dylib: dynamic library on macOS)