AP_NavEKF: fixed bug in flag reset for hgt fusion

This commit is contained in:
Paul Riseborough 2014-01-05 21:05:40 +11:00 committed by Andrew Tridgell
parent 2f3b2a7111
commit b6b0c2a489

View File

@ -274,6 +274,7 @@ void NavEKF::SelectVelPosFusion()
{ {
FuseVelPosNED(); FuseVelPosNED();
newDataGps = false; newDataGps = false;
newDataHgt = false;
posVelFuseStep = true; posVelFuseStep = true;
} }
else else