Flow: adjust default optical flow delay based on pmw3901

This is the correct value for the most common optical flow sensor
This commit is contained in:
bresch 2020-10-23 14:45:28 +02:00 committed by Daniel Agar
parent 142724748a
commit 109ed18a3a
1 changed files with 1 additions and 1 deletions

View File

@ -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