We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There have been several recurring UNIT_SdfGenerator_TEST failures on the master branch since the following build on August 21:
UNIT_SdfGenerator_TEST
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
The text was updated successfully, but these errors were encountered:
@ahcorde noticed this same thing in #314 (comment)
Sorry, something went wrong.
They should be fixed when #271 is merged forward, see #321
Latest master branch build is blue: https://build.osrfoundation.org/job/ignition_gazebo-ci-master-bionic-amd64/29/
No branches or pull requests
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:
The generated world file appears to have 2 URI's concatenated together:
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
The text was updated successfully, but these errors were encountered: