Giter Site home page Giter Site logo

carnd-unscented-kalman-filter's Introduction

Unscented Kalman Filter

Udacity CarND Term 2, Project 2 - Unscented Kalman Filters

Project Basics

In this project, I used C++ to write a program taking in radar and lidar data to track position using Unscented Kalman Filters, a more advanced and more accurate method than in my previous Extended Kalman Filter project.

The code will make a prediction based on the sensor measurement and then update the expected position. See files in the 'src' folder for the primary C++ files making up this project.

Build instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./UnscentedKF along with the Term 2 simulator.

Results

Based on the provided data set, the Unscented Kalman Filter produced the below results.

  • px - x-position
  • py - y-position
  • vx - velocity in the x-direction
  • vy - velocity in the y-direction
  • MSE - Residual error, was calculated by mean squared error (MSE).

Both Radar and Lidar

Input MSE
px 0.0691
py 0.0803
vx 0.1719
vy 0.2115

Radar only

Input MSE
px 0.2785
py 0.3176
vx 0.6686
vy 0.6213

Lidar only

Input MSE
px 0.1627
py 0.1466
vx 0.2561
vy 0.3180

carnd-unscented-kalman-filter's People

Contributors

timout avatar

Watchers

James Cloos 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.