This is a Python version of the ForestMoon Dynamixel library originally written in C# by Scott Ferguson.
The Python version was created for the Pi Robot Project (mailto:[email protected]) which lives at http://www.pirobot.org.
This github fork of the project is maintained by Ian Danforth.
$ sudo pip install dynamixel
-
Connect your USB2Dynamixel to a USB port
-
Connect at least one dynamixel servo to that
-
Connect power to the servo
-
Download the example.py from above and run it:
$ python example.py
If you're on a Mac or on Linux you should be presented with a list of found USB ports. You should then pick the one the USB2Dynamixel is attached to and edit example.py so that the variable portName is set correctly.