dynamic_reconfigure with large parameter sets
From looking at dynamic_reconfigure it seems that 'sub-namespaces' (next best term that came to my mind) for parameters are not supported. My scenario involves a robot with quite a few parameters on a per joint basis. So essentially, there are PID gains and multiple more parameters per joint. It would be natural to have those sorted like 'joint0/p_gain','joint0/d_gain'; 'joint1/p_gain','joint1/d_gain' etc. Is it possible to achieve something like this with dynamic_reconfigure or another option?