Skip to content

Rapidly exploring random trees simulator (school project)

Notifications You must be signed in to change notification settings

BaselAriqat/RRTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RRT

RRTM is a program written in C# that simulates the classic RRT ( Rapidly Exploring Random Trees ) and its variation RRTConnect (or RRTExtend), in a workspace that the user can change and modify.

This project provides:

  • two motion planning algorithms:

    1. RRT.
    2. RRTConnect.
  • Two nearest neighbor search algorithms:

    1. Linear nearest neighbor.
    2. KDTree nearest neighbor.
  • Two robot configurations:

    1. ‘Point’ Robot (2 dimensional robot) consist of (x, y).
    2. ‘Stick’ Robot (3 dimensional robot) consist of (x, y, θ).

About

Rapidly exploring random trees simulator (school project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages