zoukankan      html  css  js  c++  java
  • install ros-indigo-pcl-ros

    CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (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):
      bp_costmap/CMakeLists.txt:4 (find_package)
    
    
    -- Could not find the required component 'pcl_ros'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
    CMake Error at /opt/ros/indigo/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):
      bp_costmap/CMakeLists.txt:4 (find_package)

     解决:

    sudo apt-get install ros-indigo-pcl-ros
  • 相关阅读:
    ECshop 二次开发模板教程4
    ECshop 二次开发模板教程3
    ECshop 二次开发模板教程2
    ECshop 二次开发模板教程1
    ecshop 二次开发及模板标签
    ECSHOP seo修改建议
    Ecshop ajax 局部刷新购物车功能
    ECSHOP
    echo二次开发 ecshop 函数列表
    Ecshop文件结构,二次开发
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10065010.html
Copyright © 2011-2022 走看看