ROS-USARSim: sending command over TCP connection
PC1: ROS
PC2: Simulator (Usarsim) [172.15.15.60/3000]
I wish to send a ros command to work on PC2(simulator). therefore first i need to establish a TCP connection to 172.15.15.60 and port no is 3000.
i wish to write a cpp file, guide me where to start.