Skip to content

oyqmatt/a-star-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-star-planner

My implementation of A* planner when I can't sleep at night xD. (jk)

Mainly for my personal learning, feel free to refer!

Dependencies:

  • OpenCV

How-to-use:

#cd to repo
mkdir build
cd build
cmake ..
make
./astar-search --help

TODO:

  • Copied the hash function from elsewhere, will need to check
  • Interactive window for setting goal points
  • Integrate CI/CD
  • Tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published