-
|
Hi NVIDIA Support Team and Community, I’m working on an Isaac Sim 5.1 project where I need to inspect the reflectance produced by the RTX LiDAR pipeline. Following the public documentation for omni.sensors.nv.materials, I enable both recommended settings before instantiating the sensor: The LiDAR is configured with auxOutputType="EXTRA", and I capture the output via GenericModelOutput (or alternatively through IsaacCreateRTXLidarScanBuffer). I can see auxType reporting EXTRA, but neither the GMO Python bindings nor the scan-buffer annotator expose a reflectivity array or any additional fields populated by these flags. All I receive are the usual fields (positions, intensity, materialId, etc.). To help reproduce the issue, I’m preparing a minimal standalone script that isolates the functionality I’m using and shows the current output. I’ll happily attach it to the ticket. The next steps for retrieving the reflectance data are not clear to me, and I have some questions about this process. For example:
Any guidance or sample code would be greatly appreciated. I’d like to confirm whether reflectance can be accessed at runtime in Isaac Sim 5.1 once the two flags above are enabled. Thanks in advance for your help! Best regards, The citted code: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
#309