mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
c0d23ffc30
Improvements in PX4 firmware have reduced the computational load and mkae the previous practicwe of splitting magnetometer and optical flow fusion across multiple time steps unnecessary and make it possible to perform a covariance prediction prior to fusing data on the same time step. This patch: 1) Ensures that a covariance prediction is always performed prior to fusion of any observation 2) Removes the splitting of magnetometer fusion so that fusion of the X,Y and Z components occurs on the same time time step 3) Removes the splitting of optical flow fusion so that fusion of X and Y components occurs on the same time step |
||
---|---|---|
.. | ||
AP_Nav_Common.h | ||
AP_NavEKF.cpp | ||
AP_NavEKF.h | ||
AP_SmallEKF.cpp | ||
AP_SmallEKF.h |