s there a registry or similar for ROS2 which can support robots registering their presence and getting a namespace? This would seem to be a logical progression from setting each robot up with a different namespace, the difference being the nth jetbot or pibot would tell the registry something about itself and get an auto generated namespace in return.
It would also make sense to me some form of keep alive, either the registry would check that namespace has a topic still publishing or the robot could just send a token to the registry.
It could also make a big difference in mapping, e.g. robotx registers and starts outputting it’s sensor details and it’s local map which could be merged / converged.
Is there such a thing?