#include <PIDBase.h>
Public Attributes | |
| float | alpha |
| float | beta |
| float | betaa |
The extended PT1 model used for vehicle. The model can be used to auto-tune the PIDController class. The model is defined as:
alpha * nu' = (beta + betaa * abs(nu))*nu + tau
| float PT1Model::alpha |
| float PT1Model::beta |
| float PT1Model::betaa |