Indexing ROS2 topics/nodes based on host?
Hi Everyone,
I am wondering if I am able to index a topic based on the host IP? If I have 3 robots on one network and they all look for a cmd_vel
how can I index what topic to publish to? Do I have to prefix them all with /robot(n)_cmd_vel
? This is what ROS1 had to do, I thought ROS2 was better at this functionality.
"based on host" or 'robot'?
host != robot
in the general case I would say.