Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::policy::GazeInterestPolicy Class Reference
Inheritance diagram for edu::wpi::hri::gen::policy::GazeInterestPolicy:
Detailed DescriptionThe gaze interest policy is used for semi-simulating curiosity. This policy ensures that when the participant starts an extended action, the robot will look at what the participant is doing. Definition at line 55 of file GazeInterestPolicy.java. Constructor & Destructor Documentation
Create a new gaze interest policy to ensure that the curiosity continues.
Definition at line 75 of file GazeInterestPolicy.java. Member Function Documentation
Definition at line 93 of file GazeInterestPolicy.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 GazeInterestPolicy.java.
Shutdown this objects subscribers to extended actions. Definition at line 88 of file GazeInterestPolicy.java. Member Data Documentation
Definition at line 59 of file GazeInterestPolicy.java.
Definition at line 58 of file GazeInterestPolicy.java. The documentation for this class was generated from the following file:
|