Isaac-Sim 5.1 Omnigraph: How to connect an output in the parent graph to the input of a subgraph via Python scripting #479
Replies: 2 comments
-
|
@JohnYanxinLiu Please check out this tutorial CompoundNodes |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I will close this ticket since it has been inactive. Please feel free to re-open it if you have more updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a cascaded set of functions that will automate the creation of a robot and organize a set of sensors into their own subgraphs. It would be particularly helpful to be able to feed the ROS2 context that I have into these subgraphs.
The way I have it at the moment is as such:
Then, later for a a function to, I would have the following:
Is there any guidance detailing how I would feed the parent graph's ros2 context output into the newly created promoted attribute of this subgraph? Ideally, I would like to know how I could perform some operations along the lines of
og.Controller.connect("/Graph/my_subgraph.inputs:input_name", "/some_node.outputs:output")however, every guess I've tried to take resutls in the following error:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions