|
HEBI C++ API
1.0.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 EnumField< ControlStrategy > & | controlStrategy () const |
| How the position, velocity, and effort PID loops are connected in order to control motor PWM. 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 |
How the position, velocity, and effort PID loops are connected in order to control motor PWM.