Isaac Sim Version
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify): Ubuntu 24.04
Topic Description
I want to create and debug a custom Omnigraph node, but to reload any changes I apply, I need to restart IsaacSim.
Detailed Description
(Describe the issue in detail, including what you were trying to do, what you expected to happen, and what actually happened)
Steps to Reproduce
- Create a simple extension with the Vs Code extension template generator, including a custom omnigraph node.
- Add the folder where the extension was created to the extension search path
- Load the extension
- Create an action graph
- Add the node exposed by the custom extension to the graph
- Change the node code, e.g., just set the output of the node to a constant value other than the one given in the default node created by the VS code extension.
- …
Neither reloading the extension (in the extension), nor deleting and re-creating the node in the graph helps (nor combining both). This makes it virtually impossible to debug custom omnigraph nodes in isaacsim.