Skip to content

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

License

Notifications You must be signed in to change notification settings

SubramanianKrish/dynamic-rrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published