Limit access to topics?
Is this possible? I have topics that I want to share in my own subsystem, but don't want exposed to external nodes because it's really not data that they should be using.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is this possible? I have topics that I want to share in my own subsystem, but don't want exposed to external nodes because it's really not data that they should be using.
There is no way to limit access to a specific topic. For this sort of limitation a common approach is to isolate the network with the internal subsystem and run the "public" master and use some of the multi-master tools to expose the specific topics you wish available on the public master.
The topics will only be transferred to nodes that request them. If they are not requested, data is not sent. All this is handled by the rosmaster.
Asked: 2015-01-17 17:04:48 -0600
Seen: 569 times
Last updated: Jan 18 '15
What is the convention for topic name parameterization?
Unstable communication when using large number of nodes / topics
Can several publishers publish on a single topic
Several publishers on a single topic. How does it work?
Topic that publishes Current Pose of TurtleBot
Is it possible to remap topics at runtime?