rosinterface can't deliver messages

Typically: "How do I... ", "How can I... " questions
Post Reply
yuntao
Posts: 7
Joined: 17 Aug 2018, 06:53

rosinterface can't deliver messages

Post 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.

fferri
Posts: 1216
Joined: 09 Sep 2013, 19:28

Re: rosinterface can't deliver messages

Post 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?

Post Reply