Feature: FET_004_ROBOT_MUJOCO#
Property |
Value |
|---|---|
Feature Name |
|
Runtime |
|
Proprietary Techs |
|
Latest Version |
|
Description#
Defines the robot-specific MuJoCo multibody contract. It mirrors the robot PhysX/Newton multibody shape by bundling robot rigid-body, joint, articulation, and runtime collider requirements in one feature.
This feature intentionally omits RB.COL.001 and RB.COL.002 because robot assets may use nested collision authoring patterns, and MuJoCo collider rules replace the Standard collider placement checks for this runtime.
Dependency Graph#
This feature has no JSON feature dependencies. It carries an explicit robot-specific requirement list.
flowchart LR
FET004RM["FET_004_ROBOT_MUJOCO\n0.1.0"]
FET022M["FET_022_MUJOCO\n0.1.0"]
FET022M --> FET004RM
classDef current fill:#90EE90,stroke:#333
classDef other fill:#fff,stroke:#333
class FET004RM current
class FET022M other
Use Cases#
MuJoCo robot profiles that need a robot-specific collider exemption.
MuJoCo robot link and joint topology before driven-joint, gripper, or articulation gates.
MJCF-to-USD robot conversion workflows using official
mjcPhysicsschemas.
Requirements#
Version 0.1.0#
Details
Used in Profiles#
None documented.
Feature Dependencies#
None.
Requirement List#
Capability |
Requirements |
|---|---|
Physics Rigid Bodies |
|
Physics Joints |
|
Pipelines#
Source file type:
.mjcf,.xml,.urdf,.usd,.usda,.usdcVia robot conversion workflows that preserve robot link structure.
Validation or runtime pipeline:
SimReady validation verifies the selected
FET_004_ROBOT_MUJOCOmanifest.MuJoCo runtime validation should import the robot layer stack and confirm linked-body simulation.
Samples#
None.
Benchmarks#
None.
Adapters#
From Feature |
To Feature |
Adapter |
Status |
Notes |
|---|---|---|---|---|
|
|
|
Done |
Computes mesh extents and applies MuJoCo mesh-collision schemas ( |