|
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 att_ref_euler_f, attitude_ref_euler_float_enter(), CTRL_ANDI, FLOAT_EULERS_ZERO, oneloop_andi_enter(), stabilization_att_sum_err, and stabilization_attitude_get_heading_f().
Referenced by ins_ekf2_publish_attitude(), and stabilization_mode_changed().
Here is the call graph for this function:
Here is the caller 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: