Skip to content

Our implementation of Kinodynamic Conflict Based Search (K-CBS) inside the The Open Motion Planning Library (OMPL)

License

Notifications You must be signed in to change notification settings

aria-systems-group/Multi-Robot-OMPL

 
 

Repository files navigation

Kinodynamic Conflict-Based Search (K-CBS)

Linux / macOS Build Status Windows Build status

This repository was forked from The Open Motion Planning Library (OMPL). Visit the OMPL installation page for detailed installation instructions.

OMPL has the following required dependencies:

  • Boost (version 1.58 or higher)
  • CMake (version 3.5 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

Our implementation of Kinodynamic Conflict Based Search (K-CBS) inside the The Open Motion Planning Library (OMPL)

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 94.4%
  • Python 3.4%
  • CMake 1.0%
  • R 0.8%
  • C 0.2%
  • Shell 0.1%
  • Other 0.1%