- 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
andukf.cpp
files fromsrc
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.
- cmake >= 3.5
- All OSes: click here for installation instructions
- make >= 4.1 (Linux, Mac), 3.81 (Windows)
- Linux: make is installed by default on most Linux distros
- Mac: install Xcode command line tools to get make
- Windows: Click here for installation instructions
- gcc/g++ >= 5.4
- Linux: gcc / g++ is installed by default on most Linux distros
- Mac: same deal as make - install Xcode command line tools
- Windows: recommend using MinGW
- PCL 1.2
- Clone this repo.
- Make a build directory:
mkdir build && cd build
- Compile:
cmake .. && make
- Run it:
./ukf_highway
Note: Additional details can be obtained from the file Instructions from Udacity.md