-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Display is auto-disabled after minimazing main window #918
Comments
Can you please be more specific? What's the behavior that you are seeing, and what do you expect to happen? Screenshots might help here. |
void Display::setAssociatedWidget(QWidget * widget) associated_widget_ = widget; There is a connection between associated_widget_panel_ RenderPanel visibility and Display "enability". When rviz main window is minimized by clicking minimize button, which makes ImageDisplay RenderPanel unvisible, the ImageDisplay would become disabled and has to be manually re-enabled by checking the ImageDisplay enable property. There is a suppress_hiding_associated_widget_panel_ flag in rviz1 which is different from rviz2. I did not dig further because simply removing the connection works fine in my situation. |
Same issue here. The same problem occurs also with the Camera Display plugin. |
Image Display is auto-disabled after minimazing main window in ROS2 Galactic/Humble, which is different from ROS1 Melodic/Noetic
The text was updated successfully, but these errors were encountered: