当前位置:网站首页>ROS error: could not find a package configuration file provided by "move_base“

ROS error: could not find a package configuration file provided by "move_base“

2022-07-06 21:20:00 How much is the code? Oneortwo

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by"move_base" with any of the following names:

move_baseConfig.cmake
move_base-config.cmake

Add the installation prefix of “move_base” to CMAKE_PREFIX_PATH or set
“move_base_DIR” to a directory containing one of the above files. If
“move_base” provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
ROS-Academy-for-Beginners/navigation_sim_demo/CMakeLists.txt:3 (find_package)

– Configuring incomplete, errors occurred!

reason :
The lack of move_base package .
solve :

   sudo apt-get install ros-kinetic-move-base
    kinetic Corresponding to your ubuntu Corresponding to the system ros edition .
原网站

版权声明
本文为[How much is the code? Oneortwo]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202131125491490.html

随机推荐