Skip to content

Vimal-git/CPP-SensorFusion-Unscented_Kalman_Filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP-SensorFusion-Unscented_Kalman_Filter

  • This project is a modified version of this repo shared as part of Udacity's Sensor Fusion Nano Degree Program.
  • This project has the ukf.h and ukf.cpp files from src folder edited with well commented lines of code to enable simulation of sensor fusion using Unscented Kalman Filter to fuse measurements from Lidar and Radar.

Important Dependencies

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./ukf_highway

Note: Additional details can be obtained from the file Instructions from Udacity.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • C 1.6%
  • CMake 0.2%