mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user