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

All communication between ROS nodes, even on the same computer, uses TCP/IP (nodelets are the exception).

The [Errno 104] indicates a ECONNRESET error, ie: "connection reset by peer".

A packet trace (via tcpdump/wireshark) will be needed to diagnose this further.