rosnode getting params from the parameter server
Hi,
Is it possible to tell during runtime, which nodes are using which params from the parameter server? (just like it's possible to tell which nodes are listening to topics using the rostopic info command) Also, are params 'latched' to a node. Is it possible to change the param value and have the node get the new value?
Thank you.