Browse Source

Flow: adjust default optical flow delay based on pmw3901

This is the correct value for the most common optical flow sensor
release/1.12
bresch 4 years ago committed by Daniel Agar
parent
commit
109ed18a3a
  1. 2
      src/modules/ekf2/ekf2_params.c

2
src/modules/ekf2/ekf2_params.c

@ -98,7 +98,7 @@ PARAM_DEFINE_FLOAT(EKF2_GPS_DELAY, 110); @@ -98,7 +98,7 @@ PARAM_DEFINE_FLOAT(EKF2_GPS_DELAY, 110);
* @reboot_required true
* @decimal 1
*/
PARAM_DEFINE_FLOAT(EKF2_OF_DELAY, 5);
PARAM_DEFINE_FLOAT(EKF2_OF_DELAY, 20);
/**
* Range finder measurement delay relative to IMU measurements

Loading…
Cancel
Save