Files
PX4-Autopilot/docs/en/msg_docs/FiducialMarkerYawReport.md
PX4BuildBot be784e21f7 docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
2026-05-27 02:57:43 +00:00

2.1 KiB

pageClass
pageClass
is-wide-page

FiducialMarkerYawReport (UORB message)

Yaw of a precision-landing target relative to the NED (North, East, Down) frame, reported by a vision pipeline.

Published by: vision pipelines (on-board or off-board over MAVLink TARGET_RELATIVE), decoded in mavlink_receiver. Subscribed by: vision_target_estimator (VTEOrientation).

TOPICS: fiducial_marker_yaw_report

Fields

Name Type Unit [Frame] Range/Enum Description
timestamp uint64 us Time since system start
timestamp_sample uint64 us Timestamp of the raw observation
yaw_ned float32 rad [NED] Orientation of the target relative to the NED frame [-Pi ; Pi]
yaw_var_ned float32 rad^2 Orientation uncertainty

Source Message

Source file (GitHub)

::: details Click here to see original file

# Yaw of a precision-landing target relative to the NED (North, East, Down) frame, reported by a vision pipeline.
#
# Published by: vision pipelines (on-board or off-board over MAVLink TARGET_RELATIVE), decoded in mavlink_receiver.
# Subscribed by: vision_target_estimator (VTEOrientation).

uint64 timestamp # [us] Time since system start
uint64 timestamp_sample # [us] Timestamp of the raw observation

float32 yaw_ned # [rad] [@frame NED] Orientation of the target relative to the NED frame [-Pi ; Pi]
float32 yaw_var_ned # [rad^2] Orientation uncertainty

:::