RosClient.off RosClient.off(event_name, callback=None)[source] Remove a callback from an arbitrary named event. Args:event_name (str): Name of the event from which to unsubscribe. callback: Callable function. If None, all callbacks of the event will be removed.