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
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
We have got some issues with the GUI plugins tutorials: Link Text
We have to precise that we followed the tutorial meticulously and we didn’t skip any step.
Every time we try to start gazebo with any kind of GUI plugins we receive this type of error message:
[Err] [Plugin.hh:180] Failed to load plugin /usr/local/lib/libgui_example_spawn_widget.so: /usr/local/lib/libgui_example_spawn_widget.so: undefined symbol: _ZN5QTest18lastMouseTimestampE
[Err] [RenderWidget.cc:311] Unable to create gui overlay plugin with filename[libgui_example_spawn_widget.so]
We have of course added the plugin path into GAZEBO_PLUGIN_PATH.
Moreover, we have tried to run gui plugin with the ~/.gazebo/gui.ini or through a sdf file or with the command gzclient –gui-client-plugin. We always have the same issue.
This issue occurred only with the GUI plugins, we didn’t have any problems with other type of plugin.
We are working with Gazebo 9.4.1 on Ubuntu 18.0.4
Do you have some idea how can we fix this issue ?
The text was updated successfully, but these errors were encountered:
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
I just ran into this as well, it seems to only happen on 18.04. Apparently the GUI plugins are expecting symbols from QTest, which shouldn't happen. Linking plugins against QTest as follows solves the problem, but is not a good idea:
Original report (archived issue) by Anonymous.
Hello,
We have got some issues with the GUI plugins tutorials: Link Text
We have to precise that we followed the tutorial meticulously and we didn’t skip any step.
Every time we try to start gazebo with any kind of GUI plugins we receive this type of error message:
We have of course added the plugin path into
GAZEBO_PLUGIN_PATH
.Moreover, we have tried to run gui plugin with the
~/.gazebo/gui.ini
or through a sdf file or with the commandgzclient –gui-client-plugin
. We always have the same issue.This issue occurred only with the GUI plugins, we didn’t have any problems with other type of plugin.
We are working with Gazebo 9.4.1 on Ubuntu 18.0.4
Do you have some idea how can we fix this issue ?
The text was updated successfully, but these errors were encountered: