Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Functions | |
void | h_ctl_guidance_loop (void) |
General guidance logic This will call the proper control loops according to the sub-modes. More... | |
Horizontal guidance logic for fixed wing vehicles.
Definition in file guidance_h.h.
void h_ctl_guidance_loop | ( | void | ) |
General guidance logic This will call the proper control loops according to the sub-modes.
Definition at line 33 of file guidance_h.c.
References h_ctl_course_loop(), h_ctl_pitch_setpoint, lateral_mode, LATERAL_MODE_COURSE, and v_ctl_pitch_setpoint.