|
sbgECom Library
5.3.2276-stable
Interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogEkf.h>
Data Fields | |
| uint32_t | timeStamp |
| float | velocity [3] |
| float | velocityStdDev [3] |
| double | position [3] |
| float | undulation |
| float | positionStdDev [3] |
| uint32_t | status |
EFK computed navigation data.
| uint32_t _SbgEComLogEkfNav::timeStamp |
Time in us since the sensor power up.
| float _SbgEComLogEkfNav::velocity[3] |
North, East, Down velocity in m.s^-1.
| float _SbgEComLogEkfNav::velocityStdDev[3] |
North, East, Down velocity 1-sigma standard deviation in m.s^-1.
| double _SbgEComLogEkfNav::position[3] |
Latitude, Longitude in degrees positive North and East. Altitude above Mean Sea Level in meters.
| float _SbgEComLogEkfNav::undulation |
Altitude difference between the geoid and the Ellipsoid in meters (Height above Ellipsoid = altitude + undulation).
| float _SbgEComLogEkfNav::positionStdDev[3] |
Latitude, longitude and altitude 1 sigma standard deviation in meters.
| uint32_t _SbgEComLogEkfNav::status |
EKF solution status bitmask and enum.