ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.