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

Configuration instance for a Reporter. More...

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

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 Instantiate a puzzle scene (black mat) detector. More...
 
- Public Member Functions inherited from AlgConfig
def __setattr__ (self, name, value)
 
def dump (self, **kwargs)
 

Static Public Member Functions

def get_default_settings ()
 Get default configuration settings for Perceiver. More...
 

Detailed Description

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.

Warning
NOT IMPLEMENTED. JUST STUB CODE AS OF NOW.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  init_dict = None,
  key_list = None,
  new_allowed = True 
)

Instantiate a puzzle scene (black mat) detector.

Reimplemented from AlgConfig.

Member Function Documentation

◆ get_default_settings()

def get_default_settings ( )
static

Get default configuration settings for Perceiver.


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