Skip to content

Tracking processed position information from Lidar and Radar with Extended Kalman Filter

License

Notifications You must be signed in to change notification settings

DonaldRR/ekf_tracking

Repository files navigation

Extended Kalman Filter Project Starter Code

Self-Driving Car Engineer Nanodegree Program

In this project, I will estimate the moving object locations based on noisy lidar and radar measurements and track the object. The error metric for estimate is the RMSE.

Environment and Dependencies

This code should run under C++ 11.

Simulator

This project involves the Term 2 Simulator which can be downloaded here.

Setting up

This repository includes two files that can be used to set up and install uWebSocketIO for either Linux or Mac systems. For windows you can use either Docker, VMware, or even Windows 10 Bash on Ubuntu to install uWebSocketIO. Please see the uWebSocketIO Starter Guide page in the classroom within the EKF Project lesson for the required version and installation scripts.

Other Important Dependencies

Run

Once the install for uWebSocketIO is complete, the main program can be built and run by doing the following from the project top directory.

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
    • On windows, you may need to run: cmake .. -G "Unix Makefiles" && make
  4. Run it: ./ExtendedKF

Running result

The running result of dataset1 is shown below. The RMSE is [0.0987, 0.0833, 0.4188, 0.4707] which is within the required rmse [.11, .11, .52 .52].

About

Tracking processed position information from Lidar and Radar with Extended Kalman Filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages