forked from Archive/PX4-Autopilot
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:
parent
142724748a
commit
109ed18a3a
|
@ -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…
Reference in New Issue