在使用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

 

相关文章:

  • 2021-11-09
  • 2021-04-29
  • 2021-10-05
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
相关资源
相似解决方案