GithubHelp home page GithubHelp logo

kalman-filter's Introduction

Kalman-Filter

This project was initially developed as coursework for Artificial Intelligence for Robotics @ Georgia Tech

What is a Kalman Filter?

It is an algorithm that uses measurements observed over time to estimate unknown variables. Kalman Filter is typically used for determining the precise location of vehicles.

Kalman Filters can be boiled down to two main steps: Update step and prediction step.

1) Measurement Update

In this step the system should retrieve some measurement via a sensor (e.g. GPS). The Algorithm considers prior knowledge of state and the noise/error the sensors may display. These values are used to build a Gaussian distribution that implies the belief on the system location.

2) Prediction

The system state may indicate that the system state should change in some way, which changes the state belief provided by the Gaussian. This prediction also has a degree of uncertainty, which is considered to update the location belief. This is known as posterior state estimate

Variables

The system variables are further indicated:

  • x = initial state (e.g. location and velocity)
  • P = initial uncertainty (how certain you are about each value of your state)
  • u = external motion (could be a effective motion or something that changes the system state)
  • F = next state function (prediction based on )
  • H = measurement function (sensors)
  • R = measurement uncertainty (sensor error/noise)

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.