Is there a public ROS MASTER available?
Dear All. Since in our lab, we can not use socket to send information between different computers, so if there is a public ROS MASTER available, we can set it as the default ROS master, then we can use it to talk and listen with ROS node. export ROSMASTERURI=http://public_Master:11311
Best regards. Zhenli
Asked by zhenli on 2013-02-06 08:03:22 UTC
Answers
This will not work. Even if you had a public roscore running, which is reachable from all your computers, you wont be able to exchange any data. You need full bi-directional connectivity between all nodes that should communicate through ros. Not just from each node to the master.
Edit: Damn, didn't see, that its a duplicate. Go with the answer given by @dornhege in your first question: http://answers.ros.org/question/54477/is-there-a-public-ros-matster-available/
Asked by Ben_S on 2013-02-06 08:24:33 UTC
Comments