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
Hi, I try build this plugin but I get this error after run sudo cmake ..
I use fedora35 so I cant run apt-get install libgazeboX-dev
what can I do for this problem ?
CMake Error at CMakeLists.txt:11 (find_package):
By not providing "Findgazebo.cmake" in CMAKE_MODULE_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 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.
The text was updated successfully, but these errors were encountered:
Hi, @BestSuperUser
This respository is plugin for Gazebo simulator so you have to install Gazebo simulator first.
Try https://src.fedoraproject.org/rpms/gazebo this built packages for Fedora first.
If package manager version doesn't work then you may need to try source build but won't be easy
Hi, I try build this plugin but I get this error after run
sudo cmake ..
I use
fedora35
so I cant runapt-get install libgazeboX-dev
what can I do for this problem ?
The text was updated successfully, but these errors were encountered: