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

    CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
      Could not find a package configuration file provided by "filters" with any
      of the following names:
    
        filtersConfig.cmake
        filters-config.cmake
    
      Add the installation prefix of "filters" to CMAKE_PREFIX_PATH or set
      "filters_DIR" to a directory containing one of the above files.  If
      "filters" provides a separate development package or SDK, be sure it has
      been installed.
    Call Stack (most recent call first):
      bp_laser_filters/CMakeLists.txt:11 (find_package)
    
    
    -- Could not find the required component 'filters'. 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 "filters" with any
      of the following names:
    
        filtersConfig.cmake
        filters-config.cmake
    
      Add the installation prefix of "filters" to CMAKE_PREFIX_PATH or set
      "filters_DIR" to a directory containing one of the above files.  If
      "filters" provides a separate development package or SDK, be sure it has
      been installed.
    Call Stack (most recent call first):
      bp_laser_filters/CMakeLists.txt:11 (find_package)

     解决:

    sudo apt-get install ros-indigo-filters
  • 相关阅读:
    redis主从之过期key判断
    PHP之回调、匿名函数
    调试printf,fprintf (转)
    第一天,来报道
    hdu 4464 browsing history
    腾讯编程马拉松2012第一题
    今天面试悲剧了,看来面试前看考题是很关键的.
    JQuery访问WebService(可访问Java[Xfire])
    自己留备份,不解释.
    MYSQL UNION AND UNION ALL 的区别!
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10064791.html
Copyright © 2011-2022 走看看