The Robot Application Programming Interface Delegate Project
|
JointSample delivers joint data at a high frequency. More...
import "JointSample.idl";
Public Attributes | |
public FloatSequence | anglePos |
Angle position (in radians) of the joint. | |
public FloatSequence | angleVel |
Angle velocity (in radians/sec) of the joint. | |
public FloatSequence | angleAcc |
Angle acceleration (in radians/sec^2) of the joint. | |
public FloatSequence | current |
Current draw of joint motor. | |
public FloatSequence | torque |
Torque sensed at the joint (in N-m). | |
public FloatSequence | temperature |
Temperature of the joint (in degrees Celsius). | |
public LongSequence | status |
Bit field representing the state of the joint. | |
public NFSeqSequence16 | auxFloat |
A list of sequences for any parameters not otherwise included. |
Use JointConfig to deciper the configuration of joints.
public FloatSequence angleAcc |
public FloatSequence anglePos |
public FloatSequence angleVel |
public NFSeqSequence16 auxFloat |
public FloatSequence current |
public LongSequence status |
public FloatSequence temperature |
public FloatSequence torque |