Skip to content

satwik-m/Finding-Shortest-Path-Avoiding-Obstacles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding-Shortest-Path-Avoiding-Obstacles

visibilitygraph

  • All the files are to be put in the same directory and run.
  • The project is to find the shortest possible path avoiding a given a set of obstacles in the plane.
  • We first form the convex hulls of all the obstacles given to us. This is done with the quickhull.py file.
  • We use the order.py file to order the vertices obtained from the quickhull.py file which are fed into project.py file.
  • This file function is to form the visibility graph taking the obtained convex hulls.
  • Now , we apply Dijkstra's over the visibility graph and then obtain the shortest path from a given source to a destination.

Releases

No releases published

Packages

No packages published

Languages