mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 04:50:34 +08:00
33 lines
938 B
YAML
33 lines
938 B
YAML
module_name: ekf2
|
|
parameters:
|
|
- group: EKF2
|
|
definitions:
|
|
EKF2_FUSE_BETA:
|
|
description:
|
|
short: Enable synthetic sideslip fusion
|
|
long: 'For reliable wind estimation both sideslip and airspeed fusion (see
|
|
EKF2_ARSP_THR) should be enabled. Only applies to fixed-wing vehicles (or
|
|
VTOLs in fixed-wing mode). Note: side slip fusion is currently not supported
|
|
for tailsitters.'
|
|
type: boolean
|
|
default: 0
|
|
EKF2_BETA_GATE:
|
|
description:
|
|
short: Gate size for synthetic sideslip fusion
|
|
long: Sets the number of standard deviations used by the innovation consistency
|
|
test.
|
|
type: float
|
|
default: 5.0
|
|
min: 1.0
|
|
unit: SD
|
|
decimal: 1
|
|
EKF2_BETA_NOISE:
|
|
description:
|
|
short: Noise for synthetic sideslip fusion
|
|
type: float
|
|
default: 0.3
|
|
min: 0.1
|
|
max: 1.0
|
|
unit: m/s
|
|
decimal: 2
|