转载至:https://blog.csdn.net/qq_42145185/article/details/80975975 

-- Could not find the required component 'manipulation_msgs'. 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/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "manipulation_msgs"

  with any of the following names:

    manipulation_msgsConfig.cmake
    manipulation_msgs-config.cmake

ROS 学习踩坑笔记4-在moveit编译时找不到manipulation_msgsConfig.cmake manipulation_msgs-config.cmake文件

这是由于少了manipulation_msgs这个包

我们在这里安装这个包就好了

在终端中输入 sudo apt-get install ros-kinetic-manipulation-msgs

ROS 学习踩坑笔记4-在moveit编译时找不到manipulation_msgsConfig.cmake manipulation_msgs-config.cmake文件

完成安装后重新去编译一下你的moveit包就行了。

 

相关文章:

  • 2021-08-14
  • 2021-11-17
  • 2021-04-08
  • 2021-08-20
  • 2021-05-01
  • 2021-08-30
  • 2021-07-18
猜你喜欢
  • 2021-05-24
  • 2021-11-04
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2021-04-07
相关资源
相似解决方案