ompl

Open Motion Planning Library with algorithms for robotic path planning

brewmacoslinux
Try with needOr install directly
Source

About

Open Motion Planning Library consists of many motion planning algorithms

Commands

ompl

Examples

Run OMPL demo to visualize motion planning algorithms$ ompl_demo
Use OMPL in Python scripts for motion planning tasks$ python3 -c "import ompl.base as ob; space = ob.SE2StateSpace()"
Access OMPL C++ libraries and headers for custom planning applications$ pkg-config --cflags --libs ompl