Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
ahrs_vectornav.c File Reference
+ Include dependency graph for ahrs_vectornav.c:

Go to the source code of this file.

Functions

static void send_vn_info (struct transport_tx *trans, struct link_device *dev)
 
void ahrs_vectornav_event (void)
 Event handling for Vectornav. More...
 
void ahrs_vectornav_init (void)
 Initialize Vectornav struct. More...
 
void ahrs_vectornav_propagate (void)
 Read received data. More...
 

Variables

struct AhrsVectornav ahrs_vn
 

Function Documentation

◆ ahrs_vectornav_event()

◆ ahrs_vectornav_init()

◆ ahrs_vectornav_propagate()

void ahrs_vectornav_propagate ( void  )

Read received data.

Definition at line 125 of file ahrs_vectornav.c.

References ahrs_vn, VNData::attitude, AhrsVectornav::body_to_imu, float_quat_of_eulers(), float_rmat_ratemult(), VNData::gyro, orientationGetRMat_f(), stateSetBodyRates_f(), stateSetNedToBodyQuat_f(), and AhrsVectornav::vn_data.

Referenced by ahrs_vectornav_event().

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

◆ send_vn_info()

static void send_vn_info ( struct transport_tx *  trans,
struct link_device *  dev 
)
static

Variable Documentation

◆ ahrs_vn