28 #ifndef AHRS_VECTORNAV_H
29 #define AHRS_VECTORNAV_H
void ahrs_vectornav_event(void)
Event handling for Vectornav.
void ahrs_vectornav_propagate(void)
Read received data.
struct AhrsVectornav ahrs_vn
enum VNStatus vn_status
VN status.
struct Int32Vect3 accel_i
float vn_freq
data frequency
struct OrientationReps body_to_imu
body_to_imu rotation
void ahrs_vectornav_init(void)
Initialize Vectornav struct.
uint16_t vn_chksm
aux variable for checksum
struct VNData vn_data
Data struct.
struct VNPacket vn_packet
Packet struct.
Paparazzi generic algebra macros.
Paparazzi floating point algebra.
Paparazzi floating point math for geodetic calculations.
Paparazzi fixed point math for geodetic calculations.
Generic orientation representation and conversions.
Architecture independent timing functions.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
Vectornav VN-200 INS subsystem.