-
Notifications
You must be signed in to change notification settings - Fork 281
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
Unable to find URI (Fuel models) #280
Comments
I did a fresh install of Dome on Ubuntu 18.04, and ran the following world file:
The above downloaded the model and ran successfully. Can you try the above SDF file? |
I can run your SDF file correctly. |
@ahcorde pointed out that this is because of the newline in <uri>
https://fuel.ignitionrobotics.org/1.0/OpenRobotics/models/Coke
</uri> as opposed to <uri>https://fuel.ignitionrobotics.org/1.0/OpenRobotics/models/Coke</uri> This might be related to gazebosim/sdformat#322 |
I didn't have this problem with Is there anything else I can do? |
Yeah the problem is due to a change in SDF10.
To fix your problem locally, use the I'll close this issue for now, and let's follow up on the SDF issue. |
When I try to include a model from Fuel, for instance this one:
I get the following error when I
ign gazebo -v 4 myWorld.sdf
, after which the application ends:It's the same error with most of the Fuel models.
However, if I specify the model with meshes, it will load with no problems:
I didn't have that problem before updating Dome #262
For a more detailed information, this is the
sdf
file I'm trying to load:And this is the output:
Some more specific details about the issue:
Dome
installed from source. I've tried a clean build, but the problem keeps coming up.ign-fuel-tools5
andign-gazebo4
rm -rf ~/.ignition/fuel
The text was updated successfully, but these errors were encountered: