前往小程序,Get更优阅读体验!
立即前往
发布
社区首页 >专栏 >MOB LEC8 Recursive and Kalman Filter

MOB LEC8 Recursive and Kalman Filter

作者头像
杨丝儿
发布2022-11-10 15:30:41
发布2022-11-10 15:30:41
2570
举报
文章被收录于专栏:杨丝儿的小站

Prerequisite knowledge

states of mobile robot, motion model, position orientation and velocity,

More challenge see: GPS

Kalman Filter

Predict, measure, combining

Prediction and correction

Linear Kalman Filter

Recursive Least Squares + Process Model

Extended Kalman Filter

Linear approximation, first-order term, still linear.

Linearized motion model, Linearized measurement model.

Jacobian matrix

Limitation of Kalman Filter

Summary

  • The Kalman Filter is very similar to RLS but includes a motion model that tells us how the state evolves over time.
  • The Kalman Filter updates a state estimate through two stages: i. prediction and ii. correction.
  • The EKF uses linearization to adapt the Kalman filter to nonlinear systems.
  • Linearization relies on computing Jacobian matrices, which contain all the first-order partial derivatives of a function.
  • The EKF uses analytical local linearization and, as a result, is sensitive to linearization errors.

Supplementary Readings

  1. How a Kalman filter works, in pictures
  2. Extended Kalman Filter: Why do we need an Extended Version?
  3. PR, Section 3.1, 3.2, 3.3. (Optional)
  4. A Tutorial on Particle Filters for Online Nonlinear/Non-Gaussian Bayesian Tracking (Optional)
  5. What is the difference between a particle filter and a Kalman filter?

Use approximate nonlinear Bayesian filters include EKF, approximate grid-based methods and particle filters for non linear cases.

Use approximate grid-based filters and particle filters for non-Gaussian cases.


Origin: Dr. Chris Lu (Homepage) Translate + Edit: YangSier (Homepage)

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-10-20,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Prerequisite knowledge
  • Kalman Filter
    • Linear Kalman Filter
    • Extended Kalman Filter
    • Limitation of Kalman Filter
  • Summary
  • Supplementary Readings
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档