首页 > 系统服务 > 详细

Ubuntu 安装ompl库

时间:2020-03-10 15:37:40      阅读:635      评论:0      收藏:0      [点我收藏+]

ompl源代码安装

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
  • Next,以下三种安装方式
  1. ./install-ompl-ubuntu.sh will install OMPL without Python bindings
  2. ./install-ompl-ubuntu.sh --python will install OMPL with Python bindings
  3. ./install-ompl-ubuntu.sh --app will install OMPL.app with Python bindings

The 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).

ubunut 直接安装

apt-get install libompl-dev ompl-demos

  

Ubuntu 安装ompl库

原文:https://www.cnblogs.com/flyinggod/p/12455386.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!