ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Install turtlebot3

asked 2018-04-16 17:09:18 -0500

otluix gravatar image

updated 2018-04-16 17:39:26 -0500

jayess gravatar image

Hellow guys!!

I recived error install to Turtlebot3_simulations

CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (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
edit retag flag offensive close merge delete

Comments

Welcome! What command did you run to get this error?

jayess gravatar image jayess  ( 2018-04-16 17:39:56 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-16 17:44:19 -0500

Did you install the package you mentioned? If you want to install the package you mentioned, you can simply install it with the following command.

sudo apt-get install ros-kinetic-gazebo-ros

Also, when building packages from source, It is recommended to use the rosdep command. This command installs all the packages that the packages in your catkin workspace depend upon but are missing on your computer.

rosdep install --from-paths /path/to/your/catkin_ws/src --ignore-src -r -y
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-04-16 17:09:18 -0500

Seen: 31,525 times

Last updated: Apr 16 '18