Hi,
I am working on a simulation setup with multiple sensors (a train driving through a scene that has a couple of cameras, lidars etc. installed). In reality these sensors publish their data without any synchronization. One camera could publish 24 frames a second, a different camera could publish only 10 frames a second.
How would that work in Omniverse? I am currently setting up replicator in a Python script. It seems to me that when I run rep.orchestrator.step(), this would trigger all render products to produce data.
How would I trigger the different render products independently?
Thanks for any help
Bruno