I'm trying to create a gui plugin that visualizes some simple sensor data. I have a gui plugin that overrides paintEvent, but I'm not sure how get it to repaint when my subscriber callbacks are called. calling `repaint()` crashes gazebo most of the time.
↧