Skip to content

A graphical tool to simulate robot path planning with obstacles using two different algorithms : Dijkstra and A*

License

Notifications You must be signed in to change notification settings

walid-git/PathPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathPlanner

A graphical tool to simulate robot path planning with obstacles using two different algorithms : Dijkstra and A*

This program is developed using javaFx, it allows you to select a starting point in the map and then set the destination to start the path search algorithm. The two available algorithms are Dijkstra and A*.

You can draw your own obstacles map and save it to use it later.

The source code is available in the src/sample directory. You can execute it directly using the executable jar file is in the Jar directory.

Releases

No releases published

Packages

No packages published

Languages