Skip to content

OMPL (Open Motion Planning Library) plugin for V-REP (OMPL 1.4.1 compatible)

License

Notifications You must be signed in to change notification settings

aidyk/v_repExtOMPL

This branch is 3 commits ahead of, 123 commits behind CoppeliaRobotics/simOMPL:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

856bcd9 · Dec 13, 2018
Jul 27, 2018
Jul 25, 2018
Feb 20, 2018
Jun 8, 2017
Jul 25, 2018
Sep 6, 2018
Nov 7, 2017
Mar 8, 2016
Dec 13, 2018
Sep 6, 2018
Jul 27, 2018
Jun 8, 2017
Sep 6, 2018
Mar 8, 2018
Dec 13, 2018
Jul 27, 2018
Feb 5, 2018
Sep 6, 2018

Repository files navigation

OMPL (Open Motion Planning Library) plugin for V-REP

Compiling

  1. Install required packages for v_repStubsGen: see v_repStubsGen's README
  2. Compile ompl-1.1.0
  3. Checkout and compile
$ git clone --recursive https://github.com/CoppeliaRobotics/v_repExtOMPL.git
$ cd v_repExtOMPL
$ cmake .
$ cmake --build .

You may need to set OMPL_INCLUDE_PATH and OMPL_LIB_PATH cmake variables to the correct values, e.g.:

$ cmake -G "MinGW Makefiles" -DOMPL_INCLUDE_PATH=c:\local\ompl-1.1.0-Source\src -DOMPL_LIB_PATH=c:\local\ompl-1.1.0-Source\build\lib .
$ cmake --build .

About

OMPL (Open Motion Planning Library) plugin for V-REP (OMPL 1.4.1 compatible)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.2%
  • CMake 6.8%
  • Shell 1.6%
  • Other 0.4%