This is an old revision of the document!


Dynamixel

DYNAMIXEL is a line-up high performance networked actuators for robots developed by ROBOTIS.

In order to use dynamixel actuators, you need to install the dynamixel SDK

You can follow these instructions to install the dynamixel library

1/ Download Dynamixel SDK from this page : http://support.robotis.com/en/software/dynamixel_sdk/usb2dynamixel/usb2dxl_linux.htm 2/ Extract the file somwhere 3/ Open a terminal go to the src folder of the extracted file and enter the command “make” 4/ copy the […]/include/dynamixel.h file to /usr/include (sudo) 5/ copy the […]/include/lib/libdxl.a file to /usr/lib (sudo) 6/ add the line #include “dynamixel.h” at the begining of your code 7/ in CodeBlock, right click on the project in the project tree, build option→linker settings→ select the library libdxl.a.

  • dynamixel.1446049098.txt.gz
  • Last modified: 2019/04/25 14:08
  • (external edit)