IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration instance for a Reporter. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Instantiate a puzzle scene (black mat) detector. More... | |
![]() | |
def | __setattr__ (self, name, value) |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Get default configuration settings for Perceiver. More... | |
Configuration instance for a Reporter.
Instantiating a reporter usually requires a trigger and an announcer. The trigger uses history of the state to report, or possible other externally derived states, to estalish when to "announce" a given piece of information. The announcer then pipes the message or announcement to the proper channel.
All of the core implementations are overloadable through derived classes. Some generic versions are available.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Instantiate a puzzle scene (black mat) detector.
Reimplemented from AlgConfig.
|
static |
Get default configuration settings for Perceiver.