ubuntu16.04中ROS-Kinetic报错: not find a package configuration file provided by "gazebo_ros_control“

 

报错如下:

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

    gazebo_ros_controlConfig.cmake
    gazebo_ros_control-config.cmake

  Add the installation prefix of "gazebo_ros_control" to CMAKE_PREFIX_PATH or
  set "gazebo_ros_control_DIR" to a directory containing one of the above
  files.  If "gazebo_ros_control" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  mbot_gazebo/CMakeLists.txt:10 (find_package)

1.安装解决:

sudo apt-get install -y libgazebo7-dev

具体的gazebo安装教程如下链接:

https://github.com/ros-simulation/gazebo_ros_pkgs

http://gazebosim.org/tutorials?tut=ros_installing&cat=connect_ros

我的微信公众号名称:深度学习与先进智能决策
微信公众号ID:MultiAgent1024
公众号介绍:主要研究强化学习、计算机视觉、深度学习、机器学习等相关内容,分享学习过程中的学习笔记和心得!期待您的关注,欢迎一起学习交流进步!

 

你可能感兴趣的:(机器人ROS(已完结))