Compare commits

...

2 Commits

Author SHA1 Message Date
Marco Hauswirth 729cef1084 choose bit less extreme values 2025-08-12 11:07:10 +02:00
Marco Hauswirth c23d54d892 adjust min and max noise of optical flow sensor data 2025-08-05 15:18:39 +02:00
+2 -2
View File
@@ -35,7 +35,7 @@ parameters:
long: Measurement noise for the optical flow sensor when it's reported quality
metric is at the maximum
type: float
default: 0.15
default: 0.1
min: 0.05
unit: rad/s
decimal: 2
@@ -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.2
min: 0.05
unit: rad/s
decimal: 2