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

Revision history [back]

click to hide/show revision 1
initial version

Yes. Multiple nodes can subscribe to the same topic. Multiple nodes can publish to the same topic.

I believe that each subscriber gets it's own buffer so there is no worry that one subscriber will get one message and the other subscriber will miss it - and if I'm wrong about that, I'm sure someone will be along shortly to correct me.