ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
As far as I know: No.
It wouldn't also be quite usable, because when everyone uses the same public master, you will have a lot of conflicts.
In addition it will also not solve your problem. The ROS master doesn't route anything. It just provides a central lookup, so nodes/topics/services can find themselves. The connections are made directly between nodes and do not go over the master.