fixed bug

This commit is contained in:
CarlOlsson 2016-03-11 14:40:33 +01:00 committed by Roman Bapst
parent 4301e1105b
commit f990d99790
1 changed files with 2 additions and 2 deletions

View File

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