Joints hold current values.
More...
Joints hold current values.
Definition at line 32 of file joints.py.
def arbotix_python.joints.Joint.__init__ |
( |
|
self, |
|
|
|
device, |
|
|
|
name |
|
) |
| |
Constructs a Joint instance.
- Parameters
-
device | The arbotix instance. |
name | The joint name. |
Definition at line 39 of file joints.py.
def arbotix_python.joints.Joint.getDiagnostics |
( |
|
self | ) |
|
Get a diagnostics message for this joint.
- Returns
- Diagnostics message.
Definition at line 75 of file joints.py.
def arbotix_python.joints.Joint.interpolate |
( |
|
self, |
|
|
|
frame |
|
) |
| |
Get new output, in raw data format.
- Parameters
-
frame | The frame length in seconds to interpolate forward. |
- Returns
- The new output, in raw data format.
Definition at line 53 of file joints.py.
def arbotix_python.joints.Joint.setControlOutput |
( |
|
self, |
|
|
|
position |
|
) |
| |
Set the goal position.
- Parameters
-
position | The goal position, in radians/meters. |
- Returns
- The output position, in raw data format.
Definition at line 69 of file joints.py.
def arbotix_python.joints.Joint.setCurrentFeedback |
( |
|
self, |
|
|
|
raw_data |
|
) |
| |
Set the current position from feedback data.
- Parameters
-
raw_data | The current feedback. |
- Returns
- The current position, in radians/meters.
Definition at line 61 of file joints.py.
arbotix_python.joints.Joint.controller |
arbotix_python.joints.Joint.device |
arbotix_python.joints.Joint.last |
arbotix_python.joints.Joint.name |
arbotix_python.joints.Joint.position |
arbotix_python.joints.Joint.velocity |
The documentation for this class was generated from the following file: