Skip to content
/ omplapp Public

The Open Motion Planning Library (OMPL), GUI + FCL/Assimp integration

License

Notifications You must be signed in to change notification settings

ompl/omplapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Dec 12, 2023
Jan 15, 2021
Mar 18, 2025
Jul 31, 2023
Mar 18, 2025
Mar 18, 2025
Mar 18, 2025
Feb 17, 2020
Oct 4, 2020
Mar 18, 2025
Mar 13, 2021
Sep 21, 2019
Sep 21, 2019
Sep 21, 2019
Jul 31, 2023
Mar 18, 2025
Jul 8, 2014
Mar 18, 2025
Apr 26, 2011

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:

  • Boost (version 1.68 or higher)
  • CMake (version 3.5 or higher)
  • Eigen (version 3.3 or higher)
  • Assimp (version 3.0.1270 or higher)
  • FCL (version 0.3.1 or higher)

The following dependencies are optional:

Once dependencies are installed, you can build OMPL.app on Linux, macOS, 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