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