Browse Source
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.master
5 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue