|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for stabilization_attitude_ref_euler_float.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | FloatRefModel |
| Attitude reference model parameters (float) More... | |
| struct | AttRefEulerFloat |
| Attitude reference state/output (euler float) More... | |
Functions | |
| void | attitude_ref_euler_float_init (struct AttRefEulerFloat *ref) |
| void | attitude_ref_euler_float_enter (struct AttRefEulerFloat *ref, float psi) |
| void | attitude_ref_euler_float_update (struct AttRefEulerFloat *ref, struct FloatEulers *sp_eulers, float dt) |
| struct FloatRefModel |
Attitude reference model parameters (float)
Definition at line 29 of file stabilization_attitude_ref_euler_float.h.
Collaboration diagram for FloatRefModel:| Data Fields | ||
|---|---|---|
| struct FloatRates | omega | |
| struct FloatRates | two_omega2 | cached value of 2*omega*omega |
| struct FloatRates | zeta | |
| struct AttRefEulerFloat |
Attitude reference state/output (euler float)
Definition at line 35 of file stabilization_attitude_ref_euler_float.h.
Collaboration diagram for AttRefEulerFloat:| Data Fields | ||
|---|---|---|
| struct FloatRates | accel | |
| struct FloatEulers | euler | |
| struct FloatRefModel | model | |
| struct FloatRates | rate | |
| struct FloatRefSat | saturation | |
|
extern |
Definition at line 62 of file stabilization_attitude_ref_euler_float.c.
References ref, and reset_psi_ref().
Referenced by stabilization_attitude_enter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
extern |
Definition at line 41 of file stabilization_attitude_ref_euler_float.c.
References FLOAT_EULERS_ZERO, FLOAT_RATES_ZERO, foo, ref, STABILIZATION_ATTITUDE_REF_MAX_P, STABILIZATION_ATTITUDE_REF_MAX_PDOT, STABILIZATION_ATTITUDE_REF_MAX_Q, STABILIZATION_ATTITUDE_REF_MAX_QDOT, STABILIZATION_ATTITUDE_REF_MAX_R, and STABILIZATION_ATTITUDE_REF_MAX_RDOT.
Referenced by stabilization_attitude_euler_float_init().
Here is the caller graph for this function:
|
extern |
Definition at line 67 of file stabilization_attitude_ref_euler_float.c.
References attitude_ref_float_saturate_naive(), EULERS_ADD, EULERS_ASSIGN, EULERS_DIFF, FLOAT_ANGLE_NORMALIZE, foo, RATES_ADD, RATES_SMUL, and ref.
Referenced by stabilization_attitude_run().
Here is the call graph for this function:
Here is the caller graph for this function: