APM:Libraries
Classes
AC_PID_2D.h File Reference

Generic PID algorithm, with EEPROM-backed storage of constants. More...

#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <stdlib.h>
#include <cmath>
Include dependency graph for AC_PID_2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AC_PID_2D
 Copter PID control class. More...
 
struct  AC_PID_2D::ac_pid_flags
 

Detailed Description

Generic PID algorithm, with EEPROM-backed storage of constants.

Definition in file AC_PID_2D.h.