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

ROS node bridge for publish special topics over the internet

asked 2012-10-24 23:59:18 -0500

updated 2012-10-25 00:01:10 -0500

Hello,

I want a ROS node bridge to subscribe some topics (on my ros machine) and publish them over the internet, to other node that listen this and publish this in another machine with ROS.

I want that each machine have a roscore running in an independent way.

Is there any tool or package to do this? or should I do my own node for each situation?

Regards, Filipe

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-10-25 04:20:59 -0500

SL Remy gravatar image

Not sure what you mean by an "independent way", but take a look at the Multimaster SIG, and also (and likely more relevant for typical applications) the Network Setup page on the wiki.

In both cases you'll have to make sure that the machines in question can communicate without issue in both directions.

edit flag offensive delete link more

Comments

thanks trinighost

Filipe Santos gravatar image Filipe Santos  ( 2012-10-25 12:28:45 -0500 )edit
1

answered 2012-11-04 07:12:19 -0500

odestcj gravatar image

rosbridge could be used for this purpose:

http://www.youtube.com/watch?v=L-4TuNBiIRc

although multimaster maybe a better option for a ROS-to-ROS connection.

edit flag offensive delete link more

Comments

Does this option require both machines to be on the same (virtual private) network?

SL Remy gravatar image SL Remy  ( 2012-11-04 09:18:17 -0500 )edit

Hi odestcj, can you tell me if rosbridge v1.0 is running on ros fuerte?? I've try to use it but i've several communication problems... in addition i think that the v2.0 of rosbridge not support socket communication.. but just websocket.

pacifica gravatar image pacifica  ( 2012-12-04 00:03:57 -0500 )edit

Question Tools

Stats

Asked: 2012-10-24 23:59:18 -0500

Seen: 1,207 times

Last updated: Nov 04 '12