Skip to content

nhatch/rrt

Repository files navigation

An implementation of RRTs / collision detection in C++. The "robot" is a simple planar stick. Supports polygonal obstacles and animates the final solution.

alt text

Usage

make
./a.out

If you want to switch between RRT# and RRT, change the constant PLAIN_RRT in rrt.cpp.

Dependencies

About

An implementation of RRTs / collision detection in C++.

Resources

Stars

Watchers

Forks

Packages

No packages published