Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Vectornav VN-200 as AHRS. More...
#include "modules/ahrs/ahrs_vectornav.h"
Go to the source code of this file.
Macros | |
#define | PRIMARY_AHRS ahrs_vectornav |
Functions | |
void | ahrs_vectornav_register (void) |
bool | ahrs_vectornav_is_enabled (void) |
Vectornav VN-200 as AHRS.
Definition in file ahrs_vectornav_wrapper.h.
#define PRIMARY_AHRS ahrs_vectornav |
Definition at line 34 of file ahrs_vectornav_wrapper.h.
bool ahrs_vectornav_is_enabled | ( | void | ) |
Definition at line 62 of file ahrs_vectornav_wrapper.c.
References ahrs_vectornav_output_enabled.
Referenced by ahrs_vectornav_event().
void ahrs_vectornav_register | ( | void | ) |
Definition at line 66 of file ahrs_vectornav_wrapper.c.
References ahrs_register_impl(), ahrs_vectornav_enable_output(), ahrs_vectornav_init(), AHRS_VECTORNAV_OUTPUT_ENABLED, ahrs_vectornav_output_enabled, DefaultPeriodic, register_periodic_telemetry(), and send_euler().