Self-Driving Car Engineer Nanodegree Program
This code is based on udacity/CarND-Extended-Kalman-Filter-Project and the lecture material for CarND Term 2.
- Clone this repo.
- Make a build directory:
mkdir build && cd build
- Compile:
cmake .. && make
- On windows, you may need to run:
cmake .. -G "Unix Makefiles" && make
- On windows, you may need to run:
- Run it:
./ExtendedKF