|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Module that interpolates gainsets in flight based on a scheduling variable. More...
#include "modules/ctrl/gain_scheduling.h"#include "math/pprz_algebra_int.h"#include "subsystems/radio_control.h"
Include dependency graph for gain_scheduling.c:Go to the source code of this file.
Macros | |
| #define | SCHEDULING_VARIABLE_FRAC 0 |
| #define | INT32_RATIO_FRAC 12 |
Functions | |
| void | gain_scheduling_init (void) |
| Initialises periodic loop;. More... | |
| void | gain_scheduling_periodic (void) |
| Periodic function that interpolates between gain sets depending on the scheduling variable. More... | |
| void | set_gainset (int gainset) |
Variables | |
| struct Int32AttitudeGains | gainlibrary [NUMBER_OF_GAINSETS] |
| float | scheduling_points [NUMBER_OF_GAINSETS] = SCHEDULING_POINTS |
Module that interpolates gainsets in flight based on a scheduling variable.
Definition in file gain_scheduling.c.
| #define INT32_RATIO_FRAC 12 |
Definition at line 41 of file gain_scheduling.c.
Referenced by gain_scheduling_periodic().
| #define SCHEDULING_VARIABLE_FRAC 0 |
Definition at line 37 of file gain_scheduling.c.
Referenced by gain_scheduling_periodic().
| void gain_scheduling_init | ( | void | ) |
Initialises periodic loop;.
Definition at line 48 of file gain_scheduling.c.
References gainlibrary, Int32AttitudeGains::i, and stabilization_gains.
| void gain_scheduling_periodic | ( | void | ) |
Periodic function that interpolates between gain sets depending on the scheduling variable.
If the variable has not changed, keep the same gain set.
Definition at line 79 of file gain_scheduling.c.
References BFP_OF_REAL, FLOAT_OF_BFP, g1, g2, gainlibrary, Int32AttitudeGains::i, INT32_RATIO_FRAC, scheduling_points, SCHEDULING_VARIABLE_FRAC, set_gainset(), and stabilization_gains.
Here is the call graph for this function:| void set_gainset | ( | int | gainset | ) |
Definition at line 128 of file gain_scheduling.c.
References gainlibrary, and stabilization_gains.
Referenced by gain_scheduling_periodic().
Here is the caller graph for this function:| struct Int32AttitudeGains gainlibrary[NUMBER_OF_GAINSETS] |
Definition at line 43 of file gain_scheduling.c.
Referenced by gain_scheduling_init(), gain_scheduling_periodic(), and set_gainset().
| float scheduling_points[NUMBER_OF_GAINSETS] = SCHEDULING_POINTS |
Definition at line 45 of file gain_scheduling.c.
Referenced by gain_scheduling_periodic().