mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
WindEstimator: make wind process noise tuning same as EKF2
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
* @decimal 2
|
* @decimal 2
|
||||||
* @group Airspeed Validator
|
* @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
|
* Airspeed Selector: Wind estimator true airspeed scale process noise spectral density
|
||||||
|
|||||||
Reference in New Issue
Block a user