-
Notifications
You must be signed in to change notification settings - Fork 206
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
Invalid sdf error for gymkhana task #349
Comments
The cause of this error is using the same name for the buoyancy plugin while attaching it to multiple models that are themselves part of the same model. For example, the
The robotx_light_beacon model also uses the same buoyancy plugin name, but this doesn't seem to matter unless it is placed in a single sdf with another model that has the same plugin name. I'm not sure whether it's possible to override the default name of the plugin using the include tag. If not, this warning may not be worth fixing right now. |
Looking a little further, I'm confused why the include tag does not rename the plugin the way it renames the links and joints (see the description here: http://sdformat.org/tutorials?tut=composition). It seems like it should automatically change the name to something like @caguero What do you think? Is this a bug in |
On further investigation, I'm leaning toward the conclusion that these error messages themselves are the bug.
|
I've reported this as a bug in sdformat, here: gazebosim/sdformat#712 |
This pull request should fix our issue. |
This appears to still be a problem. Need to investigate why. |
Looks like this was fixed in libsdformat11 and backported to libsdformat9. According to the roadmap, this corresponds to |
To fix this error in particular, we need to increment to
|
Generally, we may want to migrate everything to |
Running the task 5 example with
Produces the following errors:
The text was updated successfully, but these errors were encountered: