Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
/ ompl Public archive
forked from ompl/ompl

The Open Motion Planning Library (OMPL)

License

Notifications You must be signed in to change notification settings

bendike/ompl

 
 

Repository files navigation

Notice

This is my fork of OMPL for implementing dubins airplane functionality. To be used in a personal project.

I have tried to touch as little of the original code base as possible. Therefore you must set the motion validator manually when using DubinsAirplaneStateSpace: si->setMotionValidator(std::make_shared<ob::DubinsAirplaneMotionValidator>(si));

The following is the original README.md

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • Python 4.3%
  • CMake 1.2%
  • R 1.0%
  • C 0.2%
  • Shell 0.2%
  • Other 0.1%