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

Struggling with rosjava and android tutorials

asked 2011-07-19 07:14:56 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I finally got the code installed, and built some how,, I even got the PubSubTutorial to download to my Samsung S but code keeps crashing at new WebServer.

  public NodeServer(BindAddress bindAddress, AdvertiseAddress advertiseAddress) {
    InetSocketAddress address = bindAddress.toInetSocketAddress();
    server = new WebServer(address.getPort(), address.getAddress());
    this.advertiseAddress = advertiseAddress;
    this.advertiseAddress.setPortCallable(new Callable<integer>() {
      @Override
      public Integer call() throws Exception {
        return server.getPort();
      }
    });
    startLatch = new CountDownLatch(1);
  }

Any ideas?

Do I need to have a ROScore running on the phone, cant I just run a node on the phone and the Core/Master on my PC?

edit retag flag offensive close merge delete

Comments

Could you provide some more information? A stack trace would be useful.
damonkohler gravatar image damonkohler  ( 2011-07-21 20:57:54 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-09-02 10:52:36 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Without posting more information this question cannot be answered, please follow the guidelines here: http://www.ros.org/wiki/Support.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-07-19 07:14:56 -0500

Seen: 504 times

Last updated: Sep 02 '11