
Public Member Functions | |
| def | __init__ |
| Constructs a Controller instance. | |
| def | actionCb |
| def | active |
| def | commandCb |
| def | executeTrajectory |
| def | getDiagnostics |
| def | startup |
| Start the controller, do any hardware setup needed. | |
Public Attributes | |
| executing | |
| index | |
| interpolating | |
| joints | |
| rate | |
| server | |
A controller for joint chains, exposing a FollowJointTrajectory action.
Definition at line 39 of file follow_controller.py.
| def arbotix_python.follow_controller.FollowController.__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 42 of file follow_controller.py.
| def arbotix_python.follow_controller.FollowController.actionCb | ( | self, | |
| goal | |||
| ) |
Definition at line 66 of file follow_controller.py.
Is controller overriding servo internal control?
Reimplemented from arbotix_python.controllers.Controller.
Definition at line 150 of file follow_controller.py.
| def arbotix_python.follow_controller.FollowController.commandCb | ( | self, | |
| msg | |||
| ) |
Definition at line 100 of file follow_controller.py.
| def arbotix_python.follow_controller.FollowController.executeTrajectory | ( | self, | |
| traj | |||
| ) |
Definition at line 109 of file follow_controller.py.
Get a diagnostics status.
Reimplemented from arbotix_python.controllers.Controller.
Definition at line 154 of file follow_controller.py.
Start the controller, do any hardware setup needed.
Reimplemented from arbotix_python.controllers.Controller.
Definition at line 63 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.
Definition at line 42 of file follow_controller.py.