Browse Source

EKF: Update tuning for synthetic sideslip fusion

Used value that worked well for replay of flight logs
master
Paul Riseborough 8 years ago committed by Lorenz Meier
parent
commit
6c7703d485
  1. 4
      EKF/common.h

4
EKF/common.h

@ -326,9 +326,9 @@ struct parameters { @@ -326,9 +326,9 @@ struct parameters {
tas_innov_gate = 5.0f;
eas_noise = 1.4f;
// sysntetic sideslip fusion
// synthetic sideslip fusion
beta_innov_gate = 5.0f;
beta_noise = 0.5f;
beta_noise = 0.3f;
beta_avg_ft_us = 1000000.0f; //1 Hz
// range finder fusion

Loading…
Cancel
Save