Global dynamic reconfigure over multiple nodes
Hi everybody.
I am facing a difficulty designing a dynamic reconfigure node.
My package's configuration consists of three nodes, each one with a dynamic reconfigure of its own.
I would like to have parameters common to all three nodes, which are changed in all of them by accessing and modifying some kind of "global" dynamic reconfigure parameter regime.
Is something like this possible?
Thank you in advance.