Install dependencies:
sudo apt-get install libboost-system-dev build-essential cmakeGenerate the build files from the CMakeLists.txt
cmake .makeNote: 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