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

Revision history [back]

Yes, this is possible. You just have to use your custom TCP communication code inside a ROS node. You can then, for example receive data on a ROS topic via a callback, process it, and send it out to the non-ROS computer using your custom TCP connection setup.