(Not) publishing topics across different machines
Hi,
I'm working on a robot that is remotely controlled by my computer (via a launch-script that defines different 'machines'). Messages are published and received by different nodes on different machines and the machines are connected by a local Wifi-network.
I am not sure if my available bandwidth is limiting the data transfer (or execution times) and since I don't need all messages on all topics I have the following question: Is it possible to define that only specific topics are published across multiple machines while keeping other topics only on one machine, "invisible" to others?
Thank you very much in advance!
Best, Max