IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Class that triggers a report when current state is far fromo target state. More...
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... | |
![]() | |
def | __init__ (self, theConfig=CfgTrigger()) |
Constructor for base trigger class. More... | |
Public Attributes | |
targSig | |
![]() | |
config | |
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.
def __init__ | ( | self, | |
theConfig, | |||
targSig | |||
) |
Constructor for whenFar trigger class.
def test | ( | self, | |
theSig | |||
) |
Check if a report should be triggered for the supplied signal.
Reimplemented from Trigger.
targSig |