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

Should allow setting camera properties from <gui><camera> #573

Open
azeey opened this issue Sep 21, 2023 · 1 comment
Open

Should allow setting camera properties from <gui><camera> #573

azeey opened this issue Sep 21, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@azeey
Copy link
Contributor

azeey commented Sep 21, 2023

Desired behavior

Currently, to set a camera property, e.g. it's pose, the user has to specify the MinimalScene plugin and set the value there. But this in turn disables all default plugins, so the user is forced to specify all the default plugins. It would be nice if the user can just set these properties in <gui><camera> and not have to specify any plugin.

Alternatives considered

none

Implementation suggestion

If the properties in <gui><camera> conflict with those manually set by the user in MinimalScene, the ones in <gui><camera> should be used.

@azeey azeey added the enhancement New feature or request label Sep 21, 2023
@azeey azeey added the help wanted Extra attention is needed label Feb 1, 2024
@Ryanf55
Copy link

Ryanf55 commented Apr 24, 2024

Is there any way to inherit GUI properties from a common sdf file? I am trying to reduce code duplication in my SDF's worlds, but every one of them needs a lot of duplicated <gui> even though they use similar layouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: To do
Development

No branches or pull requests

2 participants