1. 下载源代码
git clone https://github.com/ompl/omplapp.git cd omplapp git clone https://github.com/ompl/ompl.git
2. 下载安装文件
3. 修改安装文件权限
chmod u+x install-ompl-ubuntu.sh
./install-ompl-ubuntu.sh will install OMPL without Python bindings./install-ompl-ubuntu.sh --python will install OMPL with Python bindings./install-ompl-ubuntu.sh --app will install OMPL.app with Python bindingsThe script downloads and installs OMPL and all dependencies via apt-get & pip and from source. It will ask for your password to install things. The script has been tested on vanilla installs of Ubuntu 14.04 (Trusty), 15.10 (Wily), 16.04 (Xenial), 17.10 (Artful), and 18.04 (Bionic).
apt-get install libompl-dev ompl-demos
原文:https://www.cnblogs.com/flyinggod/p/12455386.html