mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
WindEstimator: make wind process noise tuning same as EKF2
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* @decimal 2
|
||||
* @group Airspeed Validator
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(ASPD_WIND_NSD, 0.1f);
|
||||
PARAM_DEFINE_FLOAT(ASPD_WIND_NSD, 1.e-2f);
|
||||
|
||||
/**
|
||||
* Airspeed Selector: Wind estimator true airspeed scale process noise spectral density
|
||||
|
||||
Reference in New Issue
Block a user