You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The great @azeey first impression was: "It looks like the breaking change is that we added a prefix to nested models when flattening (#399). Running gz sdf -p frame.world shows that the joint is looking for sub_door::door. In Gazebo7, there is a model called sub_door. In Gazebo11, that model is now hinged_door_frame::sub_door. For some reason, the flattening logic is not handling that properly
Expected behavior: the name got resolved correctly
Actual behavior: failing to resolve the name, error message is emitted
Steps to reproduce
Download the example repository in the description
Environment
Description
In the test case provided in https://github.com/j-rivero/sdf_bug, Gazebo11 is complaining with:
when using an SDF similar to:
The great @azeey first impression was: "It looks like the breaking change is that we added a prefix to nested models when flattening (#399). Running
gz sdf -p frame.world
shows that the joint is looking for sub_door::door. In Gazebo7, there is a model called sub_door. In Gazebo11, that model is now hinged_door_frame::sub_door. For some reason, the flattening logic is not handling that properlySteps to reproduce
GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:${PWD} gazebo --verbose frame.world
The text was updated successfully, but these errors were encountered: