- 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.
-
Notifications
You must be signed in to change notification settings - Fork 2
satwik-m/Finding-Shortest-Path-Avoiding-Obstacles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published