Access Pointcloud data of RTX

Continuing the discussion from Access Pointcloud data of RTX Lidar:

Hi, I have seen this solution for accessing the pointcloud data, but I think that they have updated the Compute Lidar Point Cloud node as it no longer have any attribute named pointCloudData. It only have a Dataptr output.

How can I access Point cloud data now?

1 Like

Hi @emaadahmedx4 - Please review this document and look for pointcloud table. Let me know if you still have questions.
https://docs.omniverse.nvidia.com/isaacsim/latest/features/sensors_simulation/isaac_sim_sensors_rtx_based_lidar/annotator_descriptions.html#annotators

Hi, I have seen that documentation earlier, I wanted to ask like is there any node which gives Pointcloud data in usual form like a tuple containing angle and linear depth, I can only see nodes giving out either only linear depth data or distance.
Or do i have to use azimuth and linear depth to form a pointcloud tuple?

1 Like

Hello.
I have the same question.
Have you solved this issue?

By the way I solved this by converting points from spherical coordinates to cartesian

1 Like