Isaac Depth to Point Cloud
Converts a 32FC1 image buffer into Point Cloud data
Installation
To use this node enable omni.isaac.core_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Buffer Size (inputs:bufferSize) |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
0 |
Cuda Device Index (inputs:cudaDeviceIndex) |
|
Index of the device where the data lives (-1 for host data) |
-1 |
Data Ptr (inputs:dataPtr) |
|
Pointer to the raw rgba array data |
0 |
Exec In (inputs:execIn) |
|
The input execution port |
None |
Focal Length (inputs:focalLength) |
|
focal length |
0.0 |
Format (inputs:format) |
|
Format |
33 |
Height (inputs:height) |
|
Buffer array height, same as input |
0 |
Horizontal Aperture (inputs:horizontalAperture) |
|
horizontal aperture |
0.0 |
Vertical Aperture (inputs:verticalAperture) |
|
vertical aperture |
0.0 |
Width (inputs:width) |
|
Buffer array width, same as input |
0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Buffer Size (outputs:bufferSize) |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
None |
Cuda Device Index (outputs:cudaDeviceIndex) |
|
Index of the device where the data lives (-1 for host data) |
-1 |
Data Ptr (outputs:dataPtr) |
|
Pointer to the rgb buffer data |
0 |
Exec Out (outputs:execOut) |
|
Output execution triggers when lidar sensor has completed a full scan |
None |
Height (outputs:height) |
|
Height of point cloud buffer, will always return 1 |
1 |
Width (outputs:width) |
|
number of points in point cloud buffer |
0 |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.core_nodes.IsaacConvertDepthToPointCloud |
Version |
1 |
Extension |
omni.isaac.core_nodes |
Icon |
ogn/icons/omni.isaac.core_nodes.IsaacConvertDepthToPointCloud.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Depth to Point Cloud |
Categories |
isaacCore |
Generated Class Name |
OgnIsaacConvertDepthToPointCloudDatabase |
Python Module |
omni.isaac.core_nodes |