本文主要是介绍ROS Error: Could NOT find move_base_msgs,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Ubuntu18.04 + ROS melodic, catkin编译mbot报错,
-- +++ processing catkin package: 'mbot_navigation'
-- ==> add_subdirectory(mbot_navigation)
-- Could NOT find move_base_msgs (missing: move_base_msgs_DIR)
-- Could not find the required component 'move_base_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/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "move_base_msgs"
with any of the following names:
move_base_msgsConfig.cmake
move_base_msgs-config.cmake
解决办法:
sudo apt-get install ros-melodic-move-base-msgs
这篇关于ROS Error: Could NOT find move_base_msgs的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!