ros 2 parameter design
HI,
How will a ros 2 node using parameters, be notified regarding any change in its parameters values ?
Will it be through using the register_param_change_callback(callback T)
funtion ? Is there any demo examples using this ?
Thank you for your help.