|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Base class for algorithm configuration. More...


Public Member Functions | |
| def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
| def | __setattr__ (self, name, value) |
| def | dump (self, **kwargs) |
Base class for algorithm configuration.
Modifies the core implementation of CfgNode to support nesting in a different way. Possibly adds an additional type or two.
| def __init__ | ( | self, | |
init_dict = None, |
|||
key_list = None, |
|||
new_allowed = True |
|||
| ) |
Reimplemented in CfgDistTrigger, CfgTrigger, BuildCfgTrigger, CfgRunningCommentary, CfgCommentary, CfgAnnouncement, CfgToROSmsg, CfgToFile, CfgChannel, CfgBeatReporter, CfgReporter, BuildCfgReporter, BuildCfgProgress, CfgProgress, BuildCfgPerceiver, CfgPerceiver, BuildCfgMonitor, CfgMonitor, CfgStepLines, ROSConfig, BuildConfig, CfgSGT, CfgDifferences, and CfgCamera.
| def __setattr__ | ( | self, | |
| name, | |||
| value | |||
| ) |
| def dump | ( | self, | |
| ** | kwargs | ||
| ) |
Dump to a string.