forked from Archive/PX4-Autopilot
fw param: reduce default COM_VEL_FS_EVH to warn earlier when velocity uncertainty increases
This commit is contained in:
parent
1d07697a9e
commit
ae3aee3402
|
@ -17,7 +17,7 @@ param set-default COM_POS_FS_DELAY 5
|
|||
|
||||
# there is a 2.5 factor applied on the _FS thresholds if for invalidation
|
||||
param set-default COM_POS_FS_EPH 50
|
||||
param set-default COM_VEL_FS_EVH 5
|
||||
param set-default COM_VEL_FS_EVH 3
|
||||
|
||||
param set-default COM_POS_LOW_EPH 50
|
||||
|
||||
|
|
Loading…
Reference in New Issue