GUI doesn't update wen GUI-Plugin is running
I'm trying to follow this tutorial from the gazebo website. When I load the world everything is fine and the label is displayed, but when i start the simulation, the time in the label doesn't change. When i resize the window the label text gets updated to the current time but then doesn't continue to run again. Does anybody know how to fix this or is there a way to force the gzclient GUI or the Q_Object to update?
Which version of Gazebo are you running? Run it with --verbose flag display any useful message?
I'm running gazebo11 inside a docker container. The --verbose flag doesn't say anything related with my issue. The only problem is that the gui of the label isn't updating everything else is working fine.
Any chance you found a solution to this? I'm having a similar issue