robotology / gz-sim-yarp-plugins

YARP plugins for Modern Gazebo (gz-sim).
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Failing in running Laser tests on Conda (Linux and macOS) #41

Open GiacomoBisio opened 1 year ago

GiacomoBisio commented 1 year ago

There are the following errors:

conda-forge ubuntu

Error while loading the library [/home/runner/micromamba/envs/gzyarppluginsdev/lib/gz-rendering-7/engine-plugins/libgz-rendering-ogre2.so]: libOpenGL.so.0: cannot open shared object file: No such file or directory
[Err] [RenderEngineManager.cc:534] Failed to load plugin [gz-rendering-ogre2] : couldn't load library on path [/home/runner/micromamba/envs/gzyarppluginsdev/lib/gz-rendering-7/engine-plugins/libgz-rendering-ogre2.so].

conda-forge macOS

Err] [Ogre2RenderEngine.cc:629] Unable to load Ogre Plugin[/Users/runner/micromamba/envs/gzyarppluginsdev/lib/OGRE-Next]. Rendering will not be possible.Make sure you have installed OGRE properly.
[Err] [Ogre2RenderEngine.cc:1131]  Unable to create the rendering window: OGRE EXCEPTION(3:RenderingAPIException): Out of GPU memory or driver refused.

The problem is the same for the Camera tests #42. See also #38 for other information.