The IMU data structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
uint64_t | timestamp_ns |
The timestamp of the IMU data. More... | |
uint32_t | imu_id |
The ID of the IMU. More... | |
double | acc [3] |
The acceleration data of the IMU. More... | |
double | gyro [3] |
The gyro data of the IMU. More... | |
The IMU data structure.
The IMU data structure contains the IMU data.
double _slamtec_aurora_sdk_imu_data_t::acc[3] |
The acceleration data of the IMU.
The acceleration data of the IMU is the acceleration data of the IMU.
in g (1g = 9.8m/s^2)
double _slamtec_aurora_sdk_imu_data_t::gyro[3] |
The gyro data of the IMU.
The gyro data of the IMU is the gyro data of the IMU.
in dps
uint32_t _slamtec_aurora_sdk_imu_data_t::imu_id |
The ID of the IMU.
The ID of the IMU is the ID of the IMU.
uint64_t _slamtec_aurora_sdk_imu_data_t::timestamp_ns |
The timestamp of the IMU data.
The nanoseconds timestamp of the IMU data