Skip to content

riley-knox/RRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRT

This repository contains a series of programs that generate rapidly-exploring random trees (RRT). Explanation of RRT theory and program demonstration can be found here.

  • RRT_one: generates an RRT of defined size that "explores" a space by expanding outwards. To execute this file, type

      ./RRT_one
    

in the command line and press ENTER.

  • RRT_new: Python script generates an RRT that finds a path around obstacles to a goal. To execute, type

      ./RRT_new
    

in the command line and press ENTER.

path_found

RRT successfully plots a path from start to end

About

Explore a space and find a path around obstacles using a rapidly-exploring random tree (RRT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages