mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
1.5 KiB
1.5 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
MagnetometerBiasEstimate (UORB message)
TOPICS: magnetometer_bias_estimate
Fields
Source Message
::: details Click here to see original file
uint64 timestamp # time since system start (microseconds)
float32[4] bias_x # estimated X-bias of all the sensors
float32[4] bias_y # estimated Y-bias of all the sensors
float32[4] bias_z # estimated Z-bias of all the sensors
bool[4] valid # true if the estimator has converged
bool[4] stable
:::