Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

#Path Planning for Driverless Cars

I developed a path finding solution for the driverless car from scratch. I created an offline map/network by using Google maps to analyze the connections between the major cities in the greater Vancouver area and lower mainland. We assume the car loses its real-time GPS data and need to rely only on an off-line map. I calculated the costs and heuristic functions and then implemented three graph-based path planning algorithms i.e Grassfire, A*, and Dijkstra algorithm.

About

I have performed A*, Grassfire, and Dijkstra's algorithm to guide the driverless car for travelling between two city halls using the offline road map/network.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages