Giter VIP home page Giter VIP logo

Comments (1)

kochigami avatar kochigami commented on July 21, 2024

Hi,
I found two error messages in your log.
I hope these explanations help you.

  1. both launch files: Could not find network interface named eth0, possible interfaces are ... lo wlan0

Please check if you use wlan0 or lo by ifconfig.
Then, please add network_interface argument like this.
roslaunch naoqi_driver naoqi_driver.launch nao_ip:=10.0.0.19 roscore_ip:=10.0.0.52 network_interface:=wlan0

I also think we don't have to set roscore_ip argument, but I'm not sure.

  1. nao_full.launch: Please make sure that Aldebaran's NaoQI API is in your PYTHONPATH.") RuntimeError: Error importing NaoQI. Please make sure that Aldebaran's NaoQI API is in your PYTHONPATH.

Please install Python NAOqi SDK.
That is because nodes in pose_manager.launch require NaoqiNode, which require Python Naoqi SDK.

I put a link of README in my laboratory which explains how to install and set it.
https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_naoqi_robot/README.md
Please see jsk_naoqi_robot => Setup Environment => 1,2
This part in step2 explains how to set PYTHONPATH in your .bashrc file.

export PYTHONPATH=$HOME/pynaoqi/<your Python SDK package name>:$PYTHONPATH

from nao_robot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.