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:
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):
unitree_guide/unitree_move_base/CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/rsd/guide_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/rsd/guide_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
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:
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): unitree_guide/unitree_move_base/CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/rsd/guide_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/rsd/guide_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed
在catkin_make后出现以上错误,这是什么问题呢?