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

jlahey's profile - activity

2015-08-07 10:37:54 -0500 received badge  Notable Question (source)
2014-12-05 03:47:56 -0500 received badge  Popular Question (source)
2014-11-19 20:51:58 -0500 asked a question Nao_logger.py no module named qi

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.