Skip to content

JohnMansell/CarND-Kidnapped-Vehicle-Project

 
 

Repository files navigation

Kidnapped Vehicle

Kidnapped Vehicle
Full Video on YouTube

Objective

Your robot has been kidnapped and transported to a new location! Luckily it has a map of this location, a (noisy) GPS estimate of its initial location, and lots of (noisy) sensor and control data. In this project you will implement a 2 dimensional particle filter in C++. Your particle filter will be given a map and some initial localization information (analogous to what a GPS would provide). At each time step your filter will also get observation and control data.

What I learned

  • General Bayes filter
  • Sparse localization
  • Particle filter
  • Markov localization

Languages

C++

About

Localization project using a particle filter and sensor data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%