Public Member Functions | |
| def | __init__ |
| def | actionCb |
| def | active |
| def | getDiagnostics |
| def | setup |
| def | shutdown |
| def | startup |
| def | status |
| def | update |
| def | write |
Public Attributes | |
| device | |
| fake | |
| ids | |
| index | |
| interpolating | |
| joint_names | |
| joint_positions | |
| joint_velocities | |
| joints | |
| name | |
| onboard | |
| rate | |
| server | |
A controller for joint chains, exposing a FollowJointTrajectory action.
Definition at line 36 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::__init__ | ( | self, | ||
| device, | ||||
| name | ||||
| ) |
Definition at line 39 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::actionCb | ( | self, | ||
| goal | ||||
| ) |
Definition at line 78 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::active | ( | self | ) |
Is controller overriding servo internal control?
Definition at line 149 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::getDiagnostics | ( | self | ) |
Get a diagnostics status.
Definition at line 153 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::setup | ( | self | ) |
Definition at line 175 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::shutdown | ( | self | ) |
Definition at line 75 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::startup | ( | self | ) |
Definition at line 67 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::status | ( | self | ) |
Definition at line 189 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::update | ( | self | ) |
Definition at line 72 of file follow_controller.py.
| def arbotix_python::follow_controller::FollowController::write | ( | self, | ||
| positions, | ||||
| time | ||||
| ) |
Write a movement to occur in time (s).
Definition at line 179 of file follow_controller.py.
Definition at line 41 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.
Definition at line 54 of file follow_controller.py.
Definition at line 48 of file follow_controller.py.
Definition at line 43 of file follow_controller.py.
Definition at line 57 of file follow_controller.py.
Definition at line 58 of file follow_controller.py.
Definition at line 59 of file follow_controller.py.
Definition at line 47 of file follow_controller.py.
Definition at line 40 of file follow_controller.py.
Definition at line 49 of file follow_controller.py.
Definition at line 46 of file follow_controller.py.
Definition at line 63 of file follow_controller.py.