Files
PX4-Autopilot/docs/en/msg_docs/VteBiasInitStatus.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

1.8 KiB

pageClass
pageClass
is-wide-page

VteBiasInitStatus (UORB message)

Diagnostics for the initial GNSS/vision bias averaging phase in the Vision Target Estimator.

Published by: vision_target_estimator (VTEPosition) while the bias low-pass filter is running. Subscribed by: logger only, to verify that the bias settles before the estimator starts fusing vision.

TOPICS: vte_bias_init_status

Fields

Name Type Unit [Frame] Range/Enum Description
timestamp uint64 us Time since system start
raw_bias float32[3] m [NED] Current GNSS-vision bias sample
filtered_bias float32[3] m [NED] Low-pass filtered bias sample
delta_norm float32 m norm(raw_bias_k - raw_bias_k-1)

Source Message

Source file (GitHub)

::: details Click here to see original file

# Diagnostics for the initial GNSS/vision bias averaging phase in the Vision Target Estimator.
#
# Published by: vision_target_estimator (VTEPosition) while the bias low-pass filter is running.
# Subscribed by: logger only, to verify that the bias settles before the estimator starts fusing vision.

uint64 timestamp # [us] Time since system start

float32[3] raw_bias # [m] [@frame NED] Current GNSS-vision bias sample
float32[3] filtered_bias # [m] [@frame NED] Low-pass filtered bias sample
float32 delta_norm # [m] norm(raw_bias_k - raw_bias_k-1)

:::