Do getParamCached() and dynamic_reconfigure have the same functions?
I want to reflect the changes in the parameters, in my node during run-time. In such a situation, which would be better to implement: getParamCached() or the dynamic_reconfigure package?
I know that the dynamic_reconfigure requires creating a cfg file. But getParamCached() can be implemented without any additional files.
So my question is if there would be a use case where dynamic_reconfigure implementation is advantageous over getParamCached()