编译报错pcl_conversions、及pcl_rosConfig解决方法

这篇具有很好参考价值的文章主要介绍了编译报错pcl_conversions、及pcl_rosConfig解决方法。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

1、报错1

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "pcl_conversions"
  with any of the following names:

    pcl_conversionsConfig.cmake
    pcl_conversions-config.cmake

  Add the installation prefix of "pcl_conversions" to CMAKE_PREFIX_PATH or
  set "pcl_conversions_DIR" to a directory containing one of the above files.
  If "pcl_conversions" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  uav_simulator/map_generator/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/labh/Fast-Drone-250-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/labh/Fast-Drone-250-master/build/CMakeFiles/CMakeError.log".
Makefile:3932: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

解决方法:

sudo apt-get install ros-melodic-pcl-conversions

2、报错2

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "pcl_ros" with any
  of the following names:

    pcl_rosConfig.cmake
    pcl_ros-config.cmake

  Add the installation prefix of "pcl_ros" to CMAKE_PREFIX_PATH or set
  "pcl_ros_DIR" to a directory containing one of the above files.  If
  "pcl_ros" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  uav_simulator/local_sensing/CMakeLists.txt:69 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/labh/Fast-Drone-250-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/labh/Fast-Drone-250-master/build/CMakeFiles/CMakeError.log".
Makefile:3932: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

解决方法:

sudo apt-get install ros-melodic-pcl-ros文章来源地址https://www.toymoban.com/news/detail-536848.html

到了这里,关于编译报错pcl_conversions、及pcl_rosConfig解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Simulink仿真模块 - Signal Conversion

    目录 说明 实例 创建总线信号的连续副本 ​将虚拟总线转换为非虚拟总线 ​

    2024年02月08日
    浏览(25)
  • Langchain 的 Conversation buffer memory

    本笔记本展示了如何使用 ConversationBufferMemory 。该存储器允许存储消息,然后将消息提取到变量中。 我们可以首先将其提取为字符串。 示例代码, 输出结果, 我们还可以获取历史记录作为消息列表(如果您将其与聊天模型一起使用,这非常有用)。 示例代码, 输出结果,

    2024年02月16日
    浏览(20)
  • Langchain 的 Conversation summary memory

    现在让我们看一下使用稍微复杂的内存类型 - ConversationSummaryMemory 。这种类型的记忆会随着时间的推移创建对话的摘要。这对于随着时间的推移压缩对话中的信息非常有用。对话摘要内存对发生的对话进行总结,并将当前摘要存储在内存中。然后可以使用该内存将迄今为止的

    2024年02月15日
    浏览(17)
  • image-conversion 图片压缩,vue

    image-conversion ,vue,element 需求:需要用户上传图片时候,对大尺寸图片进行压缩,减小图片大小,减少服务器的压力。 用到的第三方插件image-conversion 文档: https://www.npmjs.com/package/image-conversion 1.安装 2.引入,可以在main.js中全局引入,也可以在组件中引入。 我是在组件中引入

    2023年04月14日
    浏览(22)
  • LangChain(3)对话缓存方式 Conversational Memory

    LLM 默认是无状态的,即询问当前的问题与上下文无关,当我们需要将多轮对话信息给到LLM 时,就需要使用缓存Memory。缓存方式有多种。

    2024年02月16日
    浏览(17)
  • Langchain 的 Conversation buffer window memory

    ConversationBufferWindowMemory 保存一段时间内对话交互的列表。它仅使用最后 K 个交互。这对于保持最近交互的滑动窗口非常有用,因此缓冲区不会变得太大。 我们首先来探讨一下这种存储器的基本功能。 示例代码, 输出结果, 我们还可以获取历史记录作为消息列表(如果您将

    2024年02月15日
    浏览(21)
  • ComPDFKit Conversion SDK for Windows Crack

    High-fidelity PDF conversion to MS Office, HTML, Text, CSV, RTF, Images, and more. ComPDFKit Conversion SDK can be used to convert PDF to Word, PDF to Excel and PDF to PPT. It uses native conversion without any server-side dependencies such as Microsoft Office or LibreOffice, which ensures the security of private information. ComPDFKit Conversion SDK provide

    2024年02月09日
    浏览(21)
  • An Architecture for Scalable Conversational Recommendat

    作者:禅与计算机程序设计艺术 Conversational recommendation engine is a type of recommender system that allows users to interact with the system through natural language conversations instead of traditional forms such as buttons or menus. The goal of conversational recommendation systems is to provide personalized recommendations based on user p

    2024年02月06日
    浏览(19)
  • vue2上传图片image-conversion压缩

    项目中涉及上传图片,如果大体积的一般都需要压缩,这里我使用image-conversion来压缩 其实在npm中使用已经说得很明白了,我这里记录一下跟element ui上传组件配合使用 1、安装image-conversion 2、引入使用 2.1、这里配合element ui的上传组件配合使用 上传前方法中处理压缩逻辑,压

    2024年01月21日
    浏览(21)
  • 关于安卓编译报错(一)kotlin依赖报错

    背景 杂乱的项目依赖,成为了安卓项目的噩梦。版本号的不统一,经常导致一些依赖冲突。所以有了此文。 现象 安卓项目rebuild或者打release包的时候,存在报错情况: (一)kotlin version编译不一致导致报错 细看英文提示,就是说,项目编译的过程中,编译版本,使用的kot

    2024年02月07日
    浏览(21)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包