/RRT_parallel

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Rapidly Exploring Random Tree (RRT) Motion Planning Algorithm Implementation

This repository contains an implementation of the Rapidly Exploring Random Tree (RRT) motion planning algorithm in Python. The implementation includes impementation for parallel processing, visualization tools to help users understand how the algorithm works and how it explores the configuration space.

Picture 1. Path generated by algorithm

alt text

Picture 2. Exploration of configuration space

alt text

Note that shape and size of the object is assumed to be very small in this implementation