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.