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

    -- Using these message generators: gencpp;genlisp;genpy
    CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
      Could not find a package configuration file provided by "laser_geometry"
      with any of the following names:
    
        laser_geometryConfig.cmake
        laser_geometry-config.cmake
    
      Add the installation prefix of "laser_geometry" to CMAKE_PREFIX_PATH or set
      "laser_geometry_DIR" to a directory containing one of the above files.  If
      "laser_geometry" 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 'laser_geometry'. 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 "laser_geometry"
      with any of the following names:
    
        laser_geometryConfig.cmake
        laser_geometry-config.cmake
    
      Add the installation prefix of "laser_geometry" to CMAKE_PREFIX_PATH or set
      "laser_geometry_DIR" to a directory containing one of the above files.  If
      "laser_geometry" 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-laser-geometry
  • 相关阅读:
    [转] zigbee的低功耗
    手机显示电量原理
    TinyOS总结(一)
    KingPaper初探redist 之redis设置分析
    KingPaper初探redis之redis在window xp下的安装
    Web开发必知的八种隔离级别
    目前国内著名的维客(wiki)网站
    SSH Secure Shell Client
    Java线程:volatile关键字
    JDK1.6(JDK6.0) 新特性
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10064821.html
Copyright © 2011-2022 走看看