|
sbgECom Library
5.4.1684-stable
Interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogEkf.h>
Data Fields | |
| uint32_t | timeStamp |
| uint16_t | status |
| float | wind [3] |
| float | windStdDev [3] |
INS air data computed by the EKF filter.
| uint32_t _SbgEComLogEkfAirData::timeStamp |
Time in us since the sensor power up.
| uint16_t _SbgEComLogEkfAirData::status |
Status, reserved for future use.
| float _SbgEComLogEkfAirData::wind[3] |
North, East, Down air velocity, in m.s^-1.
| float _SbgEComLogEkfAirData::windStdDev[3] |
North, East, Down air velocity standard deviation, in m.s^-1.