dynamic_reconfigure icon indicating copy to clipboard operation
dynamic_reconfigure copied to clipboard

Add an optional list of dependencies that will trigger regeneration when changed

Open corot opened this issue 6 years ago • 3 comments

The idea is to make easier to extract sets of parameters common to a variety of nodes into separated python modules that can be easily incorporated to different cfg files. This can be easily done by importing the common parameters, but the problem is that changing the file defining them will not trigger parameters regeneration; you must trigger it by touching the cfg file!

I use the DEPENDS keyword. Without it, you have the normal behavior.

In this move_base_flex issue I describe my particular uses case.

corot avatar Jun 30 '19 21:06 corot

@corot Do you have a repository I could use to verify this behavior?

mjcarroll avatar Sep 10 '19 18:09 mjcarroll

@corot Do you have a repository I could use to verify this behavior?

https://github.com/magazino/move_base_flex/commit/faf2dc8c4975d322ea39d03afa887ea7f7a216b3

corot avatar Sep 13 '19 23:09 corot

Any progress on this? @mjcarroll, do you need more details or additional information?

corot avatar Oct 23 '19 01:10 corot