RosClient.off

RosClient.off(event_name, callback=None)

Remove a callback from an arbitrary named event.

Parameters
  • event_name (str) – Name of the event from which to unsubscribe.

  • callback – Callable function. If None, all callbacks of the event will be removed.