ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Did you mean to comment out the line in your code:
nodeConfiguration.setMasterUri(URI.create("http://192.168.13.7:11311"));
Did you try the patch here
http://answers.ros.org/question/12771/running-android_tutorial_pubsub?answer=18845#post-id-18845
It uses setMasterUri(getMasterUri()). That worked for me.
Or maybe you have a network problem. What is your setup?