unilab.base.scene.SceneCfg¶
- class unilab.base.scene.SceneCfg[source]¶
Bases:
SceneCfgTask-owned scene declaration with UniLab entity materialization.
Physics scene fields and all backend-facing behavior are implemented by UniSim. UniLab only converts Hydra/OmegaConf entity mappings into the manager facade’s
EntityCfgrecords on the cold configuration path.- Parameters:
Methods
__init__(model_file[, fragment_files, ...])Attributes
Optional named keyframe used as the Manager-Based default state.
Logical entity partitions materialized by the base-owned manager facade.
-
terrain:
TerrainSceneCfg|None= None¶
-
entities:
dict[str,object]¶ Logical entity partitions materialized by the base-owned manager facade.
- __init__(model_file, fragment_files=<factory>, terrain=None, entities=<factory>, visual_model_file=None, default_keyframe_name=None)¶