Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
ground_detect.h File Reference
#include "std.h"
+ Include dependency graph for ground_detect.h:
+ This graph shows which files directly or indirectly include this file:

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. More...
 

Variables

bool disarm_on_not_in_flight
 

Detailed Description

Author
Dennis van Wijngaarden D.C.v.nosp@m.anWi.nosp@m.jngaa.nosp@m.rden.nosp@m.@tude.nosp@m.lft..nosp@m.nl Ground detection module

Definition in file ground_detect.h.

Function Documentation

◆ ground_detect()

bool ground_detect ( void  )

Definition at line 67 of file ground_detect.c.

References ground_detected.

◆ ground_detect_filter_accel()

void ground_detect_filter_accel ( void  )

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.

+ Here is the call graph for this function:

◆ ground_detect_init()

void ground_detect_init ( void  )

Definition at line 60 of file ground_detect.c.

References accel_filter, GROUND_DETECT_FILT_FREQ, and init_butterworth_2_low_pass().

+ Here is the call graph for this function:

◆ ground_detect_periodic()

Variable Documentation

◆ disarm_on_not_in_flight

bool disarm_on_not_in_flight
extern

Definition at line 53 of file ground_detect.c.

Referenced by ground_detect_periodic().