Can I dynamically set a parameter for c++ node?
I have c++ node running, I am wondering can I change value of a parameter(define value in launch file) dynamically in that node(which means take effect without relaunch the launch file)?
Thanks in advance!