Could not find package gazeboConfig.cmake; gazebo-config.cmake
I am using Ubuntu 16.04+Ros Kinetic + gazebo9
I wrote a simple C++ plugin but unable to run make and get the following errors. Is there a specific protobuf I should use (I have 2.6.1)
CMake Error at CMakeLists.txt:3 (findpackage): By not providing "Findgazebo.cmake" in CMAKEMODULE_PATH this project has asked CMake to find a package configuration file provided by "gazebo", but CMake did not find one.
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 CMAKEPREFIXPATH 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.
-- Configuring incomplete, errors occurred! See also "/home/workspace/myrobot/build/CMakeFiles/CMakeOutput.log". See also "/home/workspace/myrobot/build/CMakeFiles/CMakeError.log". Makefile:176: recipe for target 'cmakecheckbuildsystem' failed make: *** [cmakecheckbuildsystem] Error 1
Asked by prabhat on 2019-11-14 04:14:55 UTC
Answers
Resolution here https://github.com/uuvsimulator/uuv_simulator/issues/287
Asked by prabhat on 2019-11-14 05:08:08 UTC
Comments