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

Class that triggers a report when current state is similar to previous state. More...

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

Public Member Functions

def __init__ (self, theConfig, targSig)
 Constructor for whenClose 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

 isInit
 
 prevSig
 
- Public Attributes inherited from Trigger
 config
 

Detailed Description

Class that triggers a report when current state is similar to previous state.

If the signal difference is less 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 whenClose trigger class.

Member Function Documentation

◆ test()

def test (   self,
  theSig 
)

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

The base class is the worst trigger possible. Always false. There is no reporting. For the opposite, use the always trigger.

Reimplemented from Trigger.

Member Data Documentation

◆ isInit

isInit

◆ prevSig

prevSig

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