Skip to content
/ ompl Public
forked from ompl/ompl

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

License

Notifications You must be signed in to change notification settings

mamoll/ompl

This branch is 128 commits behind ompl/ompl:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 25, 2019
Sep 10, 2019
Sep 12, 2019
Sep 12, 2019
Sep 5, 2019
Sep 12, 2019
Sep 12, 2019
Aug 23, 2019
Feb 14, 2017
Feb 20, 2019
Sep 10, 2019
Dec 8, 2018
Jul 1, 2019
Sep 5, 2019
Jul 17, 2019
Jul 8, 2014
Jul 17, 2019
Feb 24, 2013
May 6, 2019
Jul 4, 2019

Repository files navigation

The Open Motion Planning Library (OMPL)

Linux / macOS Build Status Windows Build status

Visit the OMPL installation page for detailed installation instructions.

OMPL has the following required dependencies:

  • Boost (version 1.54 or higher)
  • CMake (version 2.8.7 or higher)
  • Eigen (version 3.3 or higher)

The following dependencies are optional:

Once dependencies are installed, you can build OMPL on Linux, macOS, and MS Windows. Go to the top-level directory of OMPL 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 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

Packages

No packages published

Languages

  • C++ 92.7%
  • Python 4.4%
  • CMake 1.3%
  • R 1.0%
  • C 0.2%
  • Shell 0.2%
  • Other 0.2%