From
http://www.ros.org/wiki/ROS/Parameter%20Server%20API
or from the NodeHandle API (the getParamCached methods) we see that it is possible to have a parameter cached and updated locally on changes.
Does the API provide a way to attach a callback function to these updates?
↧