在catkin_make时:
1.缺少manipulation_msgs
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
解决方法:
$cd src
$git clone https://github.com/ros-interactive-manipulation/manipulation_msgs.git
2.缺少household_objects_database_msgs
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"household_objects_database_msgs" with any of the following names:
household_objects_database_msgsConfig.cmake
household_objects_database_msgs-config.cmake
解决方法:
$cd src
$git clone https://github.com/ros-interactive-manipulation/household_objects_database_msgs.git