Delete all RViz markers in a specific namespace
Is there a way to delete all of the markers in a specific namespace without iterating through all ids that have been used in that namespace and deleting them individually? It seems that the DELETEALL action actually deletes everything in all namespaces, not just the given namespace.