Isaac Sim Version
5.1.0
☑ 5.0.0
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 24.04
☑ Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: NVIDIA GeForce RTX 5080
- Driver Version:570
Topic Description
How to interface GR00T with Isaac Sim for inference visualization and control?
Detailed Description
I’m currently working on integrating GR00T (a transformer-based humanoid robot foundation model) with Isaac Sim. My goal is to visualize and interact with GR00T’s inference results inside Isaac Sim, ideally through GUI or Extension-based interfaces.
I’ve already set up GR00T’s inference server outside Isaac Sim using a ZMQ client-server architecture. The inference works correctly, and I can obtain action predictions from GR00T. Now, I want to bring these predictions into Isaac Sim to control a humanoid robot and visualize the results.
I have the following questions:
- Is there an existing Extension or interface in Isaac Sim that supports integration with external inference engines like GR00T?
- What is the recommended way to send GR00T’s inference results (e.g., joint positions or actions) to Isaac Sim in real-time?
- Are there any examples or best practices for integrating transformer-based models with Isaac Sim for humanoid control?
Error Messages
N/A
Screenshots or Videos
N/A
Additional Information
What I’ve Tried
- Verified GR00T inference server works correctly outside Isaac Sim.
- Explored Isaac Sim Extensions but couldn’t find a direct interface for external inference engines.
- Considered writing a custom Extension to receive ZMQ messages.
Related Issues
N/A
Additional Context
N/A