ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi Joe, in rosjava you have to explicitly make sure, that the nodes bind to an external address. I dont know if the publisher and subscriber in the tutorial are getting configured that way.
How to bind a node to an external address is explained here: rosjava Node Tutorial
Another Testcase you could try is running the roscore on Computer A and both the listener and talker on Computer B. If my guess is correct that constellation should work...