Hello there!
I’ve started using the Camera api from the omni.isaac.sensor.camera module (api here) and for some reason, the sim now constantly logs this:
[Warning] [omni.graph.core.plugin] No source has valid data array=0x31431dc8 usdValid=0 cpuValid=0 gpuValid=0 gpuAllocedWithCuda=0
My code is working as expected, I’m being able of consuming the camera frames and so on, but it still complains. I know it’s a warning, but it does not let me see the relevant logs.
Any idea of what the warning is about? How can I prevent it?
Thanks!