Page 1 of 1

rosinterface can't deliver messages

Posted: 28 Aug 2018, 03:05
by yuntao
HI, I am running multiple machines by ROS with one master core. On the client side, I am trying using vrep. The rosinterface in client side loaded successfully with the ros core on other computer. Actually, the rosinterface successfully register the topic into roscore. My problem is that, the rosinterface can't deliver or subscribe messages, even though, the topics look good. Does anyone have experiences with this situation, that rosinterface runs as client side.

Re: rosinterface can't deliver messages

Posted: 04 Sep 2018, 16:42
by fferri
Are you able to do basic communication using the rostopic tool between the client and the remote computer?

Can you post your code?