博客参考:https://blog.csdn.net/shitanding/article/details/82562702 和 https://bitbucket.org/ompl/omplapp/src/tip/.appveyor.yml?fileviewer=file-view-default
下面以安装ompl进行说明,在安装ompl之前需要使用vcpkg安装以下依赖库:
vcpkg install ompl
默认安装X86版本,vcpkg会自动安装ompl需要的依赖库,例如boost, eigen等等。vcpkg 安装的是ompl的核心运动规划模块,不包含一些可视化的部分,需要的话自己下载omplapp源文件安装步骤5安装
如果想安装X64版本
vcpkg install ompl:x64-windows
vcpkg install assimp[:x64-windows]
vcpkg install fcl[:x64-windows]
vcpkg install pqp[:x64-windows]
进入ompl目录,在此处打开命令行,执行以下命令:
mkdir build
cd build
cmake -G"Visual Studio 15 2017[Win64]" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="vckg_path\scripts\buildsystems\vcpkg.cmake" -DOMPL_REGISTRATION=OFF ..
注意,"vckg_path\scripts\buildsystems\vcpkg.cmake",要设置成自己vcpkg的安装目录;
手机扫一扫
移动阅读更方便
你可能感兴趣的文章