forked from Archive/PX4-Autopilot
EKF: Make normal GPS mode the default
This commit is contained in:
parent
d97d308ca7
commit
b3b0f1347a
|
@ -214,7 +214,7 @@ struct parameters {
|
||||||
parameters()
|
parameters()
|
||||||
{
|
{
|
||||||
// measurement source control
|
// measurement source control
|
||||||
fusion_mode = MASK_USE_OF;
|
fusion_mode = MASK_USE_GPS;
|
||||||
vdist_sensor_type = VDIST_SENSOR_BARO;
|
vdist_sensor_type = VDIST_SENSOR_BARO;
|
||||||
|
|
||||||
// measurement time delays
|
// measurement time delays
|
||||||
|
|
Loading…
Reference in New Issue