Skip to content

jvgomez/omplapp

 
 

Repository files navigation

The Open Motion Planning Library (OMPL)

Linux Build Status Windows Build status

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:

  • PyQt (for GUI)
  • PyOpenGL (for GUI)
  • Py++ (needed to generate Python bindings)
  • ODE (needed to compile support for planning using the Open Dynamics Engine)
  • Doxygen (needed to create a local copy of the documentation at http://ompl.kavrakilab.org)
  • Eigen (needed for an informed sampling technique to improve the optimization of path length and for the Vector Field RRT planner)

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 step is optional
make -j 4 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++ 37.7%
  • JavaScript 35.7%
  • Python 16.8%
  • HTML 5.2%
  • CMake 3.8%
  • CSS 0.8%