-
Notifications
You must be signed in to change notification settings - Fork 1
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
gz-sim: empty_gui.sdf #1614
Comments
Interested in ! |
Issue when running the first command ( So the tutorial in the sdf file is incorrect. Should I update this tutorial or is it the SDF file that is incorrect ? (and it should effectively be an empty world) |
Yes please update the SDF file! |
After more investigation, I think this SDF makes no-sense with this version. In fact, everything is set up correctly because of the I think the best option is to remove it completely. If ok for you, I can open a PR. |
oh good catch, that's a behavior change in newer versions. This should prevent all other plugins from being loaded: diff --git a/examples/worlds/empty_gui.sdf b/examples/worlds/empty_gui.sdf
index 0975a4f14..54df8c2e3 100644
--- a/examples/worlds/empty_gui.sdf
+++ b/examples/worlds/empty_gui.sdf
@@ -37,6 +37,10 @@ This example helps illustrate the interaction of the MinimalScene with other GUI
<world name="empty_gui">
+ <gz:policies>
+ <include_gui_default_plugins>false</include_gui_default_plugins>
+ </gz:policies>
+
<gui fullscreen="0">
<plugin filename="MinimalScene" name="3D View">
<gz-gui> Can you see if that works for you? If so, we can keep this demo world |
Indeed, it fix the issue. I created a PR : gazebosim/gz-sim#2591 |
Configuration
Links
Process
Step 1 - Instructions work
Step 2 - Images (if there are any) match the result
The text was updated successfully, but these errors were encountered: