Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::policy::HIMFGPolicy Class Reference
Inheritance diagram for edu::wpi::hri::gen::policy::HIMFGPolicy:
Detailed DescriptionThe Human Initiated Mutual Facial Gaze (HIMFG) Policy determines whether to look back at the participant or not. The reason for not looking would be if another node has locked the gaze onto a specific object. Definition at line 55 of file HIMFGPolicy.java. Constructor & Destructor Documentation
Create a new HIMFG Policy to look back at the participant if possible
Definition at line 73 of file HIMFGPolicy.java. Member Function Documentation
Definition at line 94 of file HIMFGPolicy.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 103 of file HIMFGPolicy.java.
Shutdown the subscriber this object uses for human initiated mutual facial gazes. Definition at line 89 of file HIMFGPolicy.java. Member Data Documentation
Definition at line 59 of file HIMFGPolicy.java.
Definition at line 58 of file HIMFGPolicy.java. The documentation for this class was generated from the following file:
|