ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

rwidyarini's profile - activity

2013-02-20 17:03:49 -0500 answered a question Talker issue on Android pubsub tutorial

Thank you for the solution, it really helped. In my case, I changed "NodeConfiguration nodeConfiguration = NodeConfiguration.newPrivate();" to "NodeConfiguration nodeConfiguration = NodeConfiguration.newPublic(InetAddressFactory.newNonLoopback().getHostAddress().toString(), getMasterUri());"

and also add import org.ros.address.InetAddressFactory;