PX4-Autopilot/docs/zh/msg_docs/EstimatorFusionControl.md
PX4 Build Bot 3b4df0aead
docs(i18n): PX4 guide translations (Crowdin) - zh-CN (#26978)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-04-05 18:11:58 +10:00

4.4 KiB

pageClass
pageClass
is-wide-page

EstimatorFusionControl (UORB message)

TOPICS: estimator_fusion_control

Fields

参数名 类型 Unit [Frame] Range/Enum 描述
timestamp uint64 time since system start (microseconds)
gps_intended bool[2]
of_intended bool
ev_intended bool
agp_intended bool[4]
baro_intended bool
rng_intended bool
mag_intended bool
aspd_intended bool
rngbcn_intended bool
gps_active bool[2]
of_active bool
ev_active bool
agp_active bool[4]
baro_active bool
rng_active bool
mag_active bool
aspd_active bool
rngbcn_active bool

Source Message

Source file (GitHub)

:::details Click here to see original file

uint64 timestamp                # time since system start (microseconds)

# sensor intended for fusion (enabled via EKF2_SENS_EN AND CTRL param != disabled)
bool[2] gps_intended
bool of_intended
bool ev_intended
bool[4] agp_intended
bool baro_intended
bool rng_intended
bool mag_intended
bool aspd_intended
bool rngbcn_intended

# whether the estimator is actively fusing data from each source
bool[2] gps_active
bool of_active
bool ev_active
bool[4] agp_active
bool baro_active
bool rng_active
bool mag_active
bool aspd_active
bool rngbcn_active

:::