29 #ifndef IMU_VECTORNAV_H
30 #define IMU_VECTORNAV_H
Inertial Measurement Unit interface.
void imu_vectornav_init(void)
Init IMU struct and set up ABI messages.
void imu_vectornav_event(void)
Event function to read and parse data from the serial port.
struct ImuVectornav imu_vn
float vn_freq
data frequency
struct VNData vn_data
Data struct.
void imu_vectornav_periodic(void)
Periodic function checks for the frequency of packets, triggers warning in case the IMU stops sending...
enum VNStatus vn_status
VN status.
void imu_vectornav_propagate(void)
Send ABI messages.
struct VNPacket vn_packet
Packet struct.
Vectornav VN-200 INS subsystem.