PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Implementation of a simple orthogonal pitch PID controller. More...
#include "ecl_pitch_controller.h"
#include <math.h>
#include <float.h>
#include <geo/geo.h>
#include <mathlib/mathlib.h>
Go to the source code of this file.
Implementation of a simple orthogonal pitch PID controller.
Authors and acknowledgements in header.
Definition in file ecl_pitch_controller.cpp.