mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix(ekf2): update minimum values for required EPH and EPV parameters
This commit is contained in:
parent
ecd553da6a
commit
72bcbdc1bb
@ -101,7 +101,7 @@ parameters:
|
||||
short: Required EPH to use GPS
|
||||
type: float
|
||||
default: 3.0
|
||||
min: 2
|
||||
min: 0.1
|
||||
max: 100
|
||||
unit: m
|
||||
decimal: 1
|
||||
@ -110,7 +110,7 @@ parameters:
|
||||
short: Required EPV to use GPS
|
||||
type: float
|
||||
default: 5.0
|
||||
min: 2
|
||||
min: 0.1
|
||||
max: 100
|
||||
unit: m
|
||||
decimal: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user