Browse Source

EKF: reduce output predictor velocity time constant

master
Paul Riseborough 9 years ago
parent
commit
b5ba4f280f
  1. 2
      EKF/common.h

2
EKF/common.h

@ -348,7 +348,7 @@ struct parameters { @@ -348,7 +348,7 @@ struct parameters {
ev_pos_body = {};
// output complementary filter tuning time constants
vel_Tau = 0.5f;
vel_Tau = 0.25f;
pos_Tau = 0.25f;
}

Loading…
Cancel
Save