Conveyor Belt Utility Extension

Hello,

I am using the conveyor belt extension “Conveyor Belt Utility” in Isaac SIM 4.1.0 to simulate a digital twin.
I would like to know if I can directly call the extension’s API and set the API value through a Python program (e.g. control the speed or direction of the conveyor belt, etc.)

Because according to the official document link:

the omni.isaac.conveyor extension mainly controls the behavior of the conveyor belt through the OmniGraph node, rather than directly through the Python API.

I would be grateful if you could help me :)

Best
Xuan

The conveyor extension primarily manages conveyor belt behavior through OmniGraph nodes, as mentioned in the documentation. However, you can indeed interact with the conveyor belt programmatically using Python, although it requires working with OmniGraph nodes indirectly rather than directly calling an API.

For more information on OmniGraph scripting, you can refer to the documentation at:

Hello!

We noticed that this topic hasn’t received any recent responses, so we are closing it for now to help keep the forum organized.

If you’re still experiencing this issue or have additional questions, please feel free to create a new topic with updated details. When doing so, we recommend mentioning or linking to this original topic in your new post—this helps provide context and makes it easier for others to assist you.

Thank you for being part of the NVIDIA Isaac Sim community.

Best regards,
The NVIDIA Isaac Sim Forum Team