Files
PX4-Autopilot/src/modules/ekf2/params_wind.yaml
T
2024-08-22 10:56:16 -04:00

16 lines
409 B
YAML

module_name: ekf2
parameters:
- group: EKF2
definitions:
EKF2_WIND_NSD:
description:
short: Process noise spectral density for wind velocity prediction
long: When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases
by this amount every second.
type: float
default: 0.05
min: 0.0
max: 1.0
unit: m/s^2/sqrt(Hz)
decimal: 3