![]() |
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Functions | |
void | ground_detect_init (void) |
void | ground_detect_periodic (void) |
bool | ground_detect (void) |
void | ground_detect_filter_accel (void) |
Filter the vertical acceleration with a low cutoff frequency. | |
Variables | |
bool | disarm_on_not_in_flight |
Definition in file ground_detect.h.
Definition at line 67 of file ground_detect.c.
References ground_detected.
Filter the vertical acceleration with a low cutoff frequency.
Definition at line 150 of file ground_detect.c.
References accel_filter, stateGetAccelNed_f(), update_butterworth_2_low_pass(), and NedCoor_f::z.
Definition at line 60 of file ground_detect.c.
References accel_filter, foo, GROUND_DETECT_FILT_FREQ, and init_butterworth_2_low_pass().
Definition at line 78 of file ground_detect.c.
References accel_filter, act_is_servo, actuator_state_filt_vect, agl_dist_valid, agl_dist_value_filtered, autopilot_set_motors_on(), counter, DefaultChannel, DefaultDevice, disarm_on_not_in_flight, foo, g1g2, GROUND_DETECT_COUNTER_TRIGGER, ground_detected, SecondOrderLowPass::o, stateGetAccelNed_f(), stateGetNedToBodyRMat_f(), stateGetSpeedNed_f(), and NedCoor_f::z.
|
extern |
Definition at line 53 of file ground_detect.c.
Referenced by ground_detect_periodic().