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

jlzizmor's profile - activity

2016-04-19 10:51:44 -0500 received badge  Student (source)
2015-10-13 03:18:55 -0500 received badge  Famous Question (source)
2015-07-21 06:50:31 -0500 received badge  Notable Question (source)
2015-07-16 11:25:49 -0500 received badge  Popular Question (source)
2015-07-07 13:05:03 -0500 asked a question nao bringup error

I'm just getting started with a nao, and i'm getting an error when I try and run the bringup launch. I've been following the nao tutorials for ros and the install went fine. When I got to the getting started tutorial the code, the following line produces an error :

roslaunch nao_bringup nao_full.launch

error:

[I] 6927 qimessaging.transportserver: TransportServer will listen on: tcp://192.168.1.126:39105
[W] 7063 qimessaging.transportsocket: resolve: Host not found (authoritative)
[ERROR] [WallTime: 1436292007.715455] Could not create Proxy to "ALVideoDevice". 
Exception message:
    ALBroker::createBroker
    Cannot connect to tcp://<192.168.1.127>:9559
[INFO] [WallTime: 1436292007.751839] Stopping naoqi_camera
[INFO] [WallTime: 1436292007.752147] naoqi_camera stopped
[I] 6911 qimessaging.session: Session listener created on tcp://0.0.0.0:0
[I] 6911 qimessaging.transportserver: TransportServer will listen on: tcp://127.0.0.1:42822
[I] 6911 qimessaging.transportserver: TransportServer will listen on: tcp://192.168.1.126:42822
[W] 7076 qimessaging.transportsocket: resolve: Host not found (authoritative)
[ERROR] [WallTime: 1436292007.801604] Could not create Proxy to "ALVideoDevice". 
Exception message:
    ALBroker::createBroker
    Cannot connect to tcp://<192.168.1.127>:9559
[INFO] [WallTime: 1436292007.879432] Stopping naoqi_camera
[INFO] [WallTime: 1436292007.880013] naoqi_camera stopped
shutting down processing monitor...
... shutting down processing monitor complete
done

This is with roscore running. I've also tried this with and without running naoqi first. Both my computer and the nao are on the same network. In the Choregraphe program, the nao is also not visible.

EDIT JULY 6, 2015

I got Choregraphe to connect to my Nao by downloading a different version, version 1.14.5 instead of the latest build.

2015-06-19 10:03:56 -0500 commented answer turtlebot Failed to open port /dev/ttyUSB0

i'm having trouble finding create_driver.py file. i navigated to the turtlbot directory and only found file package.xml

is the turtlebot_create directory somewhere else?