using multiple robots with the same roscore on multiple machines
Hi,
I have 2 robots with the same code. They are running on multiple machines(each robot on one machine).
I have one node that needs to sync the data between them.
The question is, how I change the topics on the launch so that each robot will work with its own topics and still be able to configure the topic of the syncing node so it will be able to subscribe from the second robot topics.
I'm using ROS 1 Kinetic