mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +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
|
||||
on ground.
|
||||
type: float
|
||||
default: 0.1
|
||||
default: 0.01
|
||||
min: 0.01
|
||||
unit: m
|
||||
decimal: 2
|
||||
|
||||
Reference in New Issue
Block a user