Skip to content

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic RRT

This is a C++ implementation of a Rapidly exploring Random Tree planner for 2D path planning of an unconstrained mobile robot. The environment consists of square and circular obstacles which move in simple pre-defined paths. The planner has local repair capability to modify parts of the tree which are in collision with the obstacles.

Maze Map

Requirements

C ++ 11 compiler
CMAKE version 3.0
OpenCV version 3.0

Build instructions

In the root directory, exectute the following

$ mkdir build && cd build
$ cmake ..
$ make -j2

About

A C++ implementation of Rapidly exploring Random Trees with local repairs in a 2D world with unconstrained robot and dynamic obstacles

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages