You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile the library on Ubuntu 18.04, however I'm encountering some issues as I will report in the following:
CMake Error at /opt/ros/melodic/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.
I'm trying to compile using the following procedure:
Create catkin_ws/src
Clone the repository in the src directory
catkin_make
I've already tried setting the CMAKE_PREFIX_PATH and the gazebo_DIR however none of this solutions worked.
I've also installed libgazebo-dev as suggested in ros-simulation/gazebo_ros_pkgs#813 but it doesn't solve the problem either.
I've tried using different gazebo versions but the same error presents both in gazebo 9 and gazebo 11.
I mention that the configuration file is in the system as
Hello,
I'm trying to compile the library on Ubuntu 18.04, however I'm encountering some issues as I will report in the following:
I'm trying to compile using the following procedure:
I've already tried setting the
CMAKE_PREFIX_PATH
and the gazebo_DIR however none of this solutions worked.I've also installed
libgazebo-dev
as suggested in ros-simulation/gazebo_ros_pkgs#813 but it doesn't solve the problem either.I've tried using different gazebo versions but the same error presents both in gazebo 9 and gazebo 11.
I mention that the configuration file is in the system as
Thank you!
The text was updated successfully, but these errors were encountered: