Skip to content

Commit

Permalink
Flow: adjust default optical flow delay based on pmw3901
Browse files Browse the repository at this point in the history
This is the correct value for the most common optical flow sensor
  • Loading branch information
bresch authored and dagar committed Oct 26, 2020
1 parent 1427247 commit 109ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ekf2/ekf2_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 109ed18

Please sign in to comment.