-- 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

在moveit编译时找不到manipulation_msgsConfig.cmake manipulation_msgs-config.cmake文件

这是由于少了manipulation_msgs这个包

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

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

在moveit编译时找不到manipulation_msgsConfig.cmake manipulation_msgs-config.cmake文件

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


相关文章:

  • 2021-08-30
  • 2021-08-06
  • 2022-12-23
  • 2022-01-02
  • 2021-04-17
  • 2021-05-30
  • 2021-06-08
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2021-04-07
  • 2021-04-08
  • 2021-08-20
  • 2021-05-01
相关资源
相似解决方案