Browse Source

EKF: Make normal GPS mode the default

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

2
EKF/common.h

@ -214,7 +214,7 @@ struct parameters { @@ -214,7 +214,7 @@ struct parameters {
parameters()
{
// measurement source control
fusion_mode = MASK_USE_OF;
fusion_mode = MASK_USE_GPS;
vdist_sensor_type = VDIST_SENSOR_BARO;
// measurement time delays

Loading…
Cancel
Save