/RRT_Algorithm

Rapidly Exploring Random Tree: Path Planning

Primary LanguageC++

RRT_Algorithm _C++

usage

 git clone git@github.com:mkyun2/RRT_Algorithm.git
 cd RRT_Algorithm
 mkdir build & cd build
 cmake ..
 make 
 ./RRT_main 

dependence opencv4