Replies: 3 comments
-
I got the same questions, is there any body could help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not certain, but checking the resource monitor shows that Python isn't using as much of the CPU as it should on the computer when booted into linux versus windows? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear @Aronnaxx, the simulation starting times have been improved with the latest releases of Isaac Lab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I’ve been experimenting with Orbit and getting it to run on Windows with three separate environments:
When I run Isaac sim on the laptop and on the Linux install, it’s incredibly fast. The laptop running Windows 11 will begin the simulation and launch the app within 30 seconds of starting it, and the linux will do so in less than 20 seconds.
However, when I attempt to run the simulation on Windows natively, it can take upwards of 3 minutes to begin the simulation (longer if I attempt to run the sim via python and not just the Omniverse UI)
I’ve tried replicating the laptop’s settings, checked that hardware acceleration is on, and attempted multiple versions of Isaac Sim on the desktop but there is no improvement. I’ve also confirmed that both the desktop and laptop are on the latest versions of their respective drivers, but I still haven’t seen any performance / loading improvements on the desktop. I even attempted a fresh install of Windows 11 on the desktop, but it still did not help the loading times.
Is there a resolution to this, or a way to speed up the loading? It seems like the desktop running Windows 11 would be FASTER than the laptop, especially considering the difference in hardware specifications.
These were all run using the Orbit framework’s create_scene.py from their tutorial
Logs from the laptop:
kit_20240312_174503.log (2.2 MB)
Total load time for the scene: 25 seconds (start to finish). Subsequent runs took around ~15 seconds.
Desktop Linux logs:
kit_20240312_180238.log (2.2 MB)
Total load time (including scene), 15 seconds, subsequent runs were ~8 seconds
Desktop Windows logs
kit_20240312_174944.log (2.2 MB)
Total load time for the scene: 244 seconds (almost 10x slower). Subsequent runs were ~125 seconds.
I’ve noticed that this is where it hangs specifically, although I’m not sure how to expand the logging. Essentially, it seems to get stuck on the simulation app starting.
Beta Was this translation helpful? Give feedback.
All reactions