Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::policy::DefaultGazePolicy Class Reference
Inheritance diagram for edu::wpi::hri::gen::policy::DefaultGazePolicy:
Detailed DescriptionThe default gaze policy is to look at the human at all times. This means that the default gaze policy object should be responding to changes where the human is not being looked at. Definition at line 49 of file DefaultGazePolicy.java. Constructor & Destructor Documentation
Create a new default gaze policy which maintains that if nothing else is being looked at, look at the human.
Definition at line 70 of file DefaultGazePolicy.java. Member Function Documentation
Definition at line 104 of file DefaultGazePolicy.java.
The gazeChanged method is called when any change of status of the gaze occurs. The GazeKnowledge object will call each listener in the order in which they were added.
Implements edu::wpi::hri::gen::comm::GazeListener. Definition at line 91 of file DefaultGazePolicy.java.
Shutdown the face subscriber. Definition at line 86 of file DefaultGazePolicy.java. Member Data Documentation
Definition at line 53 of file DefaultGazePolicy.java.
Definition at line 54 of file DefaultGazePolicy.java.
Definition at line 52 of file DefaultGazePolicy.java. The documentation for this class was generated from the following file:
|