Home

Awesome

Matlab Implementation of RRT Variants

===================

Author:

Adnan Munawar (amunawar@wpi.edu)

RRT*, RRT-connect, lazy RRT and RRT extend have been implemented for 2d and 3d c-spaces with visualization

General Information:

This is a basic yet meaningful implementation of RRT and its variants in Matlab.

How to run

All you need to do is fire up the benchmarkRRT.m file, it is pretty self explanatory.

Specify the number of runs for each planner

Specify if we want to run the specific planner or not, 1 for yes and 0 for no.

Specify whether to run the planner in 2D or 3D (only for now)

Specify the step size, the world is 100 * 100 for 2D and 100 * 100 *100 for 3D

Specify whether to use random obstacles or to use pre programmed obstacles

For RRT* only

Showing output or not