Python and Mobile I/O development #135
-
Hi, I received some x-actuators and I quickly managed to get them spinning in Scope and Python using, for instance, the “03a_command_position.py” from the Basis folder on the HEBI Github. I would like to use a mobile device to control the motors using the Mobile I/O and Python, but the Python scripts I managed to find are either explicitly for an Arm like “ex_mobile_io_control.py” or for getting feedback from a Mobile device. Does anyone have an example for Python where a Mobile device is used for setting positions and/or velocities for individual motors? Or experience with the same? Regards,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Rasmus, We don't have an example that explicitly controls individual actuators using mobileIO, but the examples you are looking at do - for the most part - cover everything you would need. I would add that walking through the python API documentation at docs.hebi.us should help illuminate relevant concepts as well (in particular, the part about trajectories). Tips as you go through these resources:
Probably more info than you were looking for, but hope it helps!
|
Beta Was this translation helpful? Give feedback.
Hi Rasmus,
We don't have an example that explicitly controls individual actuators using mobileIO, but the examples you are looking at do - for the most part - cover everything you would need. I would add that walking through the python API documentation at docs.hebi.us should help illuminate relevant concepts as well (in particular, the part about trajectories).
Tips as you go through these resources: