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
There are other SDFormat parsing configurations that a user might like to set. Adding an sdf::ParserConfig object to ServerConfig would allow users who programmatically instantiate a gz::sim::Server to configure this behavior.
Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered:
Desired behavior
Currently the
gz::sim::Server
constructor creates ansdf::ParserConfig
object fromsdf::ParserConfig::GlobalConfig()
and uses it to configure the parsing behavior when loading the world from an SDFormat string or file.There are other SDFormat parsing configurations that a user might like to set. Adding an
sdf::ParserConfig
object to ServerConfig would allow users who programmatically instantiate agz::sim::Server
to configure this behavior.Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered: