Mostafa-wael / Self-Driving-Vehicle-Control-on-CARLA

Lane Keeping Assist function by applying Stanley method for lateral control and PID controller for longitudinal control using Python on the Carla simulator. πŸš—

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self-Driving Vehicle Control on CARLA

carla.mp4

This is an assignment from Introduction to Self-Driving Cars course of Self-Driving Cars Specialization on Coursera.org.

This assignment implements a car controller by applying Stanley method for lateral control and PID controller for longitudinal control using Python on the Carla simulator.

for more details about installing Carla Simulator, check this link https://www.coursera.org/learn/intro-self-driving-cars/supplement/45O6L/lesson-1-supplementary-reading-carla-overview-self-driving-car-simulation

for more details about how to use the code, check this link https://www.coursera.org/learn/intro-self-driving-cars/programming/ac8R5/final-project-self-driving-vehicle-control

Screenshot 2020-09-26 073723 Screenshot 2020-09-26 073637

About

Lane Keeping Assist function by applying Stanley method for lateral control and PID controller for longitudinal control using Python on the Carla simulator. πŸš—

License:GNU General Public License v3.0


Languages

Language:Python 100.0%