PX4-Autopilot/docs/ko/msg_docs/SensorPreflightMag.md
PX4 Build Bot 94c3765712
New Crowdin translations - ko (#26551)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-03-05 14:01:52 +11:00

1.5 KiB

pageClass
pageClass
is-wide-page

SensorPreflightMag (UORB message)

Pre-flight sensor check metrics. 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

Source file (GitHub)

:::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.

:::