Actuator-specific settings, such as controller gains. More...
#include <command.hpp>
Public Member Functions | |
Actuator (HebiCommandPtr internal) | |
EnumField< ControlStrategy > & | controlStrategy () |
How the position, velocity, and effort PID loops are connected in order to control motor PWM. More... | |
const EnumField< ControlStrategy > & | controlStrategy () const |
How the position, velocity, and effort PID loops are connected in order to control motor PWM. More... | |
CommandGains & | effortGains () |
Controller gains for the effort PID loop. More... | |
const CommandGains & | effortGains () const |
Controller gains for the effort PID loop. More... | |
CommandGains & | positionGains () |
Controller gains for the position PID loop. More... | |
const CommandGains & | positionGains () const |
Controller gains for the position PID loop. More... | |
HighResAngleField & | positionLimitMax () |
The firmware safety limit for the maximum allowed position. More... | |
const HighResAngleField & | positionLimitMax () const |
The firmware safety limit for the maximum allowed position. More... | |
HighResAngleField & | positionLimitMin () |
The firmware safety limit for the minimum allowed position. More... | |
const HighResAngleField & | positionLimitMin () const |
The firmware safety limit for the minimum allowed position. More... | |
FloatField & | referenceEffort () |
The internal effort reference offset (setting this matches the current effort to the given reference command) More... | |
const FloatField & | referenceEffort () const |
The internal effort reference offset (setting this matches the current effort to the given reference command) More... | |
FloatField & | referencePosition () |
The internal encoder reference offset (setting this matches the current position to the given reference command) More... | |
const FloatField & | referencePosition () const |
The internal encoder reference offset (setting this matches the current position to the given reference command) More... | |
FloatField & | springConstant () |
The spring constant of the module. More... | |
const FloatField & | springConstant () const |
The spring constant of the module. More... | |
CommandGains & | velocityGains () |
Controller gains for the velocity PID loop. More... | |
const CommandGains & | velocityGains () const |
Controller gains for the velocity PID loop. More... | |
Actuator-specific settings, such as controller gains.
Definition at line 490 of file command.hpp.
|
inline |
Definition at line 494 of file command.hpp.
|
inline |
How the position, velocity, and effort PID loops are connected in order to control motor PWM.
Definition at line 550 of file command.hpp.
|
inline |
How the position, velocity, and effort PID loops are connected in order to control motor PWM.
Definition at line 552 of file command.hpp.
|
inline |
Controller gains for the effort PID loop.
Definition at line 523 of file command.hpp.
|
inline |
Controller gains for the effort PID loop.
Definition at line 525 of file command.hpp.
|
inline |
Controller gains for the position PID loop.
Definition at line 515 of file command.hpp.
|
inline |
Controller gains for the position PID loop.
Definition at line 517 of file command.hpp.
|
inline |
The firmware safety limit for the maximum allowed position.
Definition at line 546 of file command.hpp.
|
inline |
The firmware safety limit for the maximum allowed position.
Definition at line 548 of file command.hpp.
|
inline |
The firmware safety limit for the minimum allowed position.
Definition at line 542 of file command.hpp.
|
inline |
The firmware safety limit for the minimum allowed position.
Definition at line 544 of file command.hpp.
|
inline |
The internal effort reference offset (setting this matches the current effort to the given reference command)
Definition at line 538 of file command.hpp.
|
inline |
The internal effort reference offset (setting this matches the current effort to the given reference command)
Definition at line 540 of file command.hpp.
|
inline |
The internal encoder reference offset (setting this matches the current position to the given reference command)
Definition at line 534 of file command.hpp.
|
inline |
The internal encoder reference offset (setting this matches the current position to the given reference command)
Definition at line 536 of file command.hpp.
|
inline |
The spring constant of the module.
Definition at line 530 of file command.hpp.
|
inline |
The spring constant of the module.
Definition at line 532 of file command.hpp.
|
inline |
Controller gains for the velocity PID loop.
Definition at line 519 of file command.hpp.
|
inline |
Controller gains for the velocity PID loop.
Definition at line 521 of file command.hpp.
|
private |
Definition at line 566 of file command.hpp.
|
private |
Definition at line 559 of file command.hpp.
|
private |
Definition at line 555 of file command.hpp.
|
private |
Definition at line 557 of file command.hpp.
|
private |
Definition at line 565 of file command.hpp.
|
private |
Definition at line 564 of file command.hpp.
|
private |
Definition at line 563 of file command.hpp.
|
private |
Definition at line 562 of file command.hpp.
|
private |
Definition at line 561 of file command.hpp.
|
private |
Definition at line 558 of file command.hpp.