nodes with 2 computers [closed]
Hi, I am trying to make a node on one computer(computer A) with some publishers and some services and try to read the messages and call some services with another computer(computer B).
computer A(ip is 192.168.1.100) and computer B(ip is 192.168.1.101) are connected since they can ping each other
computer A runs a roscore since it is the master.
on computer A, I set the ROS_MASTER_URI at http://localhost:11311 on computer B, I set the ROS_MASTER_URI at http://192.168.1.100:11311 and the ROS_HOSTNAME at 192.168.1.101
and yet it doesn't work, I don't even receive the topics messages,
I am sure I am doing something wrong or maybe didn't configure my network properly.
Does someone happen to know how to solve the problem?
Thank you so much for your help.
edit : Just for updates, when on the computer B I do rostopic list I receive the list of topics that is running on the computer A, so the configuration is good.
However, I didn't try for the services, but on the computer B I can't receive the image coming from a kinect that is on the computer A.
Did anyone have this problem before?