unilab.base.entity.EntityCfg¶
- class unilab.base.entity.EntityCfg[source]¶
Bases:
objectDeclare one logical entity inside an existing backend scene.
Names are explicit because UniLab keeps scene composition in task-owned XML and backend adapters.
Nonemeans that the namespace is not exposed by this entity; an empty sequence means that it is exposed but contains no elements.- Parameters:
Methods
__init__([root_body_name, joint_names, ...])Attributes
- __init__(root_body_name=None, joint_names=None, body_names=None, geom_names=None, site_names=None, actuator_names=None)¶