mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 08:40:35 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user