ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Why am I getting worse performance with UDPROS than TCPROS?

asked 2014-04-09 00:50:28 -0500

Javier J. Salmerón García gravatar image

updated 2014-04-09 22:45:55 -0500

I am doing an experiment that consists on transferring JPG compressed stereo pairs from one node to another at 5Hz. I am measuring the message transfer time using two technologies: UDPROS and TCPROS. The frame sizes tested are 320x240 and 640x480.

The point is that the average message transfer times are better when using TCPROS. In the best case UDPROS matches the transfer times obtained with TCPROS (Very rarely UDPROS gets a little better). How is that possible? Am I doing something wrong?

The technology used is 802.11ac WiFi.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2014-04-10 01:29:50 -0500

I can confirm this observation. I'm not sure, but my explanation is:

  • Image messages are too large for just one UDP package.
  • Some UDP messages are lost.
  • Some images are dropped, because they are not transmitted completely
  • This images used bandwidth, but they are not counted, because they are corrupted
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2014-04-09 00:50:28 -0500

Seen: 413 times

Last updated: Apr 10 '14