Implemented a C++ particle filter for real-time vehicle localization with only current visual observations and a map.
View the Project on GitHub basavarajnavalgund/vehicle-localization
The Vehicle has been “kidnapped” and transported to a new location! Luckily it has a map of this location and a (noisy) GPS estimate of its initial location. Then the vehicle starts to move, in the meanwhile, it records the noisy sensor and control data. A real-time particle filter is implemented to localize the vehicle with the sensor data.
In this project, particle filter will be given a map and some initial localization information (analogous to what a GPS would provide). At each time step my filter will also get observation and control data.
System Explanation:
$./clean.sh
$./build.sh
$./run.sh