Hyperparameter for VelocityPID. More...
#include <pid.hpp>
Public Attributes | |
| double | kp |
| double | ki |
| Proportional gain. | |
| double | kd |
| Integral gain. | |
| double | kf |
| Derivative gain. | |
| double | lo |
| Low-pass filter coefficient. | |
| double | hi |
| Minimal value. | |
| double | offset = 0.0 |
| Maximun value. | |
Hyperparameter for VelocityPID.
| double pid_controller::VelocityPIDParameter::hi |
Minimal value.
| double pid_controller::VelocityPIDParameter::kd |
Integral gain.
| double pid_controller::VelocityPIDParameter::kf |
Derivative gain.
| double pid_controller::VelocityPIDParameter::ki |
Proportional gain.
| double pid_controller::VelocityPIDParameter::kp |
| double pid_controller::VelocityPIDParameter::lo |
Low-pass filter coefficient.
| double pid_controller::VelocityPIDParameter::offset = 0.0 |
Maximun value.