From c23d54d89239e28efdc47cf8f166435bdb0ec4e8 Mon Sep 17 00:00:00 2001 From: Marco Hauswirth Date: Tue, 5 Aug 2025 15:18:39 +0200 Subject: [PATCH] adjust min and max noise of optical flow sensor data --- src/modules/ekf2/params_optical_flow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/ekf2/params_optical_flow.yaml b/src/modules/ekf2/params_optical_flow.yaml index 961b6a03db..d1c91e02bc 100644 --- a/src/modules/ekf2/params_optical_flow.yaml +++ b/src/modules/ekf2/params_optical_flow.yaml @@ -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