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

Allow dependencies to be defined for generate_dynamic_reconfigure_options #197

Open
BoyanH opened this issue Aug 23, 2023 · 0 comments · May be fixed by #198
Open

Allow dependencies to be defined for generate_dynamic_reconfigure_options #197

BoyanH opened this issue Aug 23, 2023 · 0 comments · May be fixed by #198

Comments

@BoyanH
Copy link

BoyanH commented Aug 23, 2023

Why? (my usecase)
I am using catkin_virtualenv to manage my Python dependencies and XML files to describe a simulation environment. Each file can have multilpe scenarios or things that can happen in that environment. There is a library for parsing these XML files, which I would like to use to retrieve the set of possible (environment, scenario) tuples and allow each of them to be selected via dynamic_reconfigure.

Why? (perhaps more common usecase)
As I found on answers.ros.org, some users might be interested in using the messages of the current package in config files.

BoyanH added a commit to BoyanH/dynamic_reconfigure that referenced this issue Aug 23, 2023
BoyanH added a commit to BoyanH/dynamic_reconfigure that referenced this issue Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant