mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 07:00:34 +08:00
14 lines
277 B
YAML
14 lines
277 B
YAML
module_name: ekf2
|
|
parameters:
|
|
- group: EKF2
|
|
definitions:
|
|
EKF2_GRAV_NOISE:
|
|
description:
|
|
short: Accelerometer measurement noise for gravity based observations
|
|
type: float
|
|
default: 1.0
|
|
min: 0.1
|
|
max: 10.0
|
|
unit: g0
|
|
decimal: 2
|