Create an ovphysx instance, attach an ovstage scene, step simulation, and clean up. Use when starting a new ovphysx project, testing basic integration, or learning the minimal workflow.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٦ من skills من NVIDIA-Omniverse/PhysX. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٦ من أصل ٦ skills مجمعة.
Create an ovphysx instance, attach an ovstage scene, step simulation, and clean up. Use when starting a new ovphysx project, testing basic integration, or learning the minimal workflow.
لغة النص الأصلي: الإنجليزية
Clone one USD environment subtree into many runtime-only PhysX environments for RL-style batched simulation. Use when a caller needs replicated physics environments, clone API ordering, or target transform guidance.
لغة النص الأصلي: الإنجليزية
Read ovphysx simulation output with the ovstage-native output-read API when results must retain ovstage identity or write back without rebuilding paths or repacking tensors. Covers Python `PhysX.read()` / `PhysX.read_tokens()`, C `ovphysx_query()` /…
لغة النص الأصلي: الإنجليزية
Author USD physics content that ovphysx can load and simulate (rigid bodies, colliders, mass, physics scene). Use when creating or editing .usda or USD scenes for ovphysx, not when calling the runtime step or tensor API. Keywords USD authoring, UsdPhysics,…
لغة النص الأصلي: الإنجليزية
Create tensor bindings to read and write physics simulation data on CPU using numpy arrays. Use when you need to exchange simulation state (poses, velocities, joint targets) with your application via tensors.
لغة النص الأصلي: الإنجليزية
Read and write physics simulation data on GPU using CUDA device pointers and DLPack tensors. Use when you need GPU-to-GPU tensor exchange (no CPU staging) for high-throughput RL or robotics workloads.
لغة النص الأصلي: الإنجليزية