Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Dynamixel Test program (without catkin / ROS)

Dependencies

Install dependencies:

sudo apt-get install libboost-system-dev build-essential cmake

Generate the build files from the CMakeLists.txt

cmake .

Build the executable

make

Run the executable

Note: Please look at main.cpp for all the options and to see the example code for how to use the dynamixel library.

./dynamixel_test --portName <serial port> --baudRate <baud rate> --motorId <motor id>

e.g.

./dynamixel_test --portName /dev/ttyUSB0 --baudRate 9600 --motorId 1