Git Product home page Git Product logo

jfoshea / extended-kalman-filter Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.34 MB

Utilize an Extended Kalman Filter to estimate the state of a moving object of interest with noisy Lidar and Radar measurements

License: MIT License

CMake 0.68% C 1.64% C++ 95.15% Makefile 2.52% Shell 0.01%
extended-kalman-filter radar-measurements lidar-measurements sensor-fusion autonomous-vehicles cpp11

extended-kalman-filter's Introduction

Extended Kalman Filter Project

Overview

This project utilizes a kalman filter to estimate the state of a moving object of interest with noisy lidar and radar measurements. Radar measurements are non-linear and the extended Kalman filter (EKF) is the nonlinear version of the Kalman filter which linearizes about an estimate of the current mean and covariance. This project is a fusion of linear Lidar and non-linear Radar measurements.

Dependencies

  • cmake >= 3.5
  • All OSes: click here for installation instructions
  • make >= 4.1
    • Linux: make is installed by default on most Linux distros
  • gcc/g++ >= 5.4
    • Linux: gcc / g++ is installed by default on most Linux distros

Build Instructions

  1. Clone the Extended Kalman Filter git repository
    $ git clone https://github.com/jfoshea/Extended-Kalman-Filter.git
    
  2. Make a build directory if it does not exist
    $ mkdir build && cd build 
    
  3. Compile
    $ cmake .. && make 
    
  4. Run Extended Kalman Filter
    $ ./ExtendedKF 
    

extended-kalman-filter's People

Contributors

jfoshea 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.