by xevel » Wed Apr 08, 2015 11:09 pm
by xevel
Wed Apr 08, 2015 11:09 pm
Hey,
You might want to look at the various controllers out there. Using an arduino is possible but will require some coding and some miscellanous hardware.
The OpenCM9.04 is a good cheap option, programable, so you could write what is needed to interface it with an app (that you would have to write too on your computer that would handle the joystick.
The Arbotix is another good choice, there is already some arm control code available, though you surely would need to modify it.
Another alternative would be the USB2AX or USB2Dynamixel, which are simple USB adapters used to talk to the servos (contrary to the previous two, they are not really programmable, they just shuffle data from your computer to the servos and back). With these you can then use any of the Dynamixel libraries available.
In all cases you will have to write some software, I don't think you will find a package that directly do what you want (aside from ROS maybe, but I'm not knowledgable enough about it to be sure).
Hey,
You might want to look at the various controllers out there. Using an arduino is possible but will require some coding and some miscellanous hardware.
The OpenCM9.04 is a good cheap option, programable, so you could write what is needed to interface it with an app (that you would have to write too on your computer that would handle the joystick.
The Arbotix is another good choice, there is already some arm control code available, though you surely would need to modify it.
Another alternative would be the USB2AX or USB2Dynamixel, which are simple USB adapters used to talk to the servos (contrary to the previous two, they are not really programmable, they just shuffle data from your computer to the servos and back). With these you can then use any of the Dynamixel libraries available.
In all cases you will have to write some software, I don't think you will find a package that directly do what you want (aside from ROS maybe, but I'm not knowledgable enough about it to be sure).