首页 > 其他 > 详细

ROS catkin_make error Could not find a package configuration file provided by "actionlib_msgs"

时间:2019-11-23 00:00:40      阅读:382      评论:0      收藏:0      [点我收藏+]

 

在使用ROS catkin_make编译的时候,出现类似如下错误

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "actionlib_msgs"
  with any of the following names:

 

一般原因都是没有安装相关的ros包,安装对应的包即可:

sudo apt-get install ros-kinetic-xxxx

 

ROS catkin_make error Could not find a package configuration file provided by "actionlib_msgs"

原文:https://www.cnblogs.com/xbit/p/11411395.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!