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
CfgProgress Class Reference

Configuration instance for a Progress monitor.
More...

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

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 Instantiate a progress monitor configuration node. More...
 
- Public Member Functions inherited from AlgConfig
def __setattr__ (self, name, value)
 
def dump (self, **kwargs)
 

Static Public Member Functions

def get_default_settings ()
 

Detailed Description

Configuration instance for a Progress monitor.

Instantiating a progress monitor requires the perceiver and goal comparator instances to be complete. Any other settings should be specific to how the progress monitor will operate or what to do with the processed information.

Constructor & Destructor Documentation

◆ __init__()

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

Instantiate a progress monitor configuration node.

Reimplemented from AlgConfig.

Member Function Documentation

◆ get_default_settings()

def get_default_settings ( )
static

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