Isaac Generate RGBA
Isaac Sim Node that generates a constant rgba buffer
Installation
To use this node enable omni.isaac.core_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Color (inputs:color) |
|
Color for output image |
[0.0, 0.0, 0.0, 0.0] |
Height (inputs:height) |
|
Height for output image |
100 |
Width (inputs:width) |
|
Width for output image |
100 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Data (outputs:data) |
|
Buffer rgba array data |
[] |
Encoding (outputs:encoding) |
|
Encoding as a token |
None |
Height (outputs:height) |
|
Height for output image |
None |
Width (outputs:width) |
|
Width for output image |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.core_nodes.IsaacGenerateRGBA |
Version |
1 |
Extension |
omni.isaac.core_nodes |
Icon |
ogn/icons/omni.isaac.core_nodes.IsaacGenerateRGBA.svg |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Generate RGBA |
Categories |
isaacCore |
Generated Class Name |
OgnIsaacGenerateRGBADatabase |
Python Module |
omni.isaac.core_nodes |