Git Product home page Git Product logo

nao_interaction's Introduction

nao_interaction

ROS stack for the Nao robot implementing NAOqi functionalities.

nao_interaction's People

Contributors

vrabaud avatar etsardou avatar nlyubova avatar kochigami avatar k-okada avatar tarukosu avatar

Stargazers

mondo bongo studios inc. avatar  avatar Mirek Koldus avatar Robin Raj SB avatar Hiep Nguyen avatar Yi Xiao avatar Tucker Wash avatar cazaf avatar Edouard DUPIN avatar  avatar

Watchers

Séverin Lemaignan avatar  avatar  avatar James Cloos avatar Isaac Saito avatar Miguel Sarabia  avatar  avatar Mikael Arguedas avatar  avatar  avatar Felip Martí avatar Victor Paléologue avatar  avatar  avatar

nao_interaction's Issues

[/nao_audio/master_volume] responded with an error: service cannot process request: handler returned invalid value

Hello,

I'm trying to use the nao_audio node of the nao_interaction package to change the volume of NAO, but I'm having the following error when calling the /nao_audio/master_volume ROS Service:

$ roslaunch nao_bringup nao_full_py.launch nao_ip:=nao.local

$ roslaunch nao_interaction_launchers nao_audio_interface.launch nao_ip:=nao.local

$ rosservice call /nao_audio/master_volume "master_volume:
  data: 0" 
ERROR: service [/nao_audio/master_volume] responded with an error: 
service cannot process request: handler returned invalid value: 
Invalid number of arguments, args should be [] args are(<class 'std_srvs.srv._Empty.EmptyResponse'>,)

I'm using ROS Kinetic, however, I'm not sure if this error is related to the ROS version. I'm not very familiar with ROS in Python, but I had a look to the node nao_audio/nodes/nao_audio.py

All the returns are:
return EmptyResponse

Shouldn't be?:
return EmptyResponse()

I have replaced all the returns and now I have this error:

$ rosservice call /nao_audio/master_volume "master_volume:
  data: 0" 
ERROR: service [/nao_audio/master_volume] responded with an error: 
service cannot process request: handler returned invalid value: 
Invalid number of arguments, args should be [] args are(,)

Any suggestions?

Thanks!

Kindly ask for next release

I'd like to have a released version of nao_interaction_msgs for Travis test of ros-naoqi/naoqi_driver#97.
(Especially, I need GetAudioMasterVolume.srv and SetAudioMasterVolume.srv created in #10)

Could anyone help me?, or could anyone tell me the way to the instruction for releasing a package?

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.