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

Using generated virtualenv in dynamic_reconfigure #106

Open
BoyanH opened this issue Aug 23, 2023 · 0 comments
Open

Using generated virtualenv in dynamic_reconfigure #106

BoyanH opened this issue Aug 23, 2023 · 0 comments

Comments

@BoyanH
Copy link

BoyanH commented Aug 23, 2023

Is it possible to use the generated virtual environment to generate dynamic_reconfigure parameters? As I understand, dynamic_reconfigure's .cfg files are just Python scripts, so I imagine it would be possible to execute them in any environment.

Background on my usecase (the Why?)
I am using 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant