Gazebo | Ignition | Community
Ask Your Question
1

When launching gazebo no GUI overlay apears, and 'undefined symbol' error is printed in terminal

asked 2018-06-17 06:47:24 -0500

arturs gravatar image

Hi. I followed GUI overlay tutorial "Display Simulation Time". When launching Gazebo no GUI overlay appears, and following error is printed in the terminal:

[Err] [Plugin.hh:180] Failed to load plugin /.../ libgui_example_time_widget.so: undefined symbol: _ZN5QTest18lastMouseTimestampE [Err] [RenderWidget.cc:311] Unable to create gui overlay plugin with filename[libgui_example_time_widget.so]

The other tutorial "Spawn spheres" results in similar error

I am using Gazebo 9.0.0 Ubuntu 18.04 LTS Qt version 5.9.5

edit retag flag offensive close merge delete

Comments

chapulina gravatar imagechapulina ( 2018-12-04 14:56:44 -0500 )edit

This issue is apparently not publicly visible :/

deb0ch gravatar imagedeb0ch ( 2020-05-13 05:33:16 -0500 )edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2018-07-19 01:26:40 -0500

arturs gravatar image

I installed Ubuntu 16.04 LTS, and now this problem is gone, GUI overlays works as expected.

Now there is this weird behavior in model editor, when resizing shapes (In previous setup with ubuntu 18.04 it worked just fine ), but since i don't need to use model editor, it's not a problem.

edit flag offensive delete link more
0

answered 2018-12-13 07:18:30 -0500

jordan gravatar image

Hi guys,

I am working with gazebo 9 on Ubuntu 16.04. I have just installed it through this command: curl -sSL http://get.gazebosim.org | sh

I have tried both of your solutions and none of them is working for me.

Do you have an idea how to fix this issue ?

edit flag offensive delete link more
0

answered 2018-12-04 22:24:30 -0500

chapulina gravatar image

Here's a pull request fixing Gazebo's built-in plugins:

https://bitbucket.org/osrf/gazebo/pul...

For custom plugins, the quickest solution is to add ${Qt5Test_LIBRARIES} to the link libraries, or to remove #include <gazebo/gui/gui.hh> and include specific headers instead.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-17 06:47:24 -0500

Seen: 1,354 times

Last updated: Dec 04 '18