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

Sending data as a message (ie memory copies) is significantly faster than writing it to disk.

Have a look at these latency numbers for a comparison of the speed of different operations, and remember that ROS message passing (network traffic) between different nodes on the same computer is actually just a memory copy, and never uses the network hardware.