Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | guidance_indi_enter (void) |
Call upon entering indi guidance. More... | |
void | guidance_indi_run (float *heading_sp) |
void | stabilization_attitude_set_setpoint_rp_quat_f (struct FloatEulers *indi_rp_cmd, bool in_flight, float heading) |
void | guidance_indi_init (void) |
Init function. More... | |
Variables | |
float | guidance_indi_thrust_specific_force_gain |
float | guidance_indi_pos_gain |
float | guidance_indi_speed_gain |
float | guidance_indi_max_bank |
A guidance mode based on Incremental Nonlinear Dynamic Inversion
Definition in file guidance_indi.h.
void guidance_indi_enter | ( | void | ) |
Call upon entering indi guidance.
Definition at line 134 of file guidance_indi.c.
void guidance_indi_init | ( | void | ) |
Init function.
Definition at line 125 of file guidance_indi.c.
void guidance_indi_run | ( | float * | heading_sp | ) |
heading_sp | the desired heading [rad] |
main indi guidance function
Definition at line 154 of file guidance_indi.c.
void stabilization_attitude_set_setpoint_rp_quat_f | ( | struct FloatEulers * | indi_rp_cmd, |
bool | in_flight, | ||
float | heading | ||
) |
float guidance_indi_max_bank |
Definition at line 110 of file guidance_indi.c.
Referenced by guidance_indi_run().
float guidance_indi_pos_gain |
Definition at line 58 of file guidance_indi.c.
Referenced by guidance_indi_run().
float guidance_indi_speed_gain |
Definition at line 64 of file guidance_indi.c.
Referenced by guidance_indi_run().
float guidance_indi_thrust_specific_force_gain |