Browse Source

fixed bug

master
CarlOlsson 9 years ago committed by Roman Bapst
parent
commit
f990d99790
  1. 4
      EKF/common.h

4
EKF/common.h

@ -270,8 +270,8 @@ struct parameters {
mag_fusion_type = 0; mag_fusion_type = 0;
// airspeed fusion // airspeed fusion
float tas_innov_gate = 3.0f; // [CHECK THIS VALUE] tas_innov_gate = 3.0f; // [CHECK THIS VALUE]
float eas_noise = 1.4f; eas_noise = 1.4f;
// range finder fusion // range finder fusion
range_noise = 0.1f; range_noise = 0.1f;

Loading…
Cancel
Save