本文主要是介绍error:move_base_msgs,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (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
Add the installation prefix of “move_base_msgs” to CMAKE_PREFIX_PATH or set
“move_base_msgs_DIR” to a directory containing one of the above files. If
“move_base_msgs” provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
ros_book/chapter6_tutorials/CMakeLists.txt:4 (find_package)
解决方法:
sudo apt-get install ros-noetic-navigation
这篇关于error:move_base_msgs的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!