Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

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

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp