APM:Libraries
|
Generic PID algorithm, with EEPROM-backed storage of constants. More...
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <DataFlash/DataFlash.h>
#include <stdlib.h>
#include <cmath>
Go to the source code of this file.
Classes | |
class | PID |
Object managing one PID control. More... | |