-
Notifications
You must be signed in to change notification settings - Fork 269
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
SystemLoader ignores XML content when loading plugins through LoadPlugin(...) #2322
Comments
It looks like we need a new API for adding systems programmatically with XML content. The current gz-sim/src/SimulationRunner.hh Lines 117 to 120 in 8a56f02
|
Unfortunately, both |
Yes, I think it would be great to have a Another thought is to extend |
Not sure I get this one... Isn't this possible already through these interfaces: gz-sim/include/gz/sim/ServerConfig.hh Lines 391 to 398 in 633ce72
|
Unfortunately, those APIs don't work if the SDF file doesn't have any plugins and instead wants to just use the default set. When calling |
I see. OK, I will give it a try. |
Environment
Description
Steps to reproduce
SystemLoader
(extracted from here):Output
You should get on your console:
When you should actually be getting something like:
The text was updated successfully, but these errors were encountered: