Public Member Functions | |
def | __init__ |
Constructs a Controller instance. | |
def | enableCb |
def | getDiagnostics |
def | relaxCb |
def | update |
Public Attributes | |
dynamixels | |
hobbyservos | |
iter | |
r_delta | |
r_next | |
w_delta | |
w_next |
Definition at line 356 of file servo_controller.py.
def arbotix_python.servo_controller.ServoController.__init__ | ( | self, | |
device, | |||
name | |||
) |
Constructs a Controller instance.
device | The arbotix instance. |
name | The controller name. |
Reimplemented from arbotix_python.controllers.Controller.
Definition at line 358 of file servo_controller.py.
def arbotix_python.servo_controller.ServoController.enableCb | ( | self, | |
req | |||
) |
Turn on/off all servos torque, so that they are pose-able.
Definition at line 460 of file servo_controller.py.
Update status of servos (voltages, temperatures).
Reimplemented from arbotix_python.controllers.Controller.
Definition at line 425 of file servo_controller.py.
def arbotix_python.servo_controller.ServoController.relaxCb | ( | self, | |
req | |||
) |
Turn off all servos torque, so that they are pose-able.
Definition at line 466 of file servo_controller.py.
Read servo positions, update them.
Reimplemented from arbotix_python.controllers.Controller.
Definition at line 380 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.
Definition at line 358 of file servo_controller.py.