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

Base class for ROS-based robot, node, algorithm configuration. More...

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

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 
- Public Member Functions inherited from AlgConfig
def __setattr__ (self, name, value)
 
def dump (self, **kwargs)
 

Detailed Description

Base class for ROS-based robot, node, algorithm configuration.

Modifies the core implementation of CfgNode to support nesting in a different way. Possibly adds an additional type or two.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from AlgConfig.


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