编译出现缺少roscppConfig.cmake,roscpp-config.cmake之类的问题

Posted KAI-yq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译出现缺少roscppConfig.cmake,roscpp-config.cmake之类的问题相关的知识,希望对你有一定的参考价值。

问题:
Could not find a package configuration file provided by “roscpp” with any of the following names:

roscppConfig.cmake
roscpp-config.cmake

解决方案:
CMakeLists里加入

find_package(roscpp REQUIRED)
include_directories($roscpp_INCLUDE_DIRS)

以此类推

以上是关于编译出现缺少roscppConfig.cmake,roscpp-config.cmake之类的问题的主要内容,如果未能解决你的问题,请参考以下文章

仅在 64 位可执行文件上出现“缺少参数值”异常

编译过程的一点心得

C++Qt5+win10+MSVC2015 64bit构建程序,Release编译成功后使用windeployqt.exe发布程序使用于win7出现缺少MSVCP140.dll!!!

U-Boot编译报错:缺少 ‘configs/.h‘

U-Boot编译报错:缺少 ‘configs/.h‘

LLVM 缺少链接器,无法编译 lld(llvm 链接器)