EKF3: initialise default value for EV fusion gate

This commit is contained in:
Paul Riseborough 2017-01-04 10:40:15 +01:00 committed by Lorenz Meier
parent 9ddcba3ed0
commit 3b61528f0f

View File

@ -338,6 +338,9 @@ struct parameters {
range_innov_gate = 5.0f;
rng_gnd_clearance = 0.1f;
// vision position fusion
ev_innov_gate = 5.0f;
// optical flow fusion
flow_noise = 0.15f;
flow_noise_qual_min = 0.5f;