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

Add an sdf::ParserConfig object to ServerConfig #2771

Open
scpeters opened this issue Feb 12, 2025 · 0 comments
Open

Add an sdf::ParserConfig object to ServerConfig #2771

scpeters opened this issue Feb 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@scpeters
Copy link
Member

Desired behavior

Currently the gz::sim::Server constructor creates an sdf::ParserConfig object from sdf::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 a gz::sim::Server to configure this behavior.

Alternatives considered

Implementation suggestion

Additional context

@scpeters scpeters added the enhancement New feature or request label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Inbox
Development

No branches or pull requests

1 participant