NAOqi PeoplePerception - Overview | API
This module requires a robot with a 3D sensor.
Namespace : AL
#include <alproxies/alwavingdetectionproxy.h>
Returns: | The current value of MaxDistance (in meters). The default value is 2.5m. Please refer to ALWavingDetection for details. |
---|
Returns: | The current value of MinSize (in meters). The default value is 0.1m. Please refer to ALWavingDetection for details. |
---|
Sets the value of MaxDistance. Please refer to ALWavingDetection for details.
Parameters: |
|
---|---|
Returns: | true if the update succeeded. |
Sets the value of MinSize. Please refer to ALWavingDetection for details.
Parameters: |
|
---|---|
Returns: | true if the update succeeded. |
Raised when someone just waved at the robot.
Parameters: |
|
---|
Raised when someone just waved at the robot and the waving was detected ahead of the person. The most usual case is when the person waved with one of his/hers arm, but it has not been possible to detect which arm he/she was using.
Parameters: |
|
---|
Raised when someone just waved at the robot and the waving was detected on the left size of the person. The most usual case is when the person waved with his/her left arm.
Parameters: |
|
---|
Raised when someone just waved at the robot and the waving was detected on the right size of the person. The most usual case is when the person waved with his/her right arm.
Parameters: |
|
---|
Says whether or not the person is waving at the robot. To have more information about the waving and its position with respect to the body of the person, it is possible to use the 3 next keys: IsWavingLeft, IsWavingRight and IsWavingCenter. <ID> is the ID of the person (see ALPeoplePerception API).
Is set to true when some movements have been detected ahead of the body of the person. The most usual case is when the person is waving with one of his/her arms, but it has not been possible to detect which arm he/she was using. <ID> is the ID of the person (see ALPeoplePerception API).
Is set to true when some movements have been detected on the left size of the person. The most usual case is when the person is waving with his/her left arm. <ID> is the ID of the person (see ALPeoplePerception API).
Is set to true when some movements have been detected on the right size of the person. The most usual case is when the person is waving with his/her right arm. <ID> is the ID of the person (see ALPeoplePerception API).