Isaac Extract RTX Sensor Point Cloud#
Extracts a Cartesian point cloud and auxiliary data from the GenericModelOutput buffer produced by RTX Lidar or Radar sensors. Converts spherical coordinates to Cartesian when necessary. Outputs are automatically wired based on the data available in the GMO buffer (modality, auxType, and filled auxiliary members).
Installation#
To use this node enable isaacsim.sensors.rtx.nodes in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
|---|---|---|---|
Cuda Device Index (inputs:cudaDeviceIndex) |
|
Index of the device where the data lives (-1 for host data). |
-1 |
Data Pointer (inputs:dataPtr) |
|
Pointer to the GenericModelOutput render result. |
0 |
Exec (inputs:exec) |
|
The input execution port. |
None |
Outputs#
Name |
Type |
Descripton |
Default |
|---|---|---|---|
Azimuth Buffer Size (outputs:azimuthBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Azimuth Data Type (outputs:azimuthDataType) |
|
type |
4 |
Metadata |
hidden = true |
||
azimuth (outputs:azimuthPtr) |
|
Azimuth in rad [-pi,pi]. |
None |
Buffer Size (outputs:bufferSize) |
|
Size (in bytes) of the point cloud buffer. |
None |
Channel Id Buffer Size (outputs:channelIdBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Channel Id Data Type (outputs:channelIdDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
channelId (outputs:channelIdPtr) |
|
channelId |
0 |
Cuda Device Index (outputs:cudaDeviceIndex) |
|
Index of the device where the output data lives (-1 for host data). |
-1 |
Point Cloud Data (outputs:dataPtr) |
|
Pointer to Cartesian point cloud (float3 array). |
None |
Distance Buffer Size (outputs:distanceBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Distance Data Type (outputs:distanceDataType) |
|
type |
4 |
Metadata |
hidden = true |
||
distance (outputs:distancePtr) |
|
Range in m. |
None |
Echo Id Buffer Size (outputs:echoIdBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Echo Id Data Type (outputs:echoIdDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
echoId (outputs:echoIdPtr) |
|
echoId |
0 |
Elevation Buffer Size (outputs:elevationBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Elevation Data Type (outputs:elevationDataType) |
|
type |
4 |
Metadata |
hidden = true |
||
elevation (outputs:elevationPtr) |
|
Elevation in rad [-pi/2, pi/2]. |
None |
Emitter Id Buffer Size (outputs:emitterIdBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Emitter Id Data Type (outputs:emitterIdDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
emitterId (outputs:emitterIdPtr) |
|
emitterId |
0 |
Exec (outputs:exec) |
|
Output execution triggers when sensor has data. |
None |
Height (outputs:height) |
|
Always 1 (point cloud is a flat buffer). |
1 |
Hit Normal Buffer Size (outputs:hitNormalBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Hit Normal Data Type (outputs:hitNormalDataType) |
|
type |
[0, 0, 0] |
Metadata |
hidden = true |
||
normal (outputs:hitNormalPtr) |
|
Normal at hit location |
0 |
Intensity Buffer Size (outputs:intensityBufferSize) |
|
size |
0 |
Metadata |
hidden = true |
||
Intensity Data Type (outputs:intensityDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
intensity (outputs:intensityPtr) |
|
Intensity [0,1]. |
0 |
Material Id Buffer Size (outputs:materialIdBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Material Id Data Type (outputs:materialIdDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
materialId (outputs:materialIdPtr) |
|
materialId at hit location |
0 |
Object Id Buffer Size (outputs:objectIdBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Object Id Data Type (outputs:objectIdDataType) |
|
type |
[0, 0, 0, 0] |
Metadata |
hidden = true |
||
objectId (outputs:objectIdPtr) |
|
ObjectId for getting usd prim information |
0 |
Radial Velocity MS Buffer Size (outputs:radialVelocityMSBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Radial Velocity MS Data Type (outputs:radialVelocityMSDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
radialVelocityMS (outputs:radialVelocityMSPtr) |
|
radialVelocityMS |
0 |
Tick Id Buffer Size (outputs:tickIdBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Tick Id Data Type (outputs:tickIdDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
tickId (outputs:tickIdPtr) |
|
tickId |
0 |
Tick State Buffer Size (outputs:tickStateBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Tick State Data Type (outputs:tickStateDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
tickState (outputs:tickStatePtr) |
|
tickState |
0 |
Timestamp Buffer Size (outputs:timestampBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Timestamp Data Type (outputs:timestampDataType) |
|
type |
0 |
Metadata |
hidden = true |
||
timestamp (outputs:timestampPtr) |
|
Timestamp in ns. |
0 |
Transform (outputs:transform) |
|
The sensor-to-world transform matrix at the time of capture. |
None |
Velocity Buffer Size (outputs:velocityBufferSize) |
|
size |
None |
Metadata |
hidden = true |
||
Velocity Data Type (outputs:velocityDataType) |
|
type |
[0, 0, 0] |
Metadata |
hidden = true |
||
velocity (outputs:velocityPtr) |
|
Velocity vector at hit point (m/s) |
0 |
Width (outputs:width) |
|
Number of points in the point cloud. |
0 |
Metadata#
Name |
Value |
|---|---|
Unique ID |
isaacsim.sensors.rtx.nodes.OgnIsaacExtractRTXSensorPointCloud |
Version |
1 |
Extension |
isaacsim.sensors.rtx.nodes |
Icon |
ogn/icons/isaacsim.sensors.rtx.nodes.OgnIsaacExtractRTXSensorPointCloud.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Extract RTX Sensor Point Cloud |
Categories |
isaacRtxSensor |
Generated Class Name |
OgnIsaacExtractRTXSensorPointCloudDatabase |
Python Module |
isaacsim.sensors.rtx.nodes |