IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration setting specifier for Arrangement. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Constructor of configuration instance. More... | |
![]() | |
def | builtForPuzzles () |
![]() | |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Defines most basic, default settings for RealSense D435. More... | |
Additional Inherited Members | |
![]() | |
str | |
Configuration setting specifier for Arrangement.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Constructor of configuration instance.
[in] | cfg_files | List of config files to load to merge settings. |
Reimplemented from CfgArrangement.
Reimplemented in CfgGridded, CfgMatrix, and CfgInterlocking.
|
static |
Defines most basic, default settings for RealSense D435.
[out] | default_dict | Dictionary populated with minimal set of default settings. |
Reimplemented from CfgArrangement.
Reimplemented in CfgGridded, CfgMatrix, and CfgInterlocking.