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

set_property to open/close a folder #169

Open
jwnimmer-tri opened this issue Feb 1, 2024 · 0 comments
Open

set_property to open/close a folder #169

jwnimmer-tri opened this issue Feb 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jwnimmer-tri
Copy link
Contributor

jwnimmer-tri commented Feb 1, 2024

In the context of RobotLocomotion/drake#20797, it would be helpful to allow programmatic remote control over the folder state.

One way to offer that would be a property message:

{
  "type": "set_property",
  "path": "/drake",
  "property": "folder_open",
  "value": true
}

When the value is true we'd call folder.open(), for false we'd call folder.close().

@jwnimmer-tri jwnimmer-tri added the enhancement New feature or request label Feb 1, 2024
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
None yet
Development

No branches or pull requests

1 participant