In master/ slave how to send select topic data over different wifi connections?

asked 2018-02-23 01:54:40 -0500

ac gravatar image

For our project, we set up a master and slave network. We would like to simultaneously have two datalinks (2.4 GHz and 900 MHz) set up, and have specific topics publishing to them. We would like to be able to produce this workflow with one master and one slave. We would like to avoid using two master computers or virtual box, if possible. How are we able to set up this workflow?

edit retag flag offensive close merge delete

Comments

Can you clarify what you mean with 'master'? ROS has a 'master' component, but I don't think that is what you are referring to.

gvdhoorn gravatar image gvdhoorn  ( 2018-02-23 03:00:42 -0500 )edit

I doubt it is possible to do what you want with ROS specific tools, but I can imagine some solution with a multihomed system, nodes binding to specific IP addresses and using firewalls and custom routes to get traffic to flow over specific interfaces.

gvdhoorn gravatar image gvdhoorn  ( 2018-02-23 03:01:49 -0500 )edit