Home

Awesome

self-driving-car

In this repository I will share the source code of all the projects of Udacity Self-Driving Car Engineer Nanodegree.

Hope this might be useful to someone! :-)

Overview

Projects

<table style="width:100%"> <tr> <th> <p align="center"> <a href="https://www.youtube.com/watch?v=KlQ-8iD1EFM"><img src="./project_1_lane_finding_basic/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P1: Basic Lane Finding <br><a href="./project_1_lane_finding_basic" name="p1_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_2_traffic_sign_classifier/Traffic_Sign_Classifier.ipynb"><img src="./project_2_traffic_sign_classifier/img/softmax.png" alt="Overview" width="60%" height="60%"></a> <br>P2: Traffic Signs <br><a href="./project_2_traffic_sign_classifier" name="p2_code">(code)</a> </p> </th> <th><p align="center"> <a href="https://www.youtube.com/watch?v=gXkMELjZmCc"><img src="./project_3_behavioral_cloning/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P3: Behavioral Cloning <br><a href="./project_3_behavioral_cloning" name="p3_code">(code)</a> </p> </th> <th><p align="center"> <a href="https://www.youtube.com/watch?v=g5BhDtoheE4"><img src="./project_4_advanced_lane_finding/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P4: Adv. Lane Finding <br><a href="./project_4_advanced_lane_finding" name="p4_code">(code)</a> </p> </th> </tr> <tr> <th><p align="center"> <a href="https://www.youtube.com/watch?v=Cd7p5pnP3e0"><img src="./project_5_vehicle_detection/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P5: Vehicle Detection <br><a href="./project_5_vehicle_detection" name="p5_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_6_extended_kalman_filter"><img src="./project_6_extended_kalman_filter/img/overview.jpg" alt="Overview" width="60%" height="60%"></a> <br>P6: Ext. Kalman Filter <br><a href="./project_6_extended_kalman_filter" name="p6_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_7_unscented_kalman_filter"><img src="./project_7_unscented_kalman_filter/img/overview.jpg" alt="Overview" width="60%" height="60%"></a> <br>P7: Unsc. Kalman Filter <br><a href="./project_7_unscented_kalman_filter" name="p7_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_8_kidnapped_vehicle"><img src="./project_8_kidnapped_vehicle/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P8: Kidnapped Vehicle <br><a href="./project_8_kidnapped_vehicle" name="p8_code">(code)</a> </p> </th> </tr> <tr> <th><p align="center"> <a href="https://www.youtube.com/watch?v=w9CETKuJcVM"><img src="./project_9_PID_control/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P9: PID Controller <br><a href="./project_9_PID_control" name="p9_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_10_MPC_control"><img src="./project_10_MPC_control/img/overview.gif" alt="Overview" width="60%" height="60%"></a> <br>P10: MPC Controller <br><a href="./project_10_MPC_control" name="p10_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_11_path_planning"><img src="./project_11_path_planning/img/overview.jpg" alt="Overview" width="60%" height="60%"></a> <br>P11: Path Planning <br><a href="./project_11_path_planning" name="p11_code">(code)</a> </p> </th> <th><p align="center"> <a href="./project_12_road_segmentation"><img src="./project_12_road_segmentation/img/overview.jpg" alt="Overview" width="60%" height="60%"></a> <br>P12: Road Segmentation <br><a href="./project_12_road_segmentation" name="p12_code">(code)</a> </p> </th> </tr> </table>

Capstone


Table of Contents

P1 - Detecting Lane Lines (basic)

P2 - Traffic Sign Classification

P3 - Behavioral Cloning

P4 - Advanced Lane Finding

P5 - Vehicle Detection and Tracking

P6 - Extended Kalman Filter

P7 - Unscented Kalman Filter

P8 - Kidnapped Vehicle

P9 - PID Control

P10 - MPC Control

P11 - Path Planning

P12 - Road Segmentation

<p align="center"> <img src="https://cdn-images-1.medium.com/max/800/1*dRJ1tz6N3MqO1iCFzlhxZg.jpeg" width="400"> </p>