Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 312 Bytes

File metadata and controls

25 lines (17 loc) · 312 Bytes

Rapidly Exploring Random Tree (RRT)

Original Paper

Appendix: Build & Run

CMakeList.txt mainly for github workflows' building process.

If you want to build manually, use Makefile there.

  • Build
make
  • Run:
./rrt.so
  • Clean:
make clean