Sampling based rewiring approaches to solve real-time path planning problems for a holonomic robot under the presence of dynamic obstacles
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 -
- Download the OpenFrameworks binaries for windows from here
- 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
- Clone this repository and copy the code in the
src
. Add these items using 'Add Existing Item' option in Visual Studio - Build the Solution.
- Run the
ofApp.cpp
application
The demonstration is available at this YouTube link