mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
ekf2: reduce EKF2_MIN_RNG to 0.01 (#25574)
This commit is contained in:
@@ -28,7 +28,7 @@ parameters:
|
|||||||
where the range finder may be inside its minimum measurements distance when
|
where the range finder may be inside its minimum measurements distance when
|
||||||
on ground.
|
on ground.
|
||||||
type: float
|
type: float
|
||||||
default: 0.1
|
default: 0.01
|
||||||
min: 0.01
|
min: 0.01
|
||||||
unit: m
|
unit: m
|
||||||
decimal: 2
|
decimal: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user