EKF: reduce output predictor velocity time constant

This commit is contained in:
Paul Riseborough 2016-08-15 10:43:47 +10:00
parent 65762e5998
commit b5ba4f280f

View File

@ -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;
}