ROS performace as number of topics increase
Hi,
I am very curious about how the latency and the communication speed decreases as I increase the number of topics. If I have a package creating 20 topic for control. Is that a good idea? I can make this into a single topic with 20 different options inside it.
I dont know If I am clear but I want to know if there are any guidelines on maximum number of topics a node can create/subscribe. What are the best practice in this regard? Any link or suggestion on it would be welcome. I believe rosservice and ros actionlib all use multiple topics underneath. How many topics does a rosservice create?
Thanking you, Benzun