Skip to content

abhijitmahalle/real-time-path-planning

Repository files navigation

Real-Time Path Planning

This repository contains code to implement Real Time-RRT* on a point robot that is the first real-time variant of RRT* and is capable of path planning in an environment with dynamic obstacles and changing goal position. It is a sampling based rewiring approaches to solve real-time path planning problems for a holonomic robot under the presence of dynamic obstacles.

Final Simulation Result

Installation Instructions

The exisiting codebase has a dependency on OpenFrameworks - an open source C++ toolkit for GUI and experimentation. The current implementation works well with VS2015. Make sure you install VS2015 and install OpenFrameworks plugin for Visual Studio by following the steps documented here. Once installed, follow these further steps -

  1. Download the OpenFrameworks binaries for windows from here
  2. Create a OpenFrameworks based project in Visual Studio. Point to the path where OpenFrameworks was installed in step 1. Make sure you tick 'ofxGUI' addon while creating the project
  3. Clone this repository and copy the code in the src. Add these items using 'Add Existing Item' option in Visual Studio
  4. Build the Solution.
  5. Run the ofApp.cpp application

Demonstration

The demonstration is available at this YouTube link

About

Implementation of real-time variant of RRT* called RT-RRT* capable of dealing with dynamic obstacles and changing goal locations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages