Find the shortest path between two points in a unweighted grid with obstacles
-
Updated
Jul 22, 2023 - Java
Find the shortest path between two points in a unweighted grid with obstacles
This project creates a random obstacle map (matrix) where an obstacle is generated with a 100% of probability if it has at least another wall around it, but less or equal than MAX_AROUND_WALLS obstacles surrounding it: (0 < obstacles around <= MAX_AROUND_WALLS). To count the number of walls around, it is used the 8-neighbour model. However, if t…
Robot programmed in Webots simulation program designed to follow varying obstacle courses.
Path-finder app implemented using the A-Star algorithm
Add a description, image, and links to the obstacle topic page so that developers can more easily learn about it.
To associate your repository with the obstacle topic, visit your repo's landing page and select "manage topics."