Closed zoctipus closed 1 month ago
I uninstalled the current system and reinstalled a Ubuntu 20.04 System, started everything fresh and the issue persists.....
This issue is gone by switch to isaac sim 23.1.1, however does it mean the isaac sim 23.1.0 stops support? or is it a bug at my end?
I have been seeing this also on some a different workstation. Have informed the team to look into it.
Which commit of Orbit messed things up for you? I made some changes in the app experience loading in fcc216a5399661b6f3125e1e0a99235f073a3124.
I'm wondering if that caused the issues. It works fine on my PC though on another, I see the issue.
fcc216a
this commit I updated to caused the issue, specifically, if I look into source/app/orbit.python.kit
I see
line 21: app.version = "2023.1.1"
line 37: "omni.kit.streamsdk.plugins" = {version = "2.5.2", exact = true}
These two line made me wanted to give a try installing isaac 23.1.1, So looking at the error message again when I had Isaac 1.0 :
2024-04-02 18:22:39 [27,176ms] [Error] [omni.ext.plugin] Failed to resolve extension dependencies. Failure hints:
[orbit.python-2023.1.1] dependency: (name: 'omni.kit.streamsdk.plugins', tag: '', version: '2.5.2', exact: 1, optional: 0) can't be satisfied. Available versions:
- [omni.kit.streamsdk.plugins-2.6.2+105.1.lx64.r] (registry)
- [omni.kit.streamsdk.plugins-2.5.1+105.1.lx64.r] (registry)
- [omni.kit.streamsdk.plugins-2.5.0+105.1.lx64.r] (registry)
- [omni.kit.streamsdk.plugins-2.3.7+105.1.lx64.r] (/home/octipus/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1/extscache/omni.kit.streamsdk.plugins-2.3.7+105.1.lx64.r)
- [omni.kit.streamsdk.plugins-2.1.3+105.1.lx64.r] (/home/octipus/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1/extscache/omni.kit.streamsdk.plugins-2.1.3+105.1.lx64.r)
- [omni.kit.streamsdk.plugins-2.0.3+105.0.lx64.r] (registry)
my guess it that when I installed isaac 23.1.0, I had steamsdk of all these version but not 2.5.2, maybe 2.5.2 only comes with isaac 23.1.
We fixed the streaming client versions in: https://github.com/isaac-sim/IsaacLab/pull/954
Please reopen this issue if the problem still persists. Thanks!
If you are submitting a bug report, please fill in the following details and use the tag [bug]. after install following the documentation:
python source/standalone/tutorials/00_sim/create_empty.py
./orbit.sh -p source/standalone/tutorials/00_sim/create_empty.py
below bug is encountered, and isaac sim refuse to launch.I made sure the neuclus is installed, launched, and running,
I uninstalled and installed isaac sim 23.1.0 fresh, and downloaded orbit fresh, it seems non resolves this issue
Steps to reproduce
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
Additional context
this issue first happened when I git pulled the newest repo
Checklist