|
|
|
|
|
by nh2
981 days ago
|
|
I am still confused by this too: Lots of typical "industry applications" given for Kalman Filters involve moving objects, like air planes, rockets, and so on. But all these objects generally rotate in some way, rotation is non-linear, and Kalman Filters cannot deal well with nonlinearities. Thus Kalman Filters struggle with rotation, and I haven't really found any good resources that handle this. Do all these applications just skip over the fact that real-world objects can have a rotation/spin, or do they all use more sophisticated filters as suggested in e.g. [1]? [1] https://math.stackexchange.com/questions/2621677/extended-ka... |
|
The naive Kalman filter is only suited for linear problems; extended and unscented Kalman filters (EKF/UKF) are necessary for anything non-linear (including rotation). In any case, they build on the basic KF, so you have to understand that first.