Planning for a point robot using Dijkstra algorithm
Python 3 Open CV
python3 Dijkstra.py
Terminal will show the final path after computation is finished and a OpenCV showing robot exploration space will be launched.
On closing exploration space video, the final path plot visialisation can be seen
Goal is indicated by green text on map
Original speed | 4xspeed explore all |
---|---|
Figure 2: Weight of each actionVisulation done using Mathplotlib can be seen on branch Mathplotlib As this visualtion is slow becuase of Mathplotlib limitations, same visialisation was implemented using OpenCV which is present in the main branch.