How to establish a TCP connection
I need to implement something that could send data from a not-ROS-running System(A) to a ROS-running System(Z) and later sending data from Z back to A using a TCP connection (using socket). I was looking for something on that page http://wiki.ros.org/ROS/TCPROS but it is not clear for me. Are there any tutorials/codes to launch a server on a ROS-running System and listening for clients? Are there any packages that allow to implement TCP communication?
Hello, did you solve your problem? Now i have the same Problem. I really want to know what you have done. And i can not run the code from https://github.com/abhinavjain241/com... in ROS. I look forward to your answer.