mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
increase EKF2_RNG_FOG for FW and VTOL
This commit is contained in:
parent
4a5aa1e947
commit
7a9608e54b
@ -21,3 +21,6 @@ param set-default RTL_RETURN_ALT 30
|
||||
param set-default RTL_DESCEND_ALT 10
|
||||
|
||||
param set-default GPS_UBX_DYNMODEL 6
|
||||
|
||||
# lower RNG_FOG since MC are expected to fly closer over obstacles
|
||||
param set-default EKF2_RNG_FOG 1.0
|
||||
|
||||
@ -158,7 +158,7 @@ parameters:
|
||||
If there's a jump from larger than RNG_FOG to smaller than EKF2_RNG_FOG, the
|
||||
measurement may gets rejected. 0 - disabled
|
||||
type: float
|
||||
default: 1.0
|
||||
default: 3.0
|
||||
min: 0.0
|
||||
max: 20.0
|
||||
unit: m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user