Skip to content

sc-mitton/rrtStar

Repository files navigation

2D-RRTstar

Overview

A simulation of obstical avoidance with a two link robot which uses a sampling based RRT* algorithm. RRT overview Original Paper on RRT

Code

  1. A start and goal position is chosen
  2. The objects are mapped from cartesian space into joint space (the combination of joint positions for the robot)
  3. Randomly explore joint space with the RRT and once the tree comes within a certain threshold of the goal, the algorithm stops and an optimal path through the tree towards the goal is found.

Running

The driver for the program is RRTStar.m which runs the simulation in Matlab. The progam uses Robot Toolbox for Matlab.

alt text

alt text

alt text

alt text

alt text

alt text

alt text

About

RRT* for obstacle avoidance with 2 link robot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages