|
Motion Master
|
Represents the gains for a PID controller. More...
#include <standalone_autotuning.h>
Public Attributes | |
| double | kp |
| Proportional gain. | |
| double | ki |
| Integral gain. | |
| double | kd |
| Derivative gain. | |
Represents the gains for a PID controller.
This structure holds the proportional, integral, and derivative gains used in a PID control loop.
| double PIDGains::kd |
Derivative gain.
| double PIDGains::ki |
Integral gain.
| double PIDGains::kp |
Proportional gain.