ros / dynamic_reconfigure

BSD 3-Clause "New" or "Revised" License
48 stars 111 forks source link

Allow dependencies to be defined for generate_dynamic_reconfigure_options #197

Open BoyanH opened 10 months ago

BoyanH commented 10 months ago

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.