Questions tagged [omniverse]

Use this tag for programming questions about Nvidia's Omniverse real-time 3D graphics platform.

Omniverse is a real-time massively scaleable 3D graphics collaboration platform created by Nvidia. It has been used for applications in the visual effects and "digital twin" industrial simulation industries. Omniverse makes extensive use of the Universal Scene Description (OpenUSD) format to enable collaborative scene creation and multi-scenario Digital Twins.

13 questions
2
votes
0 answers

How to install PhysX 5 SDK?

I want to build and experiment with latest PhysX demos, like with kaplademo before. So I found PhysX page, clicked Get PhysX 5 in Omniverse, installed Omniverse… And now what? I don’t see any PhysX SDK mentions. Where to find demos and sources for…
Mikhail M
  • 929
  • 2
  • 10
  • 23
2
votes
0 answers

Nvidia Omniverse Cloth Simulation

Can anybody please help me to do Cloth Simulation in Nvidia Omniverse? If possible a tutorial will be useful.
1
vote
0 answers

PhysX SDK with Custom Game Engine

Is anyone out there familiar with the NVidia PhysX SDK (C++)? I'm currently trying to tie it into my custom C++ game engine, but I'm finding a dramatic lack of material on the internet. It seems that either no one is using PhysX, or no one is…
Robert
  • 413
  • 4
  • 12
0
votes
0 answers

Installing Nvidia Omniverse Launcher

I have a problem installing Nvidia Omniverse launcher. I watched all the possible and imaginable tutorials to understand how to install it, but each of these tutorials installs it in a different way. My problem lies in simply understanding how to…
0
votes
0 answers

Omniverse USD Composer 2023.1.1 installation fails at "omni.create.warmup.bat"

Trying to install Omniverse USD Composer 2023.1.1 for the fifth time, with run as admin and not. Every time it gets stuck at "omni.create.warmup.bat" Does anyone have a solution or some hints? Thanks for any help! Edit: Win11 22H2 22621.2134;…
0
votes
0 answers

Load .usd files from Nividia Omniverse into Unreal Engine 5.2 with Python Automation

I have a Unreal Engine 5.2 project where i want to load an animation generated with Nvidia Omniverse into Unreal Engine so i can use it for objects in the scene. I already installed the bridge to manuelly import .usd files. Any idea how to automate…
0
votes
0 answers

File paths in NVIDIA Isaac Sim (NVIDIA Omniverse)

I am working with the Boston Dynamics quadruped robot, Spot, on NVIDIA Isaac Sim with NVIDIA Orbit. I am trying to replicate the motion of the Unitree A1/Go, which is already present in Isaac Sim's examples along with using a URDF and mesh files of…
rev0
  • 35
  • 4
0
votes
1 answer

How can I dynamically update the dropdown menu text for an Omniverse extension?

I am creating a custom extension for Omniverse Create using the built-in omni library. I have a simple window that creates a dropdown menu (CollapsableFrame) with a TreeView inside of it: self._window = ui.Window("My Window", width = 300, height =…
Tony
  • 77
  • 3
  • 12
0
votes
0 answers

Integration of Anylogic with VR?

Do you know if there is any way to integrate Anylogic with a VR device to see the simulation run in VR? In particular, I'd like to see the simulation of a production line with a VR device (for research purposes). Some colleagues are using Unity and…
0
votes
0 answers

nVidia's Marbles RTX won't run due to Python import - even though module is installed

First, anytime I open Omniverse at all, I get a popup error stating "Failed to execute script main", and then whenever I start Marbles RTX, the Launch button loads a bit, and then nothing happens. When trying to directly open the kit.exe, I get the…
lte__
  • 7,175
  • 25
  • 74
  • 131
0
votes
0 answers

EC2 Ubuntu Server NICE DCV "Error: unable to open display :0"

I'm trying to set up a GUI on my EC2 instance following this tutorial. When I try to run the command sudo DISPLAY=:0 XAUTHORITY=$(ps aux | grep "X.*\-auth" | grep -v grep | sed -n 's/.*-auth \([^ ]\+\).*/\1/p') glxinfo | grep -i "opengl.*version" I…
Zaben
  • 1
  • 1
0
votes
0 answers

NVIDIA RTX GPU Driver installation in AWS for Omniverse

I have laptop with NVIDIA Quadro T2000 GPU but this GPU is not support with the Omniverse.[see screenshot] So I am trying with creating AWS EC2 Instance with G4dn.2xlarge instance type with windows server 2022. Note: I want to Omniverse XR which…
Meta
  • 1
0
votes
0 answers

Paraview crash with Nvidia omniverse connector, possible vtk, qt5, libc error?

I'm trying to install the paraview connector to Nvidia omniverse. Once I load the plugin, it crashes with the following error. It looks like some issues with libc.so or Qt5. But I do not know what exactly is the problem and how I can deal with…
Coconut
  • 184
  • 1
  • 15