Actuator-specific commands. More...
#include <command.hpp>
Public Member Functions | |
Actuator (HebiCommandPtr internal) | |
FloatField & | effort () |
Effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages). 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... | |
HighResAngleField & | position () |
Position of the module output (post-spring), in radians. More... | |
const HighResAngleField & | position () const |
Position of the module output (post-spring), in radians. More... | |
FloatField & | velocity () |
Velocity of the module output (post-spring), in radians/second. More... | |
const FloatField & | velocity () const |
Velocity of the module output (post-spring), in radians/second. More... | |
Private Attributes | |
FloatField | effort_ |
HebiCommandPtr const | internal_ |
HighResAngleField | position_ |
FloatField | velocity_ |
Actuator-specific commands.
Definition at line 621 of file command.hpp.
|
inline |
Definition at line 625 of file command.hpp.
|
inline |
Effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages).
Definition at line 644 of file command.hpp.
|
inline |
Effort at the module output; units vary (e.g., N * m for rotational joints and N for linear stages).
Definition at line 646 of file command.hpp.
|
inline |
Position of the module output (post-spring), in radians.
Definition at line 648 of file command.hpp.
|
inline |
Position of the module output (post-spring), in radians.
Definition at line 650 of file command.hpp.
|
inline |
Velocity of the module output (post-spring), in radians/second.
Definition at line 640 of file command.hpp.
|
inline |
Velocity of the module output (post-spring), in radians/second.
Definition at line 642 of file command.hpp.
|
private |
Definition at line 656 of file command.hpp.
|
private |
Definition at line 653 of file command.hpp.
|
private |
Definition at line 657 of file command.hpp.
|
private |
Definition at line 655 of file command.hpp.