This project implements the A* path planning algorithm in MATLAB. The algorithm is applied to a target environment represented by a monochromatic bitmap image. The project includes two main parts: ...
-ASearch: initialization and main algorithm. -CreatePath: creates an array with the desired path from the parent_node array. -importEdges: autogenerated from MATLAB, it only imports the data and ...