adjust min and max noise of optical flow sensor data

This commit is contained in:
Marco Hauswirth
2025-08-05 15:18:39 +02:00
parent e021a1c946
commit c23d54d892
+3 -3
View File
@@ -35,8 +35,8 @@ parameters:
long: Measurement noise for the optical flow sensor when it's reported quality
metric is at the maximum
type: float
default: 0.15
min: 0.05
default: 0.05
min: 0.01
unit: rad/s
decimal: 2
EKF2_OF_N_MAX:
@@ -45,7 +45,7 @@ parameters:
long: Measurement noise for the optical flow sensor when it's reported quality
metric is at the minimum
type: float
default: 0.5
default: 0.1
min: 0.05
unit: rad/s
decimal: 2