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):
GPU Information
- Model: NVIDIA RTX4090
- Driver Version: 550.54.14
Topic Description
Hi, I work through ssh on my university’s computing cluster to run Isaac Sim simulations. For now, the standalone distribution was enough for me, but now I want to switch to pip distribution, as it allows to work with Isaac Lab. Is there any convenient way to use bash scripts from standalone distribution (such as isaac-sim.streaming.sh or warmup.sh) with pip distribution? Or should I try to rewrite them and hope they’d work?
Detailed Description
So, to work on my projects I used the webrtc client on my machine. The simulation was streamed from the computing cluster with the usage of isaac-sim.streaming.sh script. I have set a new conda environment up, specially for Isaac Sim and Isaac Lab to work with. I need to install Isaac Sim using pip, but sadly, there are no scripts attached. I already tried to run bash commands from the scripts in the console and even got an image on stream for a brief moment. But, when I tried to interact with it, it crashed and so did other attempts.
I had no such problems when I used the standalone version with scripts attached. Unfortunately, I don’t have any other way to work with Isaac Sim other than aforementioned cluster and ssh. I tried to work with Isaac Sim in form of standalone python scripts, but it turned out to be pretty inconvenient in terms of visualisation and interaction.