Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::policy::HIDGPolicy Class Reference
Inheritance diagram for edu::wpi::hri::gen::policy::HIDGPolicy:
Detailed DescriptionThe Human Initiated Directed Gaze (HIDG) Policy determines whether to look at the objects the participant is referencing, or not. The reason for not looking would be if another node has locked the gaze onto a specific object. Definition at line 56 of file HIDGPolicy.java. Constructor & Destructor Documentation
Create a new HIDG Policy to look at the objects that the participant is referencing, if possible
Definition at line 75 of file HIDGPolicy.java. Member Function Documentation
Definition at line 95 of file HIDGPolicy.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 109 of file HIDGPolicy.java.
Shutdown the subscriber this object uses for human initiated directed gazes. Definition at line 90 of file HIDGPolicy.java. Member Data Documentation
Definition at line 60 of file HIDGPolicy.java.
Definition at line 59 of file HIDGPolicy.java. The documentation for this class was generated from the following file:
|