All Projects → andersy005 → self-driving-car-nd

andersy005 / self-driving-car-nd

Licence: other
Udacity's Self-Driving Car Nanodegree project files and notes.

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to self-driving-car-nd

fusion-ekf
An extended Kalman Filter implementation in C++ for fusing lidar and radar sensor measurements.
Stars: ✭ 113 (+126%)
Mutual labels:  udacity, self-driving-car, sensor-fusion
3d Boundingbox
PyTorch implementation for 3D Bounding Box Estimation Using Deep Learning and Geometry
Stars: ✭ 95 (+90%)
Mutual labels:  car, self-driving-car
Fusion Ukf
An unscented Kalman Filter implementation for fusing lidar and radar sensor measurements.
Stars: ✭ 162 (+224%)
Mutual labels:  udacity, self-driving-car
tf-semantic-segmentation-FCN-VGG16
Semantic segmentation for classifying road. "Fully Convolutional Networks for Semantic Segmentation (2015)" implemented using TF
Stars: ✭ 30 (-40%)
Mutual labels:  udacity, self-driving-car
Uselfdrivingsimulator
Self-Driving Car Simulator
Stars: ✭ 48 (-4%)
Mutual labels:  udacity, self-driving-car
Vehicle Detection
Vehicle detection using machine learning and computer vision techniques for Udacity's Self-Driving Car Engineer Nanodegree.
Stars: ✭ 1,093 (+2086%)
Mutual labels:  udacity, self-driving-car
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+3778%)
Mutual labels:  car, self-driving-car
Self Driving Car
Automated Driving in NFS using CNN.
Stars: ✭ 105 (+110%)
Mutual labels:  car, self-driving-car
DonkeyDrift
Open-source self-driving car based on DonkeyCar and programmable chassis
Stars: ✭ 15 (-70%)
Mutual labels:  car, self-driving-car
highway-path-planning
My path-planning pipeline to navigate a car safely around a virtual highway with other traffic.
Stars: ✭ 39 (-22%)
Mutual labels:  udacity, self-driving-car
mpc
A software pipeline using the Model Predictive Control method to drive a car around a virtual track.
Stars: ✭ 119 (+138%)
Mutual labels:  udacity, self-driving-car
Self-Driving-Car-NanoDegree-Udacity
This repository contains code and writeups for projects and labs completed as a part of UDACITY's first of it's kind self driving car nanodegree program.
Stars: ✭ 29 (-42%)
Mutual labels:  udacity, sensor-fusion
Error-State-Extended-Kalman-Filter
Vehicle State Estimation using Error-State Extended Kalman Filter
Stars: ✭ 100 (+100%)
Mutual labels:  self-driving-car, sensor-fusion
Advanced Lane Detection
An advanced lane-finding algorithm using distortion correction, image rectification, color transforms, and gradient thresholding.
Stars: ✭ 71 (+42%)
Mutual labels:  udacity, self-driving-car
Model-Predictive-Control
C++ implementation of Model Predictive Control(MPC)
Stars: ✭ 51 (+2%)
Mutual labels:  udacity, self-driving-car
Self-Driving-Car-Steering-Simulator
The aim of this project is to allow a self driving car to steer autonomously in a virtual environment.
Stars: ✭ 15 (-70%)
Mutual labels:  udacity, self-driving-car
mbapipy
MercedesME platform as a Custom Component for Home Assistant.
Stars: ✭ 25 (-50%)
Mutual labels:  car, sensors
learning-to-drive-in-5-minutes
Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
Stars: ✭ 227 (+354%)
Mutual labels:  self-driving-car
ambient-light
Ambient Light API
Stars: ✭ 23 (-54%)
Mutual labels:  sensors
RejsaCAN-ESP32
ESP32 board with CAN interface, runs on 12V power (with auto shutdown)
Stars: ✭ 88 (+76%)
Mutual labels:  car

Udacity - Self-Driving Car NanoDegree

Udacity - Self-Driving Car NanoDegree

Self-Driving Car

Udacity's Self-Driving Car Nanodegree project files and notes.

This repository is a compilation of project files and lecture notes for Udacity's Self-Driving Car Engineer Nanodegree program which I started working on January 19, 2017.

Program Outline:

Term 1: Deep Learning and Computer Vision

1. Deep Learning

  • deep-learning-notes-and-labs: Notes on Deep Learning, Tensorflow and Keras
  • Project 2: Traffic Sign Classifier (Deep Learning)
  • Project 3: Behavioural Cloning (Deep Learning)
    • Train a car to drive in a 3D simulator using a deep neural network.
    • Input data comprises steering angles and camera images captured by driving with a keyboard / mouse / joystick in the simulator.

2. Computer Vision

  • computer-vision-notes-and-labs: Notes on Computer Vision
  • Project 1: Finding Lane Lines (Intro to Computer Vision)
  • Project 4: Advanced Lane Lines (Computer Vision)
  • Project 5: Vehicle Detection (Computer Vision)

Term 2: Sensor Fusion, Localisation and Control

1. Sensor Fusion

  • Combining lidar and radar data to track objects in the environment using Kalman filters.

2. Localisation

  • Locate a car relative to the world (Align a car and sensors to the map).
  • Use particle filters to localise the vehicle.

3. Control

  • Fundamental concepts of robotic control.
  • Build algorithms to steer car and wheels so as to meet an objective.

Term 3: Path Planning, Controlling a Self-Driving Car

  • Path Planning: Finding a sequence of steps in a maze (navigating cities, parking lots)
  • Put your code in a self-driving car
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].