This repository demonstrates the use of the A-star (A*) algorithm in path planning problems.
The dependency for this project in opencv.
To compile this project use make
.
To run this project: ./main
.
To clean the binary files during compilation: make clean