ros-naoqi / naoqi_bridge

ROS stack to interact with NAOqi
BSD 3-Clause "New" or "Revised" License
31 stars 45 forks source link

[naoqi_apps] add node and launch for ALListeningMovement #72

Closed kochigami closed 6 years ago

kochigami commented 8 years ago

This is for http://doc.aldebaran.com/2-4/naoqi/interaction/autonomousabilities/allisteningmovement-api.html#allisteningmovement-api.

memo:

kochigami commented 7 years ago
kochigami commented 6 years ago

confirmed with:

kochigami commented 6 years ago

When I use NAO, this doesn't work. That is because the latest NAOqi version for NAO is 2.1.4, which doesn't have a proxy to ALListeningMovement.

I added lines for checking NAOqi version ~and robot type~, ~but this is work in progress~. ref: http://doc.aldebaran.com/2-5/family/body_type.html?highlight=alrobotmodel http://doc.aldebaran.com/2-1/naoqi/motion/tools-general-api.html#ALMotionProxy::getRobotConfig

[edit] I finished adding lines for checking naoqi version. I decided to check naoqi sdk version inside a robot via ALSystem API (systemVersion). ref: http://doc.aldebaran.com/2-4/naoqi/core/alsystem-api.html#alsystem-api

nlyubova commented 6 years ago

Thank you!