isaaclab_physx.cloner#
Additional Public Classes#
The following classes are part of the public isaaclab_physx.cloner API.
Queue and run PhysX replication work for one stage. |
- class isaaclab_physx.cloner.PhysxReplicateContext[source]#
Bases:
objectQueue and run PhysX replication work for one stage.
Methods:
- __init__(stage: pxr.Usd.Stage, global_paths: tuple[str, ...] = ())[source]#
Initialize the context.
- Parameters:
stage¶ – USD stage to register with the PhysX replicator.
- classmethod __new__(*args, **kwargs)#