by hizook » Mon Mar 15, 2010 5:01 pm
by hizook
Mon Mar 15, 2010 5:01 pm
Having read extensively through the forums, I suppose I'll share...
I recently invested a decent amount of time overhauling my lab's open-source software for controlling Robotis RX-28 and RX-64 servos from a PC. The code is written entirely in Python and is thread-safe, so that multiple servo objects can be controlled / queried "simultaneously" on the same USB2Dynamixel bus (within the same process). The library should function on Linux, Mac, and Windows (yay, python!), and the only dependency is PySerial for communications. ROS (Robot Operating System) support has also been created.
You can find the library (and details) at my site:
Hizook.com
Having read extensively through the forums, I suppose I'll share...
I recently invested a decent amount of time overhauling my lab's open-source software for controlling Robotis RX-28 and RX-64 servos from a PC. The code is written entirely in Python and is thread-safe, so that multiple servo objects can be controlled / queried "simultaneously" on the same USB2Dynamixel bus (within the same process). The library should function on Linux, Mac, and Windows (yay, python!), and the only dependency is PySerial for communications. ROS (Robot Operating System) support has also been created.
You can find the library (and details) at my site:
Hizook.com