zoukankan      html  css  js  c++  java
  • install ros-indigo-camera-info-manager

    CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
      Could not find a package configuration file provided by
      "camera_info_manager" with any of the following names:
    
        camera_info_managerConfig.cmake
        camera_info_manager-config.cmake
    
      Add the installation prefix of "camera_info_manager" to CMAKE_PREFIX_PATH
      or set "camera_info_manager_DIR" to a directory containing one of the above
      files.  If "camera_info_manager" provides a separate development package or
      SDK, be sure it has been installed.
    Call Stack (most recent call first):
      bp_astra_camera/CMakeLists.txt:4 (find_package)
    
    
    -- Could not find the required component 'camera_info_manager'. 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
      "camera_info_manager" with any of the following names:
    
        camera_info_managerConfig.cmake
        camera_info_manager-config.cmake
    
      Add the installation prefix of "camera_info_manager" to CMAKE_PREFIX_PATH
      or set "camera_info_manager_DIR" to a directory containing one of the above
      files.  If "camera_info_manager" provides a separate development package or
      SDK, be sure it has been installed.
    Call Stack (most recent call first):
      bp_astra_camera/CMakeLists.txt:4 (find_package)
    sudo apt-get install ros-indigo-camera-info-manager
  • 相关阅读:
    python访问http的GET/POST
    又想起Solaris
    用openssl库RSA加密解密
    RSA简介(四)——求逆算法
    RSA简介(三)——寻找质数
    RSA简介(二)——模幂算法
    RSA简介(一)——数论原理
    平方根的C语言实现(二) —— 手算平方根的原理
    平方根的C语言实现(三) ——最终程序实现
    平方根的C语言实现(一) —— 浮点数的存储
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10065271.html
Copyright © 2011-2022 走看看