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

Revision history [back]

You are missing one step of wstool set. I your commands, you only added humanoid_msgs, but not the nao_robot packages.

You also need to run wstool set nao_robot --git git://github.com/ahornung/nao_robot.git and then run wstool update.

By the way, do not add the NaoQI SDK to your LD_LIBRARY_PATH, it could break all kinds of other programs and compilations! Only add the Python NaoQi SDK to your PYTHONPATH.