mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
2.4 KiB
2.4 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
MagWorkerData (UORB message)
TOPICS: mag_worker_data
Fields
Constants
| Name | Type | Value | Description |
|---|---|---|---|
| MAX_MAGS | uint8 |
4 |
Source Message
::: details Click here to see original file
uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample
uint8 MAX_MAGS = 4
uint32 done_count
uint32 calibration_points_perside
uint64 calibration_interval_perside_us
uint32[4] calibration_counter_total
bool[4] side_data_collected
float32[4] x
float32[4] y
float32[4] z
:::