Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
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.
 
void ahrs_vectornav_init (void)
 Initialize Vectornav struct.
 
void ahrs_vectornav_propagate (void)
 Read received data.
 

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 123 of file ahrs_vectornav.c.

References ahrs_vn, VNData::attitude, AhrsVectornav::body_to_imu, float_quat_of_eulers(), float_rmat_ratemult(), foo, 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()

Variable Documentation

◆ ahrs_vn