Giter Club home page Giter Club logo

carnd-unscented-kalman-filter-project's Introduction

Project Unscented Kalman Filters

Hand-in for the project Unscented Kalman Filter in Self-Driving Car Engineer Nanodegree Program.

Enclosed is my code and data files for my project on Unscented Kalman Filters.

To run the compiled code

The code should compile. I have used Xcode 8.3.2 in the project, with the Xcode project file generated by cmake.

The command to run the program is: ./UnscentedKF ../../data/obj_pose-laser-radar-synthetic-input.txt ../../data/obj_pose-laser-radar-synthetic-output.txt

RMSE

The RSME for the sample data was:

0.0699425
0.0831537
0.340431
0.227086

Code

I modified the code, using code snippets from the quizzes. I addition I had to use the formulas and comments from the lectures to add code for radar initialisation and update function.

I used the NIS values to adjust the noise parameters.

Additional tools used for verification

I modified the visualisation tools from Mercedes to plot the path.

path

I also plot the NIS both for Lidar and Radar as they have different numbers of sensor signal and therefore also different 96% percentile in the chi-squared distribution, (7.815 for 3 sensors, and 5.991 for 2).

The final lidar plot I get is:

lidar

The final radar plot I get is:

lidar

carnd-unscented-kalman-filter-project's People

Contributors

stunglan avatar

Watchers

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