Registry / other / ompl
library1.7.0vcpkgunverified

The Open Motion Planning Library consists of many state-of-the-art sampling-based motion planning algorithms.

vcpkg install ompl
INSTALL
IMPORT
SIG · OMPL
O
ompl
othercppv1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ompl/base/Planner.h
#include <ompl/base/Planner.h>

Create a simple motion planning setup with SE2 state space

#include <ompl/base/Planner.h> #include <ompl/base/StateSpace.h> #include <iostream> int main() { auto space = std::make_shared<ompl::base::SE2StateSpace>(); ompl::base::SimpleSetup ss(space); std::cout << "OMPL setup created\n"; return 0; }
Debug
Known issues
gotchaOMPL requires a valid planning problem (start, goal, state space) to solve.
fix
Define start and goal states before calling solve().
affects: all
Upgrade
Version history
1.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.