ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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.