Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | GUIDANCE_INDI_MIN_PITCH -20 |
#define | GUIDANCE_INDI_MAX_PITCH 20 |
Functions | |
void | guidance_indi_quadplane_init (void) |
Call upon entering indi guidance. More... | |
void | guidance_indi_quadplane_propagate_filters (void) |
Low pass the accelerometer measurements to remove noise from vibrations. More... | |
#define GUIDANCE_INDI_MAX_PITCH 20 |
Definition at line 32 of file guidance_indi_hybrid_quadplane.h.
#define GUIDANCE_INDI_MIN_PITCH -20 |
Definition at line 31 of file guidance_indi_hybrid_quadplane.h.
void guidance_indi_quadplane_init | ( | void | ) |
Call upon entering indi guidance.
Definition at line 55 of file guidance_indi_hybrid_quadplane.c.
References accel_bodyz_filt, bodyz_filter_cutoff, and init_butterworth_2_low_pass().
void guidance_indi_quadplane_propagate_filters | ( | void | ) |
Low pass the accelerometer measurements to remove noise from vibrations.
The roll and pitch also need to be filtered to synchronize them with the acceleration Called as a periodic function with PERIODIC_FREQ
Definition at line 67 of file guidance_indi_hybrid_quadplane.c.
References accel_bodyz_filt, ACCEL_FLOAT_OF_BFP, stateGetAccelBody_i(), and update_butterworth_2_low_pass().