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

MOB LEC8 Recursive and Kalman Filter

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

Prerequisite knowledge

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

s13471010242022
s13471010242022

More challenge see: GPS

s13480810242022
s13480810242022

Kalman Filter

Predict, measure, combining

s14002110242022
s14002110242022

Prediction and correction

s14005710242022
s14005710242022

Linear Kalman Filter

s14024710242022
s14024710242022

Recursive Least Squares + Process Model

s14094510242022
s14094510242022

Extended Kalman Filter

Linear approximation, first-order term, still linear.

s14164210242022
s14164210242022

Linearized motion model, Linearized measurement model.

s14175210242022
s14175210242022

Jacobian matrix

s14241310242022
s14241310242022
s14233210242022
s14233210242022

Limitation of Kalman Filter

s14590910242022
s14590910242022
s15001410242022
s15001410242022
s15004710242022
s15004710242022

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.

s15164110242022
s15164110242022

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

s15121810242022
s15121810242022

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 归档