Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 299 Bytes

DRRT

Dynamic Rapidly-Exploring Random Trees (RRTx)

Michael Otte wrote DRRT for the Julia programming language. (http://ottelab.com/html_stuff/code.html) I am rewriting it using his code in C++ for the ARPG as a planner for the Ninja Car.

Example executable included as 'test.cpp'.

(Incomplete)