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

Adding nodes to ros topic

asked 2016-05-17 15:34:32 -0500

muscles gravatar image

Hi

Is it possible for more then one ros node to subscribe to the same topic. If yes then what's the maximum number of nodes one ros topic can handle?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-05-17 18:54:28 -0500

ahendrix gravatar image

updated 2016-05-17 18:54:55 -0500

Yes, it is possible for many ROS nodes to subscribe to one topic.

I don't believe there is a hard upper limit to the number of subscribers; the limit will mostly come from the performance of the computer. As a rough guess, I think it should be possible to have over 100 subscribers on a single topic; possibly many times that.

I'm not sure any testing has been done to validate the maximum number of subscribers or the performance impact of having very many subscribers. If you want to have lots (>100) of subscribers, you should write a simple test and validate that the publisher and subscriber work well in a scenario that is representative of your use case.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-17 15:34:32 -0500

Seen: 149 times

Last updated: May 17 '16