Skip to content

alexmdac/CarND-Extended-Kalman-Filter-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Kalman Filter Project

This is my solution for the EKF project for Udacity's Self-Driving Car Nanodegree Program.

Building and Running

Install Docker, cd to the directory in the repo containing the run-docker.sh script, and run that script. Within the container, build and run the code as follows.

cd ..
mkdir build
cd build
cmake ../work
make
./ExtendedKF

You can then run the simulator, and it should connect to the port exposed by the container. Note that on some platforms you may need to whitelist port 4567 for forwarding by Docker.

About

Extended Kalman Filter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.2%
  • Other 0.2%