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

Revision history [back]

click to hide/show revision 1
initial version

Isn't it just because of the nature of the TCP protocol (on which rosbridge is based)? It will ensure that your data is sent with a built-in re-try mechanism. If your goal is to keep the video/image data running and allow frame drops, you may want to consider implementing a proxy server to send your raw/compressed image over a UDP protocol-based socket and do other stuff from there.