2020-06-18 11:14:01 -04:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
uint64 timestamp_sample
|
2018-07-29 12:22:29 -04:00
|
|
|
|
2020-06-18 11:14:01 -04:00
|
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
2015-08-20 10:19:19 +02:00
|
|
|
|
2020-06-18 11:14:01 -04:00
|
|
|
float32 x # magnetic field in the NED X board axis in Gauss
|
|
|
|
|
float32 y # magnetic field in the NED Y board axis in Gauss
|
|
|
|
|
float32 z # magnetic field in the NED Z board axis in Gauss
|
2018-07-29 12:22:29 -04:00
|
|
|
|
2020-06-18 11:14:01 -04:00
|
|
|
float32 temperature # temperature in degrees celsius
|
2018-07-29 12:22:29 -04:00
|
|
|
|
2020-06-18 11:14:01 -04:00
|
|
|
uint32 error_count
|
2016-03-10 17:00:13 -08:00
|
|
|
|
2020-08-16 21:56:15 -04:00
|
|
|
bool is_external # if true the mag is external (i.e. not built into the board)
|
2020-08-17 16:03:59 -04:00
|
|
|
|
2020-09-25 23:11:55 +08:00
|
|
|
uint8 ORB_QUEUE_LENGTH = 4
|