2020-10-05 23:18:03 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2020-05-30 12:07:54 -03:00
|
|
|
|
2020-10-05 23:18:03 -03:00
|
|
|
uint32 accel_device_id # unique device ID for the sensor that does not change between power cycles
|
|
|
|
uint32 gyro_device_id # unique device ID for the sensor that does not change between power cycles
|
2020-05-30 12:07:54 -03:00
|
|
|
|
2020-10-05 23:18:03 -03:00
|
|
|
uint32[3] accel_clipping # total clipping per axis
|
2020-05-30 12:07:54 -03:00
|
|
|
|
|
|
|
uint32 accel_error_count
|
|
|
|
uint32 gyro_error_count
|
|
|
|
|
2020-12-14 11:27:57 -04:00
|
|
|
float32 accel_rate_hz
|
|
|
|
float32 gyro_rate_hz
|
2020-05-30 12:07:54 -03:00
|
|
|
|
|
|
|
float32 accel_vibration_metric # high frequency vibration level in the IMU delta velocity data (m/s)
|
2020-10-05 23:18:03 -03:00
|
|
|
float32 gyro_vibration_metric # high frequency vibration level in the IMU delta velocity data (m/s)
|
|
|
|
float32 gyro_coning_vibration # Level of coning vibration in the IMU delta angles (rad^2)
|
|
|
|
|
|
|
|
float32[3] mean_accel # average accelerometer readings since last publication
|
|
|
|
float32[3] mean_gyro # average gyroscope readings since last publication
|
|
|
|
|
|
|
|
float32 temperature_accel
|
|
|
|
float32 temperature_gyro
|