ROS 學習踩坑筆記4-在moveit編譯時找不到manipulation_msgsConfig.cmake manipulation_msgs-config.cmake檔案
轉載至: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
這是由於少了manipulation_msgs這個包
我們在這裡安裝這個包就好了
在終端中輸入 sudo apt-get install ros-kinetic-manipulation-msgs
完成安裝後重新去編譯一下你的moveit包就行了。
相關文章
- ijkplayer編譯踩坑記錄編譯
- Laragon 編譯 Vue 踩坑記錄Go編譯Vue
- MoveIt! 學習筆記2- MoveIt! Commander Scripting(命令列控制)筆記命令列
- Laravel Mix 編譯 Vue 踩坑記錄Laravel編譯Vue
- 【編譯openjdk學習筆記】編譯JDK筆記
- MoveIt! 學習筆記10- Planning with Approximated Constraint Manifolds筆記APPAI
- MoveIt! 學習筆記1- MoveGroup C++ Interface筆記C++
- DelayedWorkQueue踩坑筆記筆記
- mybatis學習與踩坑記錄MyBatis
- 新手學習laravel踩坑記錄Laravel
- 我的學習(踩坑)記錄
- 檔案上傳踩坑記及檔案清理原理探究
- vim學習筆記——多檔案、多視窗編輯筆記
- 【踩坑筆記】專案出現Permission denied筆記
- Jmeter之讀取csv檔案踩坑記JMeter
- Realm ios踩坑筆記iOS筆記
- MUI的踩坑筆記UI筆記
- Go踩坑筆記(十九)Go筆記
- 筆記:Mysql踩坑之路筆記MySql
- @SentinelResource踩坑記錄:blockHandler兜底方法找不到BloC
- spring boot學習與踩坑記錄Spring Boot
- ros學習檔案系統介紹ROS
- 【踩坑記】Ubuntu 20.04.6 LTS下編譯安裝gcc 4.4.0Ubuntu編譯GC
- 【ROS教程】編寫launch檔案ROS
- 前端專案框架搭建隨筆---Webpack踩坑記前端框架Web
- C# 好程式碼學習筆記(1):檔案操作、讀取檔案、Debug/Trace 類、Conditional條件編譯、CLSC#筆記編譯
- Runtime快遊戲呼叫copyfile介面寫臨時檔案踩坑記錄遊戲
- Go語言專案編譯之後找不到配置檔案Go編譯
- ROS串列埠程式設計學習筆記ROS串列埠程式設計筆記
- vue + typescript 踩坑筆記(一)VueTypeScript筆記
- next.js 踩坑筆記JS筆記
- vue + typescript 踩坑筆記(二)VueTypeScript筆記
- Vue踩坑筆記(更新ing)Vue筆記
- 在linux下編譯hibernate筆記Linux編譯筆記
- DVWA-檔案包含學習筆記筆記
- 學習筆記:robots.txt檔案筆記
- VScode開發ROS 解決ros找不到標頭檔案等問題VSCodeROS
- Solidity語言學習筆記————2、使用編譯器Solid筆記編譯