在ros中catkin_make功能包时遇到以下错误文章来源:https://www.toymoban.com/news/detail-527876.html
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "gazebo_ros" with
any of the following names:
gazebo_rosConfig.cmake
gazebo_ros-config.cmake
Add the installation prefix of "gazebo_ros" to CMAKE_PREFIX_PATH or set
"gazebo_ros_DIR" to a directory containing one of the above files. If
"gazebo_ros" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
wave_gazebo_plugins/CMakeLists.txt:31 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/yummylikeu/桌面/demo/build/CMakeFiles/CMakeOutput.log".
See also "/home/yummylikeu/桌面/demo/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
解决办法:
终端下执行文章来源地址https://www.toymoban.com/news/detail-527876.html
sudo apt-get install ros-$ROS_DISTRO-gazebo-ros-control -y
到了这里,关于CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!