yoonlab / AnytimeRRBT

http://sglab.kaist.ac.kr/anytimeRRBT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anytime RRBT

##Requirement QT4

V-REP

##Quick Start(MacOSX)

git clone https://github.com/wolfses/AnytimeRRBT.git
cd AnytimeRRBT/pathPlanningPlugin
qmake
make
cp libv_repExtPathPlanning.1.0.0.dylib /Applications/V-REP_PRO_EDU_V3_2_0_Mac/vrep.app/Contents/MacOS

!Be sure of the version of V-REP

##Quick Start(Ubuntu)

git clone https://github.com/wolfses/AnytimeRRBT.git
cd AnytimeRRBT/pathPlanningPlugin
qmake
make

Then, you can get lots of object files and four libv_repExtPathPlanning.so files.

Among them, move libv_repExtPathPlanning.so.1.0.0 to V-REP directory.

!After that, you have to rename libv_repExtPathPlanning.so.1.0.0 to libv_repExtPathPlanning.so

!qmake can be ignored on linux system but recommended

Related paper : http://sglab.kaist.ac.kr/anytimeRRBT/

About

http://sglab.kaist.ac.kr/anytimeRRBT/


Languages

Language:C++ 97.1%Language:C 2.5%Language:Makefile 0.1%Language:MATLAB 0.1%Language:QMake 0.1%Language:Python 0.1%Language:Java 0.0%Language:Objective-C 0.0%Language:CMake 0.0%Language:Shell 0.0%