sbgECom Library
5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogImu.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | status |
float | accelerometers [3] |
float | gyroscopes [3] |
Structure that stores the data for SBG_ECOM_LOG_FAST_IMU_DATA message
uint32_t _SbgEComLogImuFastLegacy::timeStamp |
Time in us since the sensor power up.
uint16_t _SbgEComLogImuFastLegacy::status |
IMU status bitmask.
float _SbgEComLogImuFastLegacy::accelerometers[3] |
X, Y, Z accelerometers in m.s^-2.
float _SbgEComLogImuFastLegacy::gyroscopes[3] |
X, Y, Z gyroscopes in rad.s^-1.