Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
ahrs_vectornav.h File Reference
+ Include dependency graph for ahrs_vectornav.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  AhrsVectornav
 

Functions

void ahrs_vectornav_init (void)
 Initialize Vectornav struct. More...
 
void ahrs_vectornav_event (void)
 Event handling for Vectornav. More...
 
void ahrs_vectornav_propagate (void)
 Read received data. More...
 

Variables

struct AhrsVectornav ahrs_vn
 

Detailed Description


Data Structure Documentation

◆ AhrsVectornav

struct AhrsVectornav

Definition at line 47 of file ahrs_vectornav.h.

+ Collaboration diagram for AhrsVectornav:
Data Fields
struct Int32Vect3 accel_i
struct OrientationReps body_to_imu body_to_imu rotation
struct Int32Rates gyro_i
uint16_t vn_chksm aux variable for checksum
struct VNData vn_data Data struct.
float vn_freq data frequency
struct VNPacket vn_packet Packet struct.
enum VNStatus vn_status VN status.

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:

Variable Documentation

◆ ahrs_vn