In SLAM implementations, how does an Extended Kalman Filter (EKF) address the linearization error that occurs when predicting non-linear vehicle motion models?
The Extended Kalman Filter addresses non-linear motion by using a technique called first-order Taylor series expansion to perform linearization, which approximates a complex curve as a straight line at a specific point. Because vehicle motion involves trigonometric functions like sines and cosines that are non-linear, the filter calculates the Jacobian matrix, a collection of partial derivatives t....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.