mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-24 02:24:09 +08:00
1.5 KiB
1.5 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
SensorPreflightMag (UORB message)
Метрики перевірки сенсорів перед польотом. The topic will not be updated when the vehicle is armed.
TOPICS: sensor_preflight_mag
Fields
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
|---|---|---|---|---|
| timestamp | uint64 |
time since system start (microseconds) | ||
| mag_inconsistency_angle | float32 |
maximum angle between magnetometer instance field vectors in radians. |
Source Message
:::details Click here to see original file
#
# Pre-flight sensor check metrics.
# The topic will not be updated when the vehicle is armed
#
uint64 timestamp # time since system start (microseconds)
float32 mag_inconsistency_angle # maximum angle between magnetometer instance field vectors in radians.
:::