|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "firmwares/rotorcraft/stabilization/stabilization_oneloop.h"#include "firmwares/rotorcraft/oneloop/oneloop_andi.h"#include "generated/modules.h"
Include dependency graph for stabilization_oneloop.c:Go to the source code of this file.
Functions | |
| void | stabilization_attitude_enter (void) |
| Attitude control enter function. | |
| void | stabilization_attitude_run (bool in_flight, UNUSED struct StabilizationSetpoint *sp, UNUSED struct ThrustSetpoint *thrust, UNUSED int32_t *cmd) |
Attitude control enter function.
Definition at line 30 of file stabilization_oneloop.c.
References CTRL_ANDI, and oneloop_andi_enter().
Here is the call graph for this function:| void stabilization_attitude_run | ( | bool | in_flight, |
| UNUSED struct StabilizationSetpoint * | sp, | ||
| UNUSED struct ThrustSetpoint * | thrust, | ||
| UNUSED int32_t * | cmd | ||
| ) |
Definition at line 35 of file stabilization_oneloop.c.
References foo, OneloopGeneral::half_loop, oneloop_andi, and oneloop_andi_run().
Here is the call graph for this function: