sbgECom Library
5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
|
Structure that stores data for the SBG_ECOM_LOG_IMU_DATA message. More...
#include <sbgEComLogImu.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | status |
float | accelerometers [3] |
float | gyroscopes [3] |
float | temperature |
float | deltaVelocity [3] |
float | deltaAngle [3] |
Structure that stores data for the SBG_ECOM_LOG_IMU_DATA message.
This message provides synchronous IMU measurements aligned to UTC time.
Most SBG Systems INS, except ELLIPSE products, use IMUs with asynchronous measurements.
These measurements are extrapolated to match the EKF processing loop, which can introduce
artificial noise, particularly in high-frequency processing loops (e.g., 200Hz with up to 5ms extrapolation).
uint32_t _SbgEComLogImuLegacy::timeStamp |
Time in microseconds since the sensor power up.
uint16_t _SbgEComLogImuLegacy::status |
IMU status bitmask.
float _SbgEComLogImuLegacy::accelerometers[3] |
X, Y, Z accelerometer readings in m/s².
float _SbgEComLogImuLegacy::gyroscopes[3] |
X, Y, Z gyroscope readings in rad/s.
float _SbgEComLogImuLegacy::temperature |
Internal temperature in °C.
float _SbgEComLogImuLegacy::deltaVelocity[3] |
X, Y, Z delta velocity in m/s² (same as accelerometers field).
float _SbgEComLogImuLegacy::deltaAngle[3] |
X, Y, Z delta angle in rad/s (same as gyroscopes field).