Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
ahrs_vectornav_wrapper.h File Reference

Vectornav VN-200 as AHRS. More...

+ Include dependency graph for ahrs_vectornav_wrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ahrs_vectornav_wrapper_init (void)
 
void ahrs_vectornav_wrapper_enable (uint8_t enable)
 

Variables

uint8_t ahrs_vectornav_enable
 

Detailed Description

Function Documentation

◆ ahrs_vectornav_wrapper_enable()

void ahrs_vectornav_wrapper_enable ( uint8_t  enable)

Definition at line 65 of file ahrs_vectornav_wrapper.c.

References ahrs_vectornav_enable, STATE_INPUT_ATTITUDE, STATE_INPUT_RATES, and stateSetInputFilter().

Referenced by ahrs_vectornav_wrapper_init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ahrs_vectornav_wrapper_init()

void ahrs_vectornav_wrapper_init ( void  )

Definition at line 51 of file ahrs_vectornav_wrapper.c.

References AHRS_PRIMARY, ahrs_vectornav_init(), ahrs_vectornav_wrapper_enable(), DefaultPeriodic, register_periodic_telemetry(), and send_euler().

+ Here is the call graph for this function:

Variable Documentation

◆ ahrs_vectornav_enable

uint8_t ahrs_vectornav_enable
extern

Definition at line 35 of file ahrs_vectornav_wrapper.c.

Referenced by ahrs_vectornav_wrapper_enable().