Astar-Algorithm
Can handle any heigth and width of occupancy grid? YES
Possible to specify multiple goal nodes? YES.
Fast and efficient? YES.
Possible to specify connecting distance to other nodes? YES (in other words the algorithm is not restriced to 8-directions)
There are no nested functions, subfunctions, plotters, or any other mess in the actual pathfinder script.
Algorithm has simple inputs: An occupancy grid. A goal Matrix, the start node and preffered connecting distance.
The zip file includes an example on the use of the script.
See linked GitHub page fore more information.
-----------------------------------------------------------------
This code was written for a project, which I have written a paper about:
http://proceedings.asmedigitalcollection.asme.org/proceeding.aspx?articleid=2655682
This paper provides some more details on the code, and how it can be applied in a practical example. If you use the code for academic work/publishing I will appreciate if you could cite the above paper.
There will probably soon come an update, which among other, will include 3D pathfinding. If you liked the code, please give it a positive rating.
Citar como
Einar Ueland (2026). Astar-Algorithm (https://github.com/EinarUeland/Astar-Algorithm), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspiración para: Hierarchical Astar Path-Finding
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 2.0.0 | Connected to GitHub, and did some updates.
|
|
|
| 1.3.0.0 | Changed description. |
||
| 1.2.0.0 | Changed description |
||
| 1.1.0.0 | Changed description |
||
| 1.0.0.0 |
