|
HEBI C++ API
1.0.0
|
Actuator-specific feedback. More...
#include <feedback.hpp>
Public Member Functions | |
| const FloatField & | velocity () const |
| Velocity of the module output (post-spring), in radians/second. More... | |
| const FloatField & | effort () const |
| Effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages). More... | |
| const FloatField & | velocityCommand () const |
| Commanded velocity of the module output (post-spring), in radians/second. More... | |
| const FloatField & | effortCommand () const |
| Commanded effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages). More... | |
| const FloatField & | deflection () const |
| Difference (in radians) between the pre-spring and post-spring output position. More... | |
| const FloatField & | deflectionVelocity () const |
| Velocity (in radians/second) of the difference between the pre-spring and post-spring output position. More... | |
| const FloatField & | motorVelocity () const |
| The velocity (in radians/second) of the motor shaft. More... | |
| const FloatField & | motorCurrent () const |
| Current supplied to the motor. More... | |
| const FloatField & | motorSensorTemperature () const |
| The temperature from a sensor near the motor housing. More... | |
| const FloatField & | motorWindingCurrent () const |
| The estimated current in the motor windings. More... | |
| const FloatField & | motorWindingTemperature () const |
| The estimated temperature of the motor windings. More... | |
| const FloatField & | motorHousingTemperature () const |
| The estimated temperature of the motor housing. More... | |
| const HighResAngleField & | position () const |
| Position of the module output (post-spring), in radians. More... | |
| const HighResAngleField & | positionCommand () const |
| Commanded position of the module output (post-spring), in radians. More... | |
| const UInt64Field & | sequenceNumber () const |
| Sequence number going to module (local) More... | |
| const UInt64Field & | receiveTime () const |
| Timestamp of when message was received from module (local) More... | |
| const UInt64Field & | transmitTime () const |
| Timestamp of when message was transmitted to module (local) More... | |
| const UInt64Field & | hardwareReceiveTime () const |
| Timestamp of when message was received by module (remote) More... | |
| const UInt64Field & | hardwareTransmitTime () const |
| Timestamp of when message was transmitted from module (remote) More... | |
| const UInt64Field & | senderId () const |
| Unique ID of the module transmitting this feedback. More... | |
Actuator-specific feedback.
|
inline |
Velocity of the module output (post-spring), in radians/second.
|
inline |
Effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages).
|
inline |
Commanded velocity of the module output (post-spring), in radians/second.
|
inline |
Commanded effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages).
|
inline |
Difference (in radians) between the pre-spring and post-spring output position.
|
inline |
Velocity (in radians/second) of the difference between the pre-spring and post-spring output position.
|
inline |
The velocity (in radians/second) of the motor shaft.
|
inline |
Current supplied to the motor.
|
inline |
The temperature from a sensor near the motor housing.
|
inline |
The estimated current in the motor windings.
|
inline |
The estimated temperature of the motor windings.
|
inline |
The estimated temperature of the motor housing.
|
inline |
Position of the module output (post-spring), in radians.
|
inline |
Commanded position of the module output (post-spring), in radians.
|
inline |
Sequence number going to module (local)
|
inline |
Timestamp of when message was received from module (local)
|
inline |
Timestamp of when message was transmitted to module (local)
|
inline |
Timestamp of when message was received by module (remote)
|
inline |
Timestamp of when message was transmitted from module (remote)
|
inline |
Unique ID of the module transmitting this feedback.