2020-01-18 02:15:00 -04:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint64 timestamp_sample
|
2018-08-06 21:30:05 -03:00
|
|
|
|
2020-01-18 02:15:00 -04:00
|
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
2018-07-29 13:22:29 -03:00
|
|
|
|
2020-12-15 04:18:05 -04:00
|
|
|
float32 x # angular velocity in the FRD board frame X-axis in rad/s
|
|
|
|
float32 y # angular velocity in the FRD board frame Y-axis in rad/s
|
|
|
|
float32 z # angular velocity in the FRD board frame Z-axis in rad/s
|
2015-08-20 05:18:57 -03:00
|
|
|
|
2020-12-15 04:18:05 -04:00
|
|
|
float32 temperature # temperature in degrees Celsius
|
2020-01-29 17:13:38 -04:00
|
|
|
|
2020-05-30 12:07:54 -03:00
|
|
|
uint32 error_count
|
|
|
|
|
2022-04-22 13:43:25 -03:00
|
|
|
uint8[3] clip_counter # clip count per axis in the sample period
|
|
|
|
|
2021-02-24 09:13:53 -04:00
|
|
|
uint8 samples # number of raw samples that went into this message
|
|
|
|
|
2020-05-30 12:07:54 -03:00
|
|
|
uint8 ORB_QUEUE_LENGTH = 8
|