What problem does it solve?
Setting up physically accurate simulations in Isaac Sim 6.0+ / Kit 110 requires navigating two physics backends (PhysX and Newton), dozens of USD schema attributes, and subtle pitfalls like reading authored transforms instead of simulated state. This Skill consolidates scene configuration, per-prim setup, solver selection, and debugging knowledge into one reference.
Core Features & Use Cases
- Scene and Backend Configuration: Set gravity, physics Hz, CCD, stabilization, and solver iterations, and switch between PhysX and Newton (Featherstone, MuJoCo, XPBD, SemiImplicit, VBD) backends.
- Per-Prim Physics Setup: Apply RigidBodyAPI, MassAPI, CollisionAPI, kinematic bodies, joint drives, and contact materials with friction/restitution reference tables.
- Sensors and State Readback: Use contact, IMU, effort, and raycast sensors plus RigidPrim/Articulation APIs to read simulated poses instead of stale USD transforms.
- Use Case: You are building a vibratory bowl feeder and parts keep tunneling through the bowl. This Skill tells you to run physics at 480 Hz (8x the 60 Hz vibration), use a kinematic body with per-step phase-offset motion, and disable stabilization.
Quick Start
Ask the AI to configure a PhysicsScene in Isaac Sim with 240 Hz, CCD enabled, and a dynamic rigid body with mass and collision on a USD prim.