I created a code in which we can set start point, end point and obstacles in grid-map, and can use any (currently only Dijkstra) Path Planning Algorithm to solve path between start and end point
- Run main.py, a grid will appear
- Hold
sand left-click a cell in the grid using mouse. It will create a starting point - Hold
eand left-click a cell in the grid using mouse. It will create a ending point - Hold
oand left-click a cell in the grid using mouse. It will create obstacles - Now press enter, it will solve grid automatically using Dijkstra's Algorithm
I will add A* algorithm later