Running rtx radar example with high resolution config leads to crash.
Type below command ./python.sh /standalone_examples/api/isaacsim.util.debug_draw/rtx_radar.py -c 'Example_highRes'
ends up with this error: 2025-04-02 16:58:08 [36,895ms] [Error] [omni.sensors.nv.radar.wpm_dmatapprox.plugin] CUDA error 2 in ../../../source/extensions/omni.sensors.nv.common/include/omni/sensors/cuda/CudaHelperMem.h:56:out of memory (cudaMalloc(ptr, numElems * sizeof(T)))
We can not debug this cuda problem because the plugin is in .so.
My ultimate goal is to get point cloud of ray cast that goes after one ray bouncing.
I know this type of ray tracing in only implemented in omni.sensors.nv.radar or USS with parameters "TraceTreeDepth" : how many times the rays are reflected.
Are there other more straightforward approaches if I were to get point cloud after one ray bouncing?