Show EOL distros:
Package Summary
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class. The 'dynamixel_item' is saved as control table item and information of Dynamixels. The 'dynamixel_tool' class loads its by model number of Dynamixels. The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK. The 'dynamixel_workbench' class make simple to use Dynamixels
- Maintainer status: developed
- Maintainer: Will Son <willson AT robotis DOT com>
- Author: Darby Lim <thlim AT robotis DOT com>, Ryan Shim <jhshim AT robotis DOT com>
- License: Apache 2.0
- Bug / feature tracker: https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues
- Source: git https://github.com/ROBOTIS-GIT/dynamixel-workbench.git (branch: kinetic-devel)
Package Summary
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class. The 'dynamixel_item' is saved as control table item and information of Dynamixels. The 'dynamixel_tool' class loads its by model number of Dynamixels. The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK. The 'dynamixel_workbench' class make simple to use Dynamixels
- Maintainer status: developed
- Maintainer: Will Son <willson AT robotis DOT com>
- Author: Darby Lim <thlim AT robotis DOT com>, Ryan Shim <jhshim AT robotis DOT com>
- License: Apache 2.0
- Bug / feature tracker: https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues
- Source: git https://github.com/ROBOTIS-GIT/dynamixel-workbench.git (branch: melodic-devel)
Package Summary
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class. The 'dynamixel_item' is saved as control table item and information of Dynamixels. The 'dynamixel_tool' class loads its by model number of Dynamixels. The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK. The 'dynamixel_workbench' class make simple to use Dynamixels
- Maintainer status: maintained
- Maintainer: Will Son <willson AT robotis DOT com>
- Author: Darby Lim <thlim AT robotis DOT com>, Ryan Shim <jhshim AT robotis DOT com>
- License: Apache 2.0
- Bug / feature tracker: https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues
- Source: git https://github.com/ROBOTIS-GIT/dynamixel-workbench.git (branch: noetic-devel)
Contents
ROS Software Maintainer: ROBOTIS
ROBOTIS e-Manual
toolbox is c++ library to control Dynamixel. This library has two main capability. First, it has information about all series of Dynamixel such as control table and position limit. So, users don't need to search address each Dynamxiel they used. Second, this library engages functions of DynamixelSDK to provide multi port and protocol 1.0 and 2.0. It might be help someone who has not been used it before. Furthermore, Because this library contains intuitive functions as goalPosition or goalSpeed, users can make program to move there platform quickly and easily.