At SIGGRAPH 2026, NVIDIA announced that the Omniverse libraries are now part of the NVIDIA Agent Toolkit, with ovrtx serving as the RTX sensor simulation layer, providing modular APIs that allow developers to embed physically accurate sensor simulation into existing applications. The core principle of ovrtx is to let the host application maintain control over its architecture, UI, data model, and workflow, while leveraging NVIDIA RTX's RT Cores and Tensor Cores for real-time, physically accurate rendering and sensor output.
ovrtx supports generating outputs for camera, lidar, radar, ultrasonic, semantic segmentation, and more from OpenUSD scenes. A typical integration flow includes: creating an ovrtx renderer, loading or referencing OpenUSD content, defining RenderProducts and RenderVars, stepping the simulation from the application loop, and mapping results to CPU or GPU memory for display, storage, or analysis. Pseudocode examples show that the host application owns the main loop, and ovrtx generates outputs on demand.