Nao_logger.py no module named qi [closed]

asked 2014-11-19 20:39:48 -0500

jlahey gravatar image

Hey guys, I am trying to connect my nao via remote pc to ros and am running into some issues. It seems that I have my python path set correctly using

export PYTHONPATH=~/pynaoqi/pynaoqi-python-2.7-naoqi-1.14-linux32/:$PYTHONPATH

and when I run individual nodes it seems to connect to them fine except for the nao_logger.py node upon which I receive the following error.

Traceback (most recent call last): File "/opt/ros/hydro/lib/nao_driver/nao_logger.py", line 24, in <module> import qi

does anyone know what is causing this and how to fix it? Thank you so much.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Vincent Rabaud
close date 2014-12-13 03:12:48.593068

Comments

Hi, what version of naoqi are you using ? qi is a library that is only available on naoqi >= 2.0. Please try to fetch the package naoqi-robot available here, this problem has been fixed on this one if I remember well. https://github.com/ros-naoqi/naoqi_br...

marguedas gravatar image marguedas  ( 2014-12-04 04:20:59 -0500 )edit

The fix was pushed upstream indeed

Vincent Rabaud gravatar image Vincent Rabaud  ( 2014-12-13 03:12:32 -0500 )edit