Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
Bind to agl ABI message and provide a filtered value to be used in flight plans. More...
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 |
Bind to agl ABI message and provide a filtered value to be used in flight plans.
Definition in file agl_dist.h.
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_measurement_time, and get_sys_time_float().
float agl_dist_valid |
Definition at line 33 of file agl_dist.c.
Referenced by agl_cb(), and agl_dist_init().
float agl_dist_value |
Definition at line 34 of file agl_dist.c.
Referenced by agl_cb(), and agl_dist_init().
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().