sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogEkf.h>
Data Fields | |
uint32_t | timeStamp |
uint32_t | status |
float | velocity [3] |
float | velocityStdDev [3] |
INS body velocity computed by the EKF filter.
uint32_t _SbgEComLogEkfVelBody::timeStamp |
Time in us since the sensor power up.
uint32_t _SbgEComLogEkfVelBody::status |
EKF solution status bitmask and enum.
float _SbgEComLogEkfVelBody::velocity[3] |
X,Y,Z body velocity in m.s^-1.
float _SbgEComLogEkfVelBody::velocityStdDev[3] |
X,Y,Z body velocity 1 sigma standard deviation in m.s^-1.