ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There's a similar API on the parameter clients method 'on_parameter_event' that I'd recommend looking at for subscribing to parameter events.

You can see an example of using it in conjunction with the ParameterEventsFilter helper class in the TimeSource implementation

There's a similar API on the parameter clients method 'on_parameter_event' that I'd recommend looking at for subscribing to parameter events.

You can see an example of using it in conjunction with the ParameterEventsFilter helper class in the TimeSource implementation

The register_param_change_callback should also work directly on the node object.