ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is there a public ROS MASTER available? [closed]

asked 2013-02-06 07:03:22 -0500

zhenli gravatar image

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 ROS_MASTER_URI=http://public_Master:11311

Best regards. Zhenli

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Ben_S
close date 2013-02-06 07:33:54

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-06 07:24:33 -0500

Ben_S gravatar image

updated 2013-02-06 07:33:39 -0500

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/

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-06 07:03:22 -0500

Seen: 131 times

Last updated: Feb 06 '13