Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

RRT-RRTstar-Algorithm-MATLAB

An matlab implementation of RRT and RRT* algorithm


RUN RRT/RRT.m and RRTstar/RRTstar.m. As shown in the following GIF, the result of RRT algorithm is not the optimal path, while the RRT* algorithm will constantly optimize the result. If enough random numbers are sampled, its result will be the optimal solution.

RRT
RRT*