Skip to content

VinSnowski/rrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRT Algorithm Implementation

This is a simple implementation of the Rapidly Exploring Random Trees algorithm. It was done as an exercise so the code is not oriented to be optimized. The RRT class uses templates and there is an implementation with 2d points but essentially it should work with any object that has the same operator overloads as Point2D.

alt text

*Right now, the obstacles for 2d points are hardcoded in the main file and in the plotter helper code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published