-
Notifications
You must be signed in to change notification settings - Fork 39
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
Potential bug in Collada importer #245
Comments
Are you compiling from
|
I just did a quick test with the
Is there an image that is missing here? |
Sorry, wrong commit. The good one is e70a75d . I'm using |
Not sure if it's related because one of the meshes loads but just in case I have included the texture in the |
Added these models as a test here: https://github.com/ignitionrobotics/ign-common/tree/placard_test Can confirm that it fails:
And the diff is as you say:
|
Hi, I can confirm the problem persists in Gazebo Sim, version 8.6.0 (binary package for Jazzy) |
Environment
Description
I have two almost exact
.dae
meshes. One of them loads and the other doesn't with the following error message:placard.zip
See the attached
.zip
containing two meshes.placard_2022.dae
loads butPlacard.dae
doesn't load. I recommend to runmeld
to see the differences. The diff shows just a difference inscene id
name and<instance_visual_scene url=
.Steps to reproduce
placard_2022.dae
into the scene. The mesh should load.Placard.dae
into the scene. The mesh doesn't load.The text was updated successfully, but these errors were encountered: