Isaac Generate RGBA#
Isaac Sim Node that generates a constant rgba buffer
Installation#
To use this node enable isaacsim.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 | isaacsim.core.nodes.IsaacGenerateRGBA | 
| Version | 1 | 
| Extension | isaacsim.core.nodes | 
| Icon | ogn/icons/isaacsim.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 | isaacsim.core.nodes |