How to run dynamixel_workbench in linux without ROS
- Downloads DynamixelSDK
$ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK
- Build DynamixelSDK
- Downloads Dynamixel-Workbench
$ git clone https://github.com/ROBOTIS-GIT/dynamixel-workbench
- Build Dynamixel-Workbench and Run examples
$ cd ${YOUR_DOWNLOAD_PATH}/dynamixel_workbench/dynamixel_workbench_toolbox/examples
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo chmod a+rw ${USB_PORT}
$ ./monitor