mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AP_NavEKF : Fix bug that leaves height unconstrained in static mode
This commit is contained in:
parent
0a33e69787
commit
6ace31b6c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user