Feature: FET_000_MUJOCO#
Property |
Value |
|---|---|
Feature Name |
|
Runtime |
|
Proprietary Techs |
|
Latest Version |
|
Description#
The Core (MuJoCo) feature adds the MuJoCo physics runtime variant to a SimReady
asset on top of the neutral Core contract. A satisfying asset exposes a MuJoCo
variant set on its root that, when enabled, composes a MuJoCo runtime payload
from runnables/physics/mujoco.usd, while the neutral asset stays unchanged when
the variant is disabled.
This feature only deals with the MuJoCo runtime variant. PhysX and Newton
variants are provided by FET_000_PHYSX and FET_000_NEWTON.
Dependency Graph#
flowchart LR
FET000MUJOCO["FET_000_MUJOCO\n0.1.0"]
FET000STD["FET_000_STANDARD\n0.1.0"]
FET000MUJOCO --> FET000STD
classDef current fill:#90EE90,stroke:#333
classDef other fill:#fff,stroke:#333
class FET000MUJOCO current
class FET000STD other
Use Cases#
Assets that must run under the MuJoCo solver while remaining valid as a neutral SimReady asset.
Pipelines that switch an asset into MuJoCo by selecting a single variant.
Requirements#
Version 0.1.0#
Details
Used in Profiles#
None documented.
Feature Dependencies#
Property |
Value |
|---|---|
Dependency |
Core ( |
Requirement List#
Capability: Core/Runtime Variants
Requirements:
-
RV.007 | Version 0.1.0
-
RV.008 | Version 0.1.0
-
RV.009 | Version 0.1.0
Runtime-Variant-Section-Purity
RV.010 | Version 0.1.0
-
RV.011 | Version 0.1.0
-
Inherited from FET_000_STANDARD@0.1.0: NP.002, NP.003, NP.004, NP.005, NP.006,
NP.007, NP.008, SR.001, HI.010.
Pipelines#
Validation or runtime pipeline:
SimReady validation - verifies the MuJoCo runtime variant requirement IDs listed in the feature manifest.
Samples#
None. (The
obs_orange_a02prop demonstratesPhysXandNewton; aMuJoCovariant would addrunnables/physics/mujoco.usd.)
Benchmarks#
None.
Adapters#
None.