Overview of the omni.pip.compute extension
mainThe omni.pip.compute extension provides essential general-purpose compute packages required by Isaac Sim extensions. It bundles libraries such as OpenCV (cv2) and other tools used for image processing and numerical computation.
Because it is loaded early in the extension startup sequence, it ensures that these dependencies are available before other extensions attempt to initialize and use them.