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
Even though I copied the so file you mentioned to the /usr/lib/x86_64-linux-gnu/gz-sim-8 and /usr/lib/x86_64-linux-gnu/gz-sim-8/gui path, it still got the following error when I ran test.world:
aurora@aurora-Predator-PHN16-71:~/RGLGazeboPlugin/test_world$ $ gz sim sonoma_with_rgl.sdf
Library [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/libRGLServerPluginManager.so] does not export any plugins. The symbol [GzPluginHook] is missing, or it is not externally visible.
[Err] [SystemLoader.cc:107] Failed to load system plugin: (Reason: No plugins detected in library)
Resolved library path: [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/libRGLServerPluginManager.so]
Library [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/libRGLServerPluginInstance.so] does not export any plugins. The symbol [GzPluginHook] is missing, or it is not externally visible.
[Err] [SystemLoader.cc:107] Failed to load system plugin: (Reason: No plugins detected in library)
Resolved library path: [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/libRGLServerPluginInstance.so]
Library [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/gui/libRGLVisualize.so] does not export any plugins. The symbol [GzPluginHook] is missing, or it is not externally visible.
[GUI] [Err] [Application.cc:556] Failed to load plugin [libRGLVisualize] : couldn't load library on path [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/gui/libRGLVisualize.so].
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
I'd appreciate it if you could explain this for me?
ps: my ros2 version is humble and the gazebo sim is harmonic.
The text was updated successfully, but these errors were encountered:
Even though I copied the so file you mentioned to the /usr/lib/x86_64-linux-gnu/gz-sim-8 and /usr/lib/x86_64-linux-gnu/gz-sim-8/gui path, it still got the following error when I ran test.world:
aurora@aurora-Predator-PHN16-71:~/RGLGazeboPlugin/test_world$ $ gz sim sonoma_with_rgl.sdf
Library [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/libRGLServerPluginManager.so] does not export any plugins. The symbol [GzPluginHook] is missing, or it is not externally visible.
[Err] [SystemLoader.cc:107] Failed to load system plugin: (Reason: No plugins detected in library)
Library [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/libRGLServerPluginInstance.so] does not export any plugins. The symbol [GzPluginHook] is missing, or it is not externally visible.
[Err] [SystemLoader.cc:107] Failed to load system plugin: (Reason: No plugins detected in library)
Library [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/gui/libRGLVisualize.so] does not export any plugins. The symbol [GzPluginHook] is missing, or it is not externally visible.
[GUI] [Err] [Application.cc:556] Failed to load plugin [libRGLVisualize] : couldn't load library on path [/usr/lib/x86_64-linux-gnu/gz-sim-8/plugins/gui/libRGLVisualize.so].
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
I'd appreciate it if you could explain this for me?
ps: my ros2 version is humble and the gazebo sim is harmonic.
The text was updated successfully, but these errors were encountered: