An implementation of RRTs / collision detection in C++. The "robot" is a simple planar stick. Supports polygonal obstacles and animates the final solution.
make
./a.out
If you want to switch between RRT# and RRT, change the constant PLAIN_RRT in rrt.cpp.
- C++11
- SFML
