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

How does ROS Topic data transfer work with large data streams?

asked 2013-10-16 04:03:34 -0500

Javier J. Salmerón García gravatar image

updated 2013-11-18 17:04:27 -0500

tfoote gravatar image

I am studying ROS and I have the following question. When a node wants to transfer a relatively big data stream, for example, an image, how many TCP/IP connections are created to do such a transfer. One for the whole image or one per data packet?

Thank you in advance

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2013-11-18 17:05:31 -0500

tfoote gravatar image

Each topic connection will usually have a single connection which will carry many images.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-10-16 04:03:34 -0500

Seen: 446 times

Last updated: Nov 18 '13