欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Could not find a package configuration file provided by "OMPL"...

程序员文章站 2022-07-14 08:57:51
...

Could not find a package configuration file provided by “OMPL” with any of…

问题

在github上下的hybrid A star 的代码包,但是在编译时出现如下问题:
CMake Error at path_planner-master/CMakeLists.txt:63 (find_package):
By not providing “FindOMPL.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “OMPL”, but
CMake did not find one.
Could not find a package configuration file provided by “OMPL” with any of
the following names:
OMPLConfig.cmake
ompl-config.cmake
Could not find a package configuration file provided by "OMPL"...

解决

sudo apt-get install ros-kinetic-ompl*

再编译就好了。

相关标签: 编程错误集