Skip to content

Dikstra Planning Algorithm, slow but accurate <Completed>$

Notifications You must be signed in to change notification settings

nvnmangla/Dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • Check the feasibility of all inputs/outputs (if user gives start and goal nodes that are in the obstacle space they should be informed by a message and they should try again).
  • Implement Dijkstra’s Algorithm to find a path between start and end point on a given map for a point robot (radius = 0; clearance = 5 mm).
  • The code outputs an animation of optimal path generation between start and goal point on the map. It shows both the node exploration as well as the optimal path generated.

Running Instructions

git clone git@github.com:nvnmangla/Dijkstra.git
cd Dijkstra/
python3 solution.py

Results

The results are generated with

Start - (10,10)

End - (200,150)

About

Dikstra Planning Algorithm, slow but accurate <Completed>$

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages