Skip to content

A fork of The Open Motion Planning Library (OMPL) to include Batch Informed Trees (BIT*)

License

Notifications You must be signed in to change notification settings

ninjaRooter/batch-informed-trees

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Open Motion Planning Library (OMPL)

Visit the OMPL installation page for detailed installation instructions.

OMPL has the following required dependencies:

  • Boost (version 1.44 or higher)
  • CMake (version 2.8.2 or higher)

The following dependencies are optional:

Once dependencies are installed, you can build OMPL on Linux, OS X, 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 two steps are optional
make installpyplusplus && cmake . # download & install Py++
make update_bindings # if you want Python bindings
make -j 4 # replace "4" with the number of cores on your machine

About

A fork of The Open Motion Planning Library (OMPL) to include Batch Informed Trees (BIT*)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.3%
  • Python 7.4%
  • C 2.4%
  • CSS 1.2%
  • JavaScript 0.7%
  • R 0.6%
  • Other 0.4%