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
  • 相关阅读:
    8.11 hdu 多校第五场补题
    8.10 trie树模板
    8.6 edu25 ,577#div2 CF补题(二分 ,dp 与 贪心
    8.4 POJ 3237 (树链剖分+线段树
    8.4 poj 2763 Housewife Wind (树链剖分边权处理
    8.4 树链剖分
    8.3 树链剖分
    2019 hdu 第四场补题 (2
    2019 hdu 第四场补题 (1 ,签到题
    51NOD 1137 矩阵乘法
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10065010.html
Copyright © 2011-2022 走看看