class documentation
class Param(object):
Known subclasses: niryo_libraries.urdf_parser_py.xml_reflection.core.Attribute
, niryo_libraries.urdf_parser_py.xml_reflection.core.Element
Constructor: Param(xml_var, value_type, required, default, var)
Mirroring Gazebo's SDF api
- @param xml_var: Xml name
- @todo If the value_type is an object with a tag defined in it's
- reflection, allow it to act as the default tag name?
- @param var: Python class variable name. By default it's the same as the
- XML name
Method | __init__ |
Undocumented |
Method | set |
Undocumented |
Instance Variable | default |
Undocumented |
Instance Variable | is |
Undocumented |
Instance Variable | required |
Undocumented |
Instance Variable | type |
Undocumented |
Instance Variable | value |
Undocumented |
Instance Variable | var |
Undocumented |
Instance Variable | xml |
Undocumented |