IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
whenFar Class Reference

Class that triggers a report when current state is far fromo target state. More...

Inheritance diagram for whenFar:
Inheritance graph
[legend]
Collaboration diagram for whenFar:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, theConfig, targSig)
 Constructor for whenFar trigger class. More...
 
def test (self, theSig)
 Check if a report should be triggered for the supplied signal. More...
 
- Public Member Functions inherited from Trigger
def __init__ (self, theConfig=CfgTrigger())
 Constructor for base trigger class. More...
 

Public Attributes

 targSig
 
- Public Attributes inherited from Trigger
 config
 

Detailed Description

Class that triggers a report when current state is far fromo target state.

If the signal differense is more than some specified quantity then trigger a report. Use when the the equality binary operator does not work (is not defined) or has non-robust behavior.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theConfig,
  targSig 
)

Constructor for whenFar trigger class.

Member Function Documentation

◆ test()

def test (   self,
  theSig 
)

Check if a report should be triggered for the supplied signal.

Reimplemented from Trigger.

Member Data Documentation

◆ targSig

targSig

The documentation for this class was generated from the following file: