Can I pause physics simulation and change lighting for multiple times rendering

Hello,

I am new to isaac sim. I am using isaac sim to generate large amount of synthetic data. The procedure goes like this:
1, I want to load some dynamic object into the scene and let them fall onto the gound.
2, During the falling process, I want to pause the physics simulation and randomly changing the lighting of the scene and preferably render multiple image from different camera viewports.
3, I already tried to turn off the original light and turn on another light, but there seems to have delays in switching the light. I mean it does not goes to dark immediately but gradually dims after I turn off the light.

Thank you for the help

Hi @mssonglin - You can try the Replicator’s randomization feature for that.

Here’s few docs link: 10.3. Offline Dataset Generation — Omniverse IsaacSim latest documentation

https://docs.omniverse.nvidia.com/isaacsim/latest/replicator_tutorials/tutorial_replicator_isaac_randomizers.html#randomizing-a-light-source

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.