Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Naive attitude reference saturation. More...
Go to the source code of this file.
Data Structures | |
struct | FloatRefSat |
struct | Int32RefSat |
Macros | |
#define | SATURATE_SPEED_TRIM_ACCEL(_rate, _accel, _max_rate) |
saturate angular speed and trim accel accordingly More... | |
Functions | |
static void | attitude_ref_float_saturate_naive (struct FloatRates *rate, struct FloatRates *accel, struct FloatRefSat *sat) |
static void | attitude_ref_int_saturate_naive (struct Int32Rates *rate, struct Int32Rates *accel, struct Int32RefSat *sat) |
Naive attitude reference saturation.
Definition in file attitude_ref_saturate_naive.h.
struct FloatRefSat |
Definition at line 32 of file attitude_ref_saturate_naive.h.
Data Fields | ||
---|---|---|
struct FloatRates | max_accel | |
struct FloatRates | max_rate |
struct Int32RefSat |
Definition at line 37 of file attitude_ref_saturate_naive.h.
Data Fields | ||
---|---|---|
struct Int32Rates | max_accel | |
struct Int32Rates | max_rate |
#define SATURATE_SPEED_TRIM_ACCEL | ( | _rate, | |
_accel, | |||
_max_rate | |||
) |
saturate angular speed and trim accel accordingly
Definition at line 43 of file attitude_ref_saturate_naive.h.
|
inlinestatic |
Definition at line 58 of file attitude_ref_saturate_naive.h.
References FloatRefSat::max_accel, FloatRefSat::max_rate, FloatRates::p, FloatRates::q, FloatRates::r, RATES_BOUND_BOX_ABS, and SATURATE_SPEED_TRIM_ACCEL.
Referenced by attitude_ref_euler_float_update(), and attitude_ref_quat_float_update().
|
inlinestatic |
Definition at line 71 of file attitude_ref_saturate_naive.h.
Referenced by attitude_ref_quat_int_update().