Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::policy::GlancePolicy Class Reference
Inheritance diagram for edu::wpi::hri::gen::policy::GlancePolicy:
Detailed DescriptionThe glance policy is used to ensure that the robot looks at the participant at a regular interval. This interval is defined in the GenerationParams object by the GLANCE_DELAY_MS and GLANCE_DURATION_MS parameters. They define the time between looking at the face, and the minimum glance time, respectively. Definition at line 59 of file GlancePolicy.java. Constructor & Destructor Documentation
Create a new Glance Policy for ensuring that the robot looks at the participant at a regular interval. This policy is created at the beginning of the node, and does not die, since it will ensure that the glancing occurs.
Definition at line 80 of file GlancePolicy.java. Member Function Documentation
Definition at line 112 of file GlancePolicy.java.
Definition at line 92 of file GlancePolicy.java.
Definition at line 160 of file GlancePolicy.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 126 of file GlancePolicy.java.
Shutdown the Glance policy because Generation is going down. Definition at line 104 of file GlancePolicy.java. Member Data Documentation
Definition at line 63 of file GlancePolicy.java.
Definition at line 64 of file GlancePolicy.java.
Definition at line 61 of file GlancePolicy.java.
Definition at line 65 of file GlancePolicy.java.
Definition at line 62 of file GlancePolicy.java. The documentation for this class was generated from the following file:
|