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

zahra's profile - activity

2023-07-27 08:06:03 -0500 received badge  Taxonomist
2023-03-07 12:14:43 -0500 marked best answer how to solve the error of Could not find a package gazebo

i try to build new package for working with ros and gazebo with

catkin_create_pkg spcbot_description tf rviz gazebo xacro urdf rospy roscpp std_msgs geometry_msgs

but after i run catkin_make i get

 +++ processing catkin package: 'spcbot_description'
 -- ==> add_subdirectory(spcbot/spcbot_description)
 CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
   Could not find a package configuration file provided by "gazebo" with any
   of the following names:

     gazeboConfig.cmake
     gazebo-config.cmake

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


 -- Could not find the required component 'gazebo'. The following CMake error indicates that you either need to install the                package with the same name or change your environment so that it can be found.
 CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
   Could not find a package configuration file provided by "gazebo" with any
   of the following names:

     gazeboConfig.cmake
     gazebo-config.cmake

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


 -- Configuring incomplete, errors occurred!
 See also "/home/zora/tuto_catkin_ws/build/CMakeFiles/CMakeOutput.log".
 See also "/home/zora/tuto_catkin_ws/build/CMakeFiles/CMakeError.log".
 Makefile:556: recipe for target 'cmake_check_build_system' failed
 make: *** [cmake_check_build_system] Error 1
 Invoking "make cmake_check_build_system" failed

there are any solution ???

2020-10-06 06:39:56 -0500 received badge  Famous Question (source)
2020-02-06 01:49:42 -0500 received badge  Famous Question (source)
2020-02-06 01:49:42 -0500 received badge  Notable Question (source)
2020-01-13 05:11:22 -0500 received badge  Notable Question (source)
2019-11-28 11:07:48 -0500 received badge  Famous Question (source)
2019-11-20 07:36:58 -0500 received badge  Popular Question (source)
2019-11-12 04:52:12 -0500 received badge  Notable Question (source)
2019-11-12 04:52:12 -0500 received badge  Popular Question (source)
2019-11-12 04:51:37 -0500 asked a question failed when i will install turtlebot package

failed when i will install turtlebot package I try to install turtlebot package for ros Kinetic in ubuntu 16.04 when i r

2019-10-28 06:12:09 -0500 received badge  Enthusiast
2019-10-24 04:49:49 -0500 received badge  Popular Question (source)
2019-10-21 13:52:07 -0500 commented answer how to solve the error of Could not find a package gazebo

do you mean this sudo apt install ros-kinetic-gazebo*

2019-10-21 12:50:50 -0500 commented answer how to solve the error of Could not find a package gazebo

sir i was used curl -sSL http://get.gazebosim.org | sh to install gazebo should i following the Alternative installa

2019-10-21 12:30:25 -0500 commented answer how to solve the error of Could not find a package gazebo

i installed i have gazebo7

2019-10-21 12:23:37 -0500 commented answer how to solve the error of Could not find a package gazebo

i was installed i have gazebo7

2019-10-21 11:38:05 -0500 asked a question how to solve the error of Could not find a package gazebo

how to solve the error of Could not find a package gazebo i try to build new package for working with ros and gazebo wi

2019-10-21 11:25:41 -0500 commented question error when i compile makefile

thanks sir

2019-10-16 04:53:05 -0500 commented question error when i compile makefile

okey sir this is my CMakefile i use the example of ros c++ ""Writing a Simple Service and Client (C++)"" link text cmak

2019-10-15 22:42:18 -0500 asked a question error when i compile makefile

error when i compile makefile After when i modify the cmakefile i get this error -- +++ processing catkin package: 'my_