Public Attributes
PT1Model Struct Reference

#include <PIDBase.h>

List of all members.

Public Attributes

float alpha
float beta
float betaa

Detailed Description

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

Definition at line 42 of file PIDBase.h.


Member Data Documentation

The inertia parameter.

Definition at line 47 of file PIDBase.h.

The linear drag parameter.

Definition at line 51 of file PIDBase.h.

The non-linear drag parameter.

Definition at line 55 of file PIDBase.h.


The documentation for this struct was generated from the following file:


labust_control
Author(s): Gyula Nagy
autogenerated on Fri Aug 28 2015 11:22:42