Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ahrs_vectornav.h File Reference

Vectornav VN-200 as AHRS. More...

+ 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

Vectornav VN-200 as AHRS.

Author
Michal Podhradsky micha.nosp@m.l.po.nosp@m.dhrad.nosp@m.sky@.nosp@m.aggie.nosp@m.mail.nosp@m..usu..nosp@m.edu

Definition in file ahrs_vectornav.h.


Data Structure Documentation

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

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(), 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