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)