HEBI C++ API
3.9.0
|
Actuator-specific settings, such as controller gains. More...
#include <info.hpp>
Public Member Functions | |
const InfoGains & | positionGains () const |
Controller gains for the position PID loop. More... | |
const InfoGains & | velocityGains () const |
Controller gains for the velocity PID loop. More... | |
const InfoGains & | effortGains () const |
Controller gains for the effort PID loop. More... | |
const FloatField & | springConstant () const |
The spring constant of the module. More... | |
const FloatField & | velocityLimitMin () const |
The firmware safety limit for the minimum allowed velocity. More... | |
const FloatField & | velocityLimitMax () const |
The firmware safety limit for the maximum allowed velocity. More... | |
const FloatField & | effortLimitMin () const |
The firmware safety limit for the minimum allowed effort. More... | |
const FloatField & | effortLimitMax () const |
The firmware safety limit for the maximum allowed effort. More... | |
const HighResAngleField & | positionLimitMin () const |
The firmware safety limit for the minimum allowed position. More... | |
const HighResAngleField & | positionLimitMax () const |
The firmware safety limit for the maximum allowed position. More... | |
const EnumField< ControlStrategy > & | controlStrategy () const |
How the position, velocity, and effort PID loops are connected in order to control motor PWM. More... | |
const EnumField< MstopStrategy > & | mstopStrategy () const |
The motion stop strategy for the actuator. More... | |
const EnumField< PositionLimitStrategy > & | minPositionLimitStrategy () const |
The position limit strategy (at the minimum position) for the actuator. More... | |
const EnumField< PositionLimitStrategy > & | maxPositionLimitStrategy () const |
The position limit strategy (at the maximum position) for the actuator. More... | |
Actuator-specific settings, such as controller gains.
|
inline |
Controller gains for the position PID loop.
|
inline |
Controller gains for the velocity PID loop.
|
inline |
Controller gains for the effort PID loop.
|
inline |
The spring constant of the module.
|
inline |
The firmware safety limit for the minimum allowed velocity.
|
inline |
The firmware safety limit for the maximum allowed velocity.
|
inline |
The firmware safety limit for the minimum allowed effort.
|
inline |
The firmware safety limit for the maximum allowed effort.
|
inline |
The firmware safety limit for the minimum allowed position.
|
inline |
The firmware safety limit for the maximum allowed position.
|
inline |
How the position, velocity, and effort PID loops are connected in order to control motor PWM.
|
inline |
The motion stop strategy for the actuator.
|
inline |
The position limit strategy (at the minimum position) for the actuator.
|
inline |
The position limit strategy (at the maximum position) for the actuator.