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

zxzhijia's profile - activity

2016-03-09 19:47:13 -0500 received badge  Famous Question (source)
2015-11-27 06:20:40 -0500 received badge  Notable Question (source)
2015-11-26 13:35:30 -0500 received badge  Popular Question (source)
2015-11-20 19:51:35 -0500 asked a question How to create TCP socket on Robot to communicate with PC?

I'm a new user of ROS. I'm trying to sending commend from a PC to a robot. The reason is that only my PC has a CUDA capable video card. My neural network program will run on the PC's GPU and send its output as the commend to the robot. My desktop is using Win7.

I know generally that I need to use TCP socket to let them communicate. But I don't know how to do that in detail. Can someone help me? Thank you.