Skip to content

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

License

Notifications You must be signed in to change notification settings

motion-planning/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++ 88.3%
  • Python 7.8%
  • CMake 2.0%
  • CSS 0.9%
  • R 0.5%
  • C 0.3%
  • Other 0.2%