rrtstar icon indicating copy to clipboard operation
rrtstar copied to clipboard

RRT* algorithm

Code implementing the RRT* algorithm in both 2D and 3D spaces. 2D version contains obstacle avoidance given the position and dimensions of an obstacle.

2D/RRTStar.m executes the 2D version of RRT*. Example result:

3D/RRTStar_3D.m executes the 3D version. Example result: