sbgECom Library
4.0.1987-stable
C library to 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
WARNING: This message is not recommended for new designs and will be deprecated in sbgECom 5.x
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.