$search

Public Member Functions | |
| def | __init__ |
| Constructs a Controller instance. | |
| def | getDiagnostics |
| def | getPosition |
| def | setSpeed |
| def | shutdown |
| Stop the controller, do any hardware shutdown needed. | |
| def | startup |
| Start the controller, do any hardware setup needed. | |
| def | update |
| Do any read/writes to device. | |
Public Attributes | |
| a | |
| analog | |
| b | |
| delta | |
| joint | |
| last | |
| last_reading | |
| next | |
| p | |
A controller for a linear actuator, with absolute positional feedback.
Definition at line 141 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::__init__ | ( | self, | ||
| device, | ||||
| name | ||||
| ) |
Constructs a Controller instance.
| device | The arbotix instance. | |
| name | The controller name. |
Reimplemented from arbotix_python::controllers::Controller.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 144 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::getDiagnostics | ( | self | ) |
Get a diagnostics status.
Reimplemented from arbotix_python::controllers::Controller.
Definition at line 201 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::getPosition | ( | self | ) |
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 194 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::setSpeed | ( | self, | ||
| speed | ||||
| ) |
Set speed of actuator.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 183 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::shutdown | ( | self | ) |
Stop the controller, do any hardware shutdown needed.
Reimplemented from arbotix_python::controllers::Controller.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 197 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::startup | ( | self | ) |
Start the controller, do any hardware setup needed.
Reimplemented from arbotix_python::controllers::Controller.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 161 of file linear_controller.py.
| def arbotix_python::linear_controller::LinearControllerAbsolute::update | ( | self | ) |
Do any read/writes to device.
Reimplemented from arbotix_python::controllers::Controller.
Definition at line 165 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 147 of file linear_controller.py.
Definition at line 150 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 148 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 154 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 157 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 151 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 152 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 155 of file linear_controller.py.
Reimplemented in arbotix_python::linear_controller::LinearControllerIncremental.
Definition at line 149 of file linear_controller.py.