ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
ROSTCP is an adapter that lets ROS send messages over TCP for topics; not for general use.
If you want a TCP socket, use the standard OS interface for creating a TCP socket.
There are many good tutorials about this online; here are a few: