mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 07:30:12 +08:00
This branch fixes a reported bug, fixes tow potential bugs and fixes a minor documentation error. 1) Removes code un-used under normal conditions that would prevent a height reset if a negative height variance was present. Potential bug. 2) Fix error in parameter documentation. 3) Adds missing initialisations for class variables . Potential bug. 4) Prevents the EKF loss of navigation message being output on startup. Reported bug.