Animations for showing how RRT, RRT-star, and RRT-u works
Rapidly exploring random tree according to the original formulation by Lavalle and Kuffner. Here paths that collide with an obstacle are compeletely disregarded. An alternative way to do it is to use the path up to the obstacle.
RRT-star algorithm as proposed by Karaman and Frazzoli.
Kinodynamic RRT