Coder Social home page Coder Social logo

ekf's Introduction

STATE ESTIMATION

  • The .pickle file possesses the LiDAR readings of an environment and the information about the controls of the bot at corresponding time-stamps.
  • Aim is to get trajectory and orientation of bot using the data.pickle file.
  • An Extended Kalman Filter is used to execute the same.

Working Of EKF

Given the initial pose of the bot, there are two major steps in EKF algorithm.
  • PREDICTION STEP

The mean and covariance is calculated in the prediction step where mean indicates that the position of the robot is most likely at that point and the covariance is the uncertainity or the error in the estimation.
Mean is calculated on the basis of the previous position and controls feeded and covariance by the error in the controls input and previous covariance.

  • CORRECTION STEP

Calculated mean and covariance are updated in this step through the sensor measurements.
Kalman Gain can be considered as the weighted mean which signifies how certain the calculated sensor measurements are compared to the actual sensor measurements.
Finally the updated mean and covariance are then feeded back into prediction step for calculation of the next pose of bot to complete the loop.

ekf's People

Contributors

psr794 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.