Closed
Description
There have been several recurring UNIT_SdfGenerator_TEST
failures on the master branch since the following build on August 21:
The following test failure provides a clue of the difference:
The original world file has the following uri:
<uri>https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Backpack/1/files/meshes/Backpack.dae</uri>`
The generated world file appears to have 2 URI's concatenated together:
<uri>file:///root/.ignition/fuel/fuel.ignitionrobotics.org/openrobotics/models/Backpack/1/https://fuel.ignitionrobotics.org/1.0/openrobotics/models/Backpack/1/files/meshes/Backpack.dae</uri>
I added some debugging print statements to the test in scpeters@a1490fb that confirm the other failures are connected to this same issue.
I think this may be related to gazebosim/gz-fuel-tools#85