Giter Club home page Giter Club logo

yu-xiaoxian / probabilistic_robotics_exercises Goto Github PK

View Code? Open in Web Editor NEW
58.0 58.0 23.0 14.87 MB

《概率机器人》课后习题详解。Detailed Solutions for exercises of book "Probabilistic Robotics" in both English & Chinese.

Home Page: https://nbviewer.jupyter.org/github/Yu-Xiaoxian/probabilistic_robotics_exercises/blob/master/%E7%AE%80%E4%BB%8B.ipynb

License: MIT License

Python 2.54% Jupyter Notebook 97.46%
autonomous-vehicles bayesfilter probabilistic-robotics slam slambook

probabilistic_robotics_exercises's Introduction

Hi there 👋

🔭 I’m currently working on:

  • CityScene SLAM for autonomous vechicles: Expecially scan matching and point cloud register
  • Learning CSAPP for better understanding of Computer System
  • Learning new featrures of C++2x

📫 Reach me:

probabilistic_robotics_exercises's People

Contributors

yu-xiaoxian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

probabilistic_robotics_exercises's Issues

CH4 1.(a) why the covariance matrix is not allowed to update?

I think the covariance matrix $\Sigma_{t-1}$ should be updated at each time $t$.

$$ \begin{equation} p(x_t | u_t, x_{t-1}) \sim N(A_t x_{t-1}, A_t\Sigma_{t-1} A_t^T+R) \end{equation} $$

But your update is doing like below:

$$ \begin{equation} p(x_t | u_t, x_{t-1}) \sim N(A_t x_{t-1}, A_t\Sigma_0 A_t^T+R) \end{equation} $$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.