how to publish the same node on different laptops under one master node
Hi all, Here is my setup. I have a multi-robot task where i setup an ad-hoc network and set the master uri to one of the 3 laptops. 2 laptops on the 2 robots and 1 laptop is in the middle. I have 2 icreate robots which will run the non-master nodes. For basic coordination, i defined a custom message with 2 fields where the master node running laptop listens the robot id and their states. the laptops on the robots will be running the same node to publish their id and state. However, as there is one master node , the same node cannot be run on the laptops. I can guess that i should do something like group namespacing. any help is appreciated.