Skip to content
forked from ompl/ompl

The Open Motion Planning Library (OMPL)

License

Notifications You must be signed in to change notification settings

EzraBrooks/ompl

This branch is 71 commits behind ompl/ompl:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fae8db · Nov 22, 2024
Sep 24, 2024
Sep 24, 2024
Sep 9, 2024
Sep 10, 2024
Sep 24, 2024
Jan 25, 2024
Sep 24, 2024
Apr 23, 2024
Apr 23, 2024
Jan 25, 2024
May 1, 2023
Feb 1, 2022
Sep 24, 2024
Jul 8, 2014
Apr 23, 2024
Apr 23, 2024
Oct 26, 2023
Nov 22, 2024
Apr 23, 2024

Repository files navigation

The Open Motion Planning Library (OMPL)

Continuous Integration Status

Build Format

Installation

Visit the OMPL installation page for detailed installation instructions.

OMPL has the following required dependencies:

  • Boost (version 1.58 or higher)
  • CMake (version 3.12 or higher)
  • Eigen (version 3.3 or higher)

The following dependencies are optional:

  • Py++ (needed to generate Python bindings)
  • Doxygen (needed to create a local copy of the documentation at https://ompl.kavrakilab.org/core)
  • Flann (FLANN can be used for nearest neighbor queries by OMPL)
  • Spot (Used for constructing finite automata from LTL formulae.)

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)

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • Python 2.4%
  • CMake 1.0%
  • R 0.8%
  • C 0.1%
  • Shell 0.1%
  • Other 0.1%