Starting from:

$25

ECE495-Assignment 8: Motion Planning Solved

Objectives 
 

•         To generate smooth and comfortable trajectories for an autonomous vehicle 

•         To avoid dynamic obstacles based on sensor data 

•         To modify driving behaviour to follow the rules of the road 

 

In this assignment, you will be developing a trajectory planner that can handle highway driving while surrounded by dynamic obstacles moving at various speeds. The planner will interface with a driving simulator to allow you to visualize the ego vehicle in motion. 

 

Resources and Instructions 
 

This assignment requires you to complete the following assignment: 

https://github.com/udacity/CarND-Path-Planning-Project 

 

Once you’ve cloned the repo, go to “src” folder, replace “main.cpp” with the one provided on

Learn, and add “spline.h” (also on Learn) to “src” folder.  The two files are explained in this Q&A video by Udacity: 

https://www.youtube.com/watch?time_continue=369&v=7sI3VHFPP0w&feature=emb_logo 

 

Instructions for how to finish the project can be found in the README. But we have modified the grading scheme so that you make get part marks even if some criteria are not met. Please see the “Marking Scheme” section and tutorial slides for new instructions.  

 

The simulator can be downloaded here: 

https://github.com/udacity/self-driving-car-sim/releases/tag/T3_v1.2 

 

Deliverables 
 

The deliverable for this project is a zipped project folder containing your developed code (i.e. whatever files you modified/created in “src”), as well as a writeup in txt or pdf format. Your submission should compile and run because we will be testing your code. Please do not include the simulator in your submission.

 

Please follow the naming convention for your zip file: a8_<user_id>.zip .  

More products