ekf2: enable range aid by default

- this is to help more users get the benefit (by default) and perhaps circumvent the common mistake of setting EKF2_HGT_MODE to range sensor
 - this should be safe to enable as the range aid defaults are fairly conservative (max horizontal velocity 1 m/s, and range aid gate 1 SD)
This commit is contained in:
Daniel Agar
2021-03-30 10:23:18 -04:00
committed by GitHub
parent 6874e9fba0
commit 9a35756cd1
+1 -1
View File
@@ -1062,7 +1062,7 @@ PARAM_DEFINE_FLOAT(EKF2_RNG_PITCH, 0.0f);
* @value 0 Range aid disabled
* @value 1 Range aid enabled
*/
PARAM_DEFINE_INT32(EKF2_RNG_AID, 0);
PARAM_DEFINE_INT32(EKF2_RNG_AID, 1);
/**
* Maximum horizontal velocity allowed for range aid mode.