NAOqi API & SDKs 2.4.1¶
Interaction engines - new services¶
New service: ALAutonomousBlinking¶
ALAutonomousBlinking enables the robot to make its eye LEDs blink when it sees someone and when it is interacting.
For further details, see: ALAutonomousBlinking.
New service: ALBackgroundMovement¶
ALBackgroundMovement triggers some slight movements that the robot does autonomously. If the robot makes some other motion (i.e. there is a call to a method of ALMotion), the background movements are stopped until the motion is done.
For further details, see: ALBackgroundMovement.
New service: ALListeningMovement¶
ALListeningMovement enables some slight movements showing that the robot is listening.
For further details, see: ALListeningMovement.
New service: ALSpeakingMovement¶
ALSpeakingMovement enables to start autonomously movements during the speech of the robot.
For further details, see: ALSpeakingMovement.
ALBasicAwareness - improvements¶
Pausing and resuming ALBasicAwareness¶
ALBasicAwareness can be paused, which means it will stop making the robot move until it is resumed.
For further details, see: Pausing and Resuming.
ALBasicAwareness: new methods¶
ALBasicAwareness: deprecated methods¶
Interaction engines - deprecated module¶
Deprecated module: ALAutonomousMoves¶
Deprecated modules | |
---|---|
ALAutonomousMoves | Use the ALBackgroundMovement and ALListeningMovement instead. |
ALAutonomousLife - improvements¶
ALAutonomousLife: new methods¶
Methods for Autonomous Ability management:
rand: new Trigger Condition operator¶
A new random operator returns a random value according to parameters.
For further details, see: Conditions expression language.
Audio¶
ALAnimatedSpeech: deprecated methods¶
Motion¶
ALMotion move methods improved¶
Pepper: Leg animations are now supported during move.
The former limitations during a Move command, are now removed. It is now possible to generate animation on the leg joints, using directly: HipPitch, KneePitch and even HipRoll joint.
ALTracker: new methods¶
Obstacle avoidance for ALRecharge¶
ALRecharge now uses ALNavigationProxy::navigateTo
when going to
the Charging station from far distance, so he is able to avoid obstacles.
Core¶
ALDiagnosis: new method and event¶
To summarize active and passive diagnostic results:
ALStore: deprecated module¶
ALStore has been deprecated. Do not use it.
Sensors & LEDs¶
ALTouch: new event¶
ALInfrared: deprecated module¶
ALInfrared has been deprecated and removed, use WiFi instead.
qi Framework¶
New: qi::Clock, guaranteed system-wide, useful for time-stamping things¶
libqi exposes several clocks, each of which having a distinctive set of properties.
For further details, see: qi clocks and qi Framework - ChangeLog.