ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
ROS does not currently support any kind of native tunneling across firewalls.
There are a few proxy nodes and bridge/aggregation nodes such as rosproxy and rosbridge that can proxy multiple topics and services from one ROS master to another, across a single TCP port; I've seen people use these to cross firewall and network boundaries.
I've also seen a number of solutions that use VPN to cross firewalls.