IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration instance for a Progress monitor.
More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Instantiate a progress monitor configuration node. More... | |
![]() | |
def | __setattr__ (self, name, value) |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
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.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Instantiate a progress monitor configuration node.
Reimplemented from AlgConfig.
|
static |