Giter Site home page Giter Site logo

motokimura / kalman_filter_with_kitti Goto Github PK

View Code? Open in Web Editor NEW
64.0 64.0 20.0 1.47 MB

Applying extended Kalman filter to KITTI GPS/IMU data for vehicle localization

License: MIT License

Jupyter Notebook 98.92% Python 1.08%
autonomous-driving kalman-filter kitti-dataset python

kalman_filter_with_kitti's People

Contributors

motokimura 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kalman_filter_with_kitti's Issues

R_ and self.P

Hello and congrats for your job. I want to ask two questions.

  1. In the Kalman filter main routine, you do this: R_ = R * (dt ** 2.) but you dont use the R_
  2. Based on the book Probabilistic Robotics, the resulting covariance in the update step is given by: Σt = (I − Kt Ht) Σ¯t (3.62)
    However in your code, is given by: self.P = self.P - K @ H @ self.P. Shouldn't be self.P = I - K @ H @ self.P?

Thank you in advance.

Theta slow convergence

Hi, thanks for the good EKF implementation. However, I noticed that the theta estimation shows a significant convergence delay. How this can be improved?

download

GPS Update

Hello, i would like to ask how you update the theta angle in the update step? The GPS provides you only with position measurements.
Thank you in advance for your time.

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.