Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 456 Bytes

motion_planning_occ

image
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!