Code Monkey home page Code Monkey logo

ekf_cman's Introduction

EKF_Cman

Submission for Term2 Project 1: Extended Kalman Filters

Environment setup, algorithm docu and boilerplate code provided by Udacity under https://github.com/udacity/CarND-Extended-Kalman-Filter-Project. Improvements where made to:

  • src/FusionEKF.cpp
  • src/FusionEKF.h
  • src/kalman_filter.cpp
  • src/kalman_filter.h
  • src/tools.cpp

In FusionEKF.cpp, initialized the Kalman Filter, prepared the Q and F matrices for the prediction step, and called the radar and lidar update functions. In kalman_filter.cpp, filled out the Predict(), Update(), and UpdateEKF() functions. In tools.cpp, filled the functions that calculate root mean squared error (RMSE) and the Jacobian matrix.

Objective is implementing a kalman filter in C++ to estimate the state of a moving object of interest with noisy lidar and radar measurements. Passing the project requires obtaining RMSE values that are lower than the tolerance outlined in the project rubric, pls see https://review.udacity.com/#!/rubrics/748/view

This project involves the Term 2 Simulator which can be downloaded here: https://github.com/udacity/self-driving-car-sim/releases. A server package uWebSocketIO is setting up a connection from the C++ program to the simulator, which acts as the host.

Running the project

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./ExtendedKF
  5. Run and start the simulator

Results

Lidar measurements are red circles, radar measurements are blue circles with an arrow pointing in the direction of the observed angle, and estimation markers are green triangles.

The results Dataset 1 are:

Image1 Image1.1

The results Dataset 2 are:

Image2 Image2.1

ekf_cman's People

Contributors

tochalid avatar

Stargazers

Lau avatar

Forkers

robotislove

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.