Tutorial Python Node: Bundle Data
This is a tutorial node. It exercises functionality for access of data within bundle attributes. The configuration is the same as omni.graph.tutorials.BundleData except that the implementation language is Python
Installation
To use this node enable omni.graph.tutorials in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Input Bundle (inputs:bundle) |
|
Bundle whose contents are modified for passing to the output |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Output Bundle (outputs:bundle) |
|
This is the bundle with values of known types doubled. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.tutorials.BundleDataPy |
Version |
1 |
Extension |
omni.graph.tutorials |
Icon |
ogn/icons/omni.graph.tutorials.BundleDataPy.svg |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Tutorial Python Node: Bundle Data |
Categories |
tutorials |
Generated Class Name |
OgnTutorialBundleDataPyDatabase |
Python Module |
omni.graph.tutorials |
See the accompanying tutorial and annotated code at Tutorial 16 - Bundle Data