mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 23:50:35 +08:00
25cb400da9
Everywhere where KHP is used, it is first completely reset, thus making it unnecessary to keep it as a class member. This saves 2.3KB RAM. Stack sizes don't need changing, since there is already a function Ekf::predictCovariance(), which needs around 3KB of stack and is called close to where the fuse* functions are called.