Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Simply passes GPS UTM position and velocity through to the state interface. More...
Go to the source code of this file.
Macros | |
#define | DefaultInsImpl ins_gps_utm |
Functions | |
void | ins_gps_utm_init (void) |
void | ins_gps_utm_register (void) |
Simply passes GPS UTM position and velocity through to the state interface.
For fixedwing firmware since it sets UTM pos only.
Definition in file ins_gps_passthrough_utm.h.
#define DefaultInsImpl ins_gps_utm |
Definition at line 31 of file ins_gps_passthrough_utm.h.
void ins_gps_utm_init | ( | void | ) |
Definition at line 40 of file ins_gps_passthrough_utm.c.
References nav_utm_east0, nav_utm_north0, nav_utm_zone0, stateSetLocalUtmOrigin_f(), and stateSetPositionUtm_f().
Referenced by ins_gps_utm_register().
void ins_gps_utm_register | ( | void | ) |
Definition at line 100 of file ins_gps_passthrough_utm.c.
References ABI_BROADCAST, gps_cb(), ins_gps_utm_init(), and ins_register_impl().