Currently,I provide A*、Dijistra、RRT、RRT* and Hybrid RRT*,use roslaunch to run it.
Hybrid RRT* is an algorithm combined both graph-search and random tree method,I gave this simple impl to demonstrate how it works.However it could be use as an front-end searching algorithm in more complicated situation;
FEEL FREE TO USE IT!