Nazerek / RRT_parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%