-
Notifications
You must be signed in to change notification settings - Fork 291
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
Don't fail silently when trying to load a world without -f #12
Comments
Original comment by Michael Grey (Bitbucket: mxgrey, GitHub: mxgrey). Thanks, that was the issue! 😅 Is there a particular reason we don't support the world file as a positional argument like the old Gazebo? If we want to commit to no longer supporting that, then we should at least update the help text, which currently says the command signature is:
which implies that you're required to pass a world file at the end as a positional argument ( Additionally, we could print console warnings if users pass in unexpected arguments or neglect to load a world at startup. |
Original report (archived issue) by Michael Grey (Bitbucket: mxgrey, GitHub: mxgrey).
Prerequisites
Description
Using all the latest ignition branches, nothing seems to render when I try to run a world in
ign-gazebo
. I haven't tried to run a fullign-gazebo
pipeline in a while, so it's hard to say how long this has been going on, but it was working fine as recently as mid-January.Steps to Reproduce
For me this happens when trying to run any world using
ign-gazebo
. E.g. from theign-gazebo
root directory:I get this:
And the following prints to the terminal:
And then during teardown:
Versions
I'm using all the
gz11
branches, ordefault
for repos that don't have agz11
branch (but theign-plugin1
branch forign-plugin
).Additional Information
I'm using Ubuntu 18.04 with an AMD graphics card. I've found AMD graphics cards to be a bit unreliable with OGRE, so maybe that's the culprit? But this issue only emerged recently.
Also worth noting, all of the tests pass on my machine for
ign-gazebo
,ign-gui
, andign-rendering
.The text was updated successfully, but these errors were encountered: