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

    CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (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):
      bp_costmap/CMakeLists.txt:4 (find_package)
    
    
    -- Could not find the required component 'pcl_conversions'. 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_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):
      bp_costmap/CMakeLists.txt:4 (find_package)

     解决:

    sudo apt-get install ros-indigo-pcl-conversions
  • 相关阅读:
    hdu3457(有向图的dp问题)
    nyoj16矩形嵌套(第一道dp关于dag的题目)
    noj1475(递推题)统计多少个1
    hdu1331(记忆化搜索)
    hdu1142(dj+记忆化搜索)
    hdu1978(记忆化搜索)
    用广搜实现的spfa
    hdu1428(记忆化搜索)
    hdu1078(记忆化搜索)
    poj3261(后缀数组)
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10064883.html
Copyright © 2011-2022 走看看