Skip to content

Capstone project of Udacity's Self Driving Car Engineer Nanodegree

License

Notifications You must be signed in to change notification settings

ashishraste/CarND-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarND-Capstone

This is the Capstone project of Udacity's Self Driving Car Engineer Nanodegree course. In this project we build various components to drive an autonomous car around a simulated and real-site test tracks.

Team Hawkeye Details

Name Udacity account email
Ashish Raste rasteashish@gmail.com
Brook Cheng mathstacs@gmail.com
Noopur Divekar noopurdivekar08@gmail.com

Installation Instructions

Please follow the instructions here in order to get setup with:

  • Robot Operating System (ROS) : Installed in either a Docker container or on an Ubuntu (recommended 16.04) operating system (OS) which could be a virtual-machine or a dedicated OS
  • Udacity simulator : Installed and run in the Ubuntu OS

Component Details

We implement three major components to drive Carla (Udacity's self-driving car) around the test tracks.

  • Waypoint Updater
  • Drive-by-wire Controller
  • Traffic Light Detector

Above components' description along with the overall architecture of the system is included in the project-walkthrough document.

Attribution