Latency between nodes
Hey,
Let's imagine that I have the following three nodes :
- Nodes A and B are running on machine 1.
- Node C is running on machine 2 (Roscore runs on machine 2).
Machines 1 and 2 are on the same ROS network . If you ping machine 2 from machine 1, you'll get around 50 ms of delay.
My question is pretty simple, what will be the delay if node A is communicating with node B ? Will it be less than 50 ms since both nodes are running on the same machine or will it go through machine 2 ?
Cheers