Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcko/ud-isdc-selfdrivingcarsimulation
Udacity Intro to Self-Driving Car Nanodegree Project : Joy Ride (Simple Self-Driving Car Simulation)
https://github.com/bcko/ud-isdc-selfdrivingcarsimulation
jupyter-notebook udacity udacity-intro-to-self-driving-car
Last synced: 29 days ago
JSON representation
Udacity Intro to Self-Driving Car Nanodegree Project : Joy Ride (Simple Self-Driving Car Simulation)
- Host: GitHub
- URL: https://github.com/bcko/ud-isdc-selfdrivingcarsimulation
- Owner: bcko
- Created: 2017-10-30T08:17:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T08:50:58.000Z (about 7 years ago)
- Last Synced: 2024-11-20T03:32:02.090Z (about 1 month ago)
- Topics: jupyter-notebook, udacity, udacity-intro-to-self-driving-car
- Language: HTML
- Size: 48.4 MB
- Stars: 11
- Watchers: 2
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ud-ISDCND-SelfDrivingCarSimulation
Udacity Intro to Self-Driving Car Nanodegree Project : Joy Ride (Simple Self-Driving Car Simulation)## Joy Ride - Project Overview
This is a quick project that gives you a chance to write code that controls a simulated car. This project has three parts (but you will only submit part three).1. **Part One** - Drag Race: In this part you'll write code that lets a car jump over a grove of trees. This might not be a common scenario for a self driving car but it will get you familiar with the programming interface.
2. **Part Two** - Circular Track: You'll write code that lets a car navigate a circular track. In doing so you'll explore the relationship between steering angle and turning radius.
3. **Part Three** - Parallel Park: In this part you'll write a sequence of instructions that successfully parallel parks a car.