Class PidParams
all parameters of a standard pid More...
#include <pid.h>
Public Attributes
| Type | Name |
|---|---|
| float32_t | Kp |
| float32_t | N |
| float32_t | Td |
| float32_t | Ti |
| float32_t | Ts |
| float32_t | lower_bound |
| float32_t | upper_bound |
Detailed Description
Date:
2024
Author:
Régis Ruelland [email protected]
Parameters:
Tssample timeKpproportional gainTiintegral time constantTdderivative time constantNderivative filter coefficientlower_boundmin value of the outputupper_boundmax value of the output
Public Attributes Documentation
variable Kp
variable N
variable Td
variable Ti
variable Ts
variable lower_bound
variable upper_bound
The documentation for this class was generated from the following file docs/controlLibrary/src/pid.h