mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
fix(ekf2): update minimum values for required EPH and EPV parameters
This commit is contained in:
committed by
Mathieu Bresciani
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
|
||||
|
||||
Reference in New Issue
Block a user