ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I found a workaround:
try:
del rospy.names.get_mappings()['__name']
except KeyError:
pass
However, I would prefer if rospy would have an option to force anonymity.