Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <stdio.h>
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | ctrl_eff_scheduling_init (void) |
void | ctrl_eff_scheduling_periodic (void) |
Variables | |
float | sched_ratio_tip_props |
float | sched_tip_prop_upper_pitch_limit_deg |
float | sched_tip_prop_lower_pitch_limit_deg |
bool | sched_tip_props_always_on |
float | thrust_eff_scaling |
float | backwing_thrust_eff_scaling |
float | backwing_pitch_eff_scaling |
bool | all_act_fwd_sched |
float | trim_elevator |
float | trim_flaps |
float | pref_flaps_factor |
If instead using online adaptation is an option, be sure to not use this module at the same time!
Definition in file eff_scheduling_nederdrone.h.
void ctrl_eff_scheduling_init | ( | void | ) |
Definition at line 92 of file eff_scheduling_nederdrone.c.
void ctrl_eff_scheduling_periodic | ( | void | ) |
Definition at line 108 of file eff_scheduling_nederdrone.c.
|
extern |
Definition at line 65 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 71 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 70 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 61 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 82 of file eff_scheduling_nederdrone.c.
Referenced by ctrl_eff_scheduling_periodic(), and schdule_control_effectiveness().
|
extern |
Definition at line 86 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 84 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 88 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 69 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 56 of file eff_scheduling_nederdrone.c.
Referenced by ctrl_eff_scheduling_periodic().
|
extern |
Definition at line 57 of file eff_scheduling_nederdrone.c.
Referenced by ctrl_eff_scheduling_periodic().