AP_NavEKF : Fix bug that leaves height unconstrained in static mode

This commit is contained in:
priseborough 2014-03-09 19:14:37 +11:00 committed by Andrew Tridgell
parent 0a33e69787
commit 6ace31b6c1

View File

@ -618,7 +618,7 @@ void NavEKF::SelectVelPosFusion()
// we only fuse position and height in static mode
fuseVelData = false;
fusePosData = true;
fusePosData = true;
fuseHgtData = true;
}
// Perform fusion if conditions are met