Setup:
I’m following the standalone tutorial in the official isaac sim documents ‘5.7. Adding a New Manipulator’.
This is being run on Window 11 with 4090 and 24core intel cpu
Problem
Why does it take so long startup?
There’s a 120second gap between Simulation App Starting and Simulation App Startup Complete.
And “world.add_task() world.reset()” took 120second
When I checked, the process of checking the server was called when instantiating the task class, and it was not related to the slow loading speed of the simulation app.
Upon checking, when running Isaac Sim in DirectX12, the program did not generate cache files.
This is suspected to be an issue with version 551.76 of the graphics driver or Isaac Sim 2023.1.1.
I understand that DirectX12 works better than Vulkan in the Windows 11 environment. If the issue of not generating cache files is resolved, using DirectX12 seems preferable.