/CarND_P8-Kidnapped-Vehicle

implement a 2 dimensional particle filter in C++

Primary LanguageC++

Project 8: Kidnapped Vehicle

Udacity - Self-Driving Car NanoDegree

Overview

Implement a 2 dimensional particle filter to localize a vehicle given some initial localization information, sensor data, and control data

The goals / steps of this project are the following:

  • Localize the vehicle to within the desired accuracy
  • Make the particle run within the specified time of 100 seconds
  • Test the code on the simulator

Project Deliverables

  • particle_filter.cpp

Results

View the video on Youtube

x_error: 0.112 y_error: 0.109 yaw_error: 0.004


How to run the simulator

  • Download the simulator(link below) and open it. In the main menu screen select Project 3: Kidnapped Vehicle
  • Run the executable ./particle_filter
  • Once the scene is loaded click the START button to observe how the car drives and observes landmarks

Dependencies