2D Rapidly-exploring Random Tree (RRT) for Robot Path Planning

This RRT algorithm allows for 2D path planning for robots. The tree can find a free path around obstacles with any shapes and sizes, and the path along with the Tree generated is visualized using Matplotlib.

Results

For the detailed implementation, please visit my GitHub repo!