What problem does it solve?
Running Isaac Sim on servers or CI machines without a display requires knowing the correct launch flags, app configurations, and the SimulationApp bootstrap pattern, which are scattered and easy to get wrong.
Core Features & Use Cases
- Headless Launch Modes: Covers native headless with rendering, physics-only mode with rendering disabled, and standalone Python script execution via python.sh.
- Batch Simulation Pattern: Provides the canonical SimulationApp bootstrap loop using current isaacsim.core.experimental APIs for multi-episode batch runs.
- Performance Tuning & Known Issues: Documents memory management, GPU monitoring, and Kit 110 pitfalls such as DISPLAY requirements and CUDA OOM.
- Use Case: A robotics engineer needs to generate 100 episodes of synthetic training data overnight on a headless GPU server; this Skill provides the exact flags and Python loop structure to do it.
Quick Start
Ask the AI to write a headless Isaac Sim batch simulation script that runs 100 episodes of a USD scene using the SimulationApp bootstrap pattern.