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

How many nodes can publish to a single topic?

asked 2018-10-07 02:36:39 -0500

hamed ghasemi gravatar image

hello every body. I'm new in Ros and I have a simple question. How many nodes can publish to a single topic? thank you.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
10

answered 2018-10-07 05:29:44 -0500

gvdhoorn gravatar image

updated 2018-10-07 08:34:49 -0500

Theoretically? An infinite number of nodes publishers can publish to the same topic.

Practically? Until you run out of CPU, memory or network bandwidth. But even then there is no real limit, things will just get really, really, really slow and unreliable.

edit flag offensive delete link more
3

answered 2018-12-26 23:10:49 -0500

VictorArias gravatar image

Any number of nodes can publish, as long as the message has the right type.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-10-07 02:36:39 -0500

Seen: 2,844 times

Last updated: Dec 26 '18