sbgECom Library
5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogMagCalib.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | reserved |
uint8_t | magData [16] |
Represents data from the SBG_ECOM_LOG_MAG_CALIB message.
This structure contains raw magnetic field data that has not been compensated for soft and hard iron effects. It is intended to be used with SBG Systems' magnetic calibration algorithms, which calculate the necessary compensation parameters to correct for these distortions.
Note: An effective strategy for utilizing this data involves storing the raw data stream that includes this message and later processing it with the sbgCenter software to perform offline soft and hard iron magnetic compensation.
uint32_t _SbgEComLogMagCalib::timeStamp |
Time in us since the sensor power up.
uint16_t _SbgEComLogMagCalib::reserved |
Reserved for future use, not currently utilized.
uint8_t _SbgEComLogMagCalib::magData[16] |
Raw magnetometer calibration data array, essential for compensation calculations.