|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Classes | |
| class | Always |
| Class that always triggers a report. More... | |
| class | BuildCfgTrigger |
| Configuration instance for building a Trigger. More... | |
| class | CfgDistTrigger |
| Configuration instance for a Trigger. More... | |
| class | CfgTrigger |
| Configuration instance for a Trigger. More... | |
| class | Falling |
| Class that triggers a report when binary state changes, on falling edge. More... | |
| class | IsNegative |
| Class that triggers a report when the state is negative. More... | |
| class | NonNegative |
| Class that triggers a report when the state is non-negative. More... | |
| class | onChange |
| Class that triggers a report when the state changes. More... | |
| class | onMatch |
| Class that triggers a report when the state matches a target state. More... | |
| class | Rising |
| Class that triggers a report when binary state changes, on rising edge. More... | |
| class | Trigger |
| Base/abstract trigger class. More... | |
| class | whenClose |
| Class that triggers a report when current state is close to target state. More... | |
| class | whenDiffers |
| Class that triggers a report when current state differs from previous state. More... | |
| class | whenFar |
| Class that triggers a report when current state is far from target state. More... | |
| class | whenSimilar |
| Class that triggers a report when current state is similar to previous state. More... | |
Namespaces | |
| triggers | |