CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake: (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: (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: (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: (find_package)
sudo apt-get install ros-indigo-camera-info-manager

最新文章

  1. winserver2008 R2 64位 企业版 , IIS 配置运行 asp+access 网站
  2. Linux Crontab 定时任务 命令详解
  3. KMP--Cyclic Nacklace
  4. web安全测试工具的局限性
  5. char 型变量中能不能存贮一个中文汉字,为什么?
  6. mysql学习之-密码管理(默认密码,修改密码,解决忘记密码)
  7. Powershell下设置环境变量
  8. linux 查看局域网内ip
  9. 转:解决OM的Price List输入找不到对应库存的ITEMS的问题
  10. aws部署从无到有(二)windows管理aws
  11. python 日历
  12. [Luogu 1284]三角形牧场
  13. 集成Tomcat环境到Eclipse中
  14. org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.JDBCConnectionException: Cannot open con
  15. 验证码图片二值化问题 BitmapData 怎么解决
  16. javascript对象与方法
  17. 【转】void 详解
  18. 潭州课堂25班:Ph201805201 django框架 第十课 GET,POST 请求 文件上传,HttpResponse,cookie (课堂笔记)
  19. akka pubsub example
  20. Python 全栈开发一 python初识

热门文章

  1. numeric_limits 模板的相关知识点
  2. Windows系统下做定时任务为Oracle数据库每天自动备份
  3. JIRA licence crack and etc
  4. SpringCloud 进阶之Hystrix(断路器)
  5. Python开发【笔记】:探索Python F-strings
  6. IntelliJ IDEA 插件
  7. Day01 html详解
  8. 【spring mvc】application context中【bean】的生命周期
  9. A Basic Example of Threads Synchronization in Python, python中的线程同步示例
  10. Spark 参数配置的几种方法