Skip to content
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

URDF model included in SDF 1.6 model included in SDF 1.6 world is silently corrupted in Gazebo 11 #2739

Open
traversaro opened this issue May 20, 2020 · 1 comment

Comments

@traversaro
Copy link
Collaborator

When a URDF model is included in a SDF 1.6 model that is itself included in a SDF 1.6 world, and that work is opened in Gazebo 11 from the command line, the model is silently corrupted, in a way similar to #2728 .

Minimal (Not) Working Example

The necessary files are available in urdf_included_in_sdf_1_6_included_in_sdf_1_6_world_mwe.zip, you can setup the enviroment as:

wget https://github.com/osrf/gazebo/files/4656925/urdf_included_in_sdf_1_6_included_in_sdf_1_6_world_mwe.zip
unzip urdf_included_in_sdf_1_6_included_in_sdf_1_6_world_mwe.zip
cd urdf_included_in_sdf_1_6_included_in_sdf_1_6_world_mwe
export GAZEBO_MODEL_PATH=`pwd`

after the environment has been setup, you can run the world gazebo world_sdf_1_6_include_model_sdf_1_6.world and see the problem:
world_1_6_1_6

Interestingly, if you use either a URDF model included in SDF 1.6 model included in SDF 1.7 world (world_sdf_1_6_include_model_sdf_1_7.world) or a URDF model included in SDF 1.7 model included in SDF 1.6 world (world_sdf_1_7_include_model_sdf_1_6.world) the issue is not present:
world_1_7_1_6

@traversaro
Copy link
Collaborator Author

traversaro commented May 20, 2020

This issue is similar to #2728, but given that it is not related to the spawning in the GUI at all, I thought that opening a separate issue was more clean. If necessary we can just mark this as a duplicate of #2728 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant