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
  • 相关阅读:
    算法浅谈——一文讲透三分算法
    机器学习基础——一文讲懂中文分词算法
    线性代数精华2——逆矩阵的推导过程
    LeetCode 2 Add Two Numbers——用链表模拟加法
    LeetCode 1 Two Sum——在数组上遍历出花样
    大数据基石——Hadoop与MapReduce
    Flexbox布局
    对象基础
    对象枚举属性
    我的第一篇博文
  • 原文地址:https://www.cnblogs.com/sea-stream/p/10064821.html
Copyright © 2011-2022 走看看