Skip to content

lugiger/omplapp

 
 

Repository files navigation

The Open Motion Planning Library (OMPL)

This is OMPL.app, an extended version of OMPL that adds support for mesh loading and collision checking as well as a simple GUI.

Visit the OMPL.app installation page for detailed installation instructions.

OMPL.app has the following required dependencies:

OMPL.app's build system will attempt to automatically download and build Assimp and FCL if not already installed.

The following dependencies are optional:

Once dependencies are installed, you can build OMPL.app on Linux, OS X, and MS Windows. Go to the top-level directory of OMPL.app and type the following commands:

mkdir -p build/Release
cd build/Release
cmake ../..
# next two steps are optional
make installpyplusplus && cmake . # download & install Py++
make update_bindings # if you want to use the GUI or Python bindings
make -j 4 # replace "4" with the number of cores on your machine

About

The Open Motion Planning Library (OMPL), mirror of:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.1%
  • Makefile 9.8%
  • Python 7.2%
  • CMake 6.4%
  • C 5.0%
  • CSS 0.8%
  • Other 1.7%