Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
agl_dist.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void agl_dist_init (void)
 

Variables

float agl_dist_valid
 
float agl_dist_value
 
float agl_dist_value_filtered
 

Detailed Description

Bind to agl ABI message and provide a filtered value to be used in flight plans

Definition in file agl_dist.h.

Function Documentation

◆ agl_dist_init()

void agl_dist_init ( void  )

Definition at line 56 of file agl_dist.c.

References agl_cb(), AGL_DIST_ID, agl_dist_valid, agl_dist_value, agl_dist_value_filtered, agl_ev, agl_measurement_time, and get_sys_time_float().

+ Here is the call graph for this function:

Variable Documentation

◆ agl_dist_valid

float agl_dist_valid

Definition at line 33 of file agl_dist.c.

Referenced by agl_cb(), and agl_dist_init().

◆ agl_dist_value

float agl_dist_value

Definition at line 34 of file agl_dist.c.

Referenced by agl_cb(), and agl_dist_init().

◆ agl_dist_value_filtered

float agl_dist_value_filtered

Definition at line 35 of file agl_dist.c.

Referenced by agl_cb(), agl_dist_init(), calc_edgeflow_tot(), and calc_fast9_lukas_kanade().