isaac-sim / IsaacLabExtensionTemplate

External extenstion template based on Isaac Lab
MIT License
120 stars 42 forks source link

Enabling Extension Template Leads To Failed To Resolve Extension Dependency #25

Open zoctipus opened 4 months ago

zoctipus commented 4 months ago

I tried the fresh IsaacLabExtensionTemplate and followed the README to setup the extension.

After I toggled the Extension Template, the warning failed to resolve extension dependency would appear Screenshot from 2024-06-28 13-38-02

Then if I click the dependency tab, the isaac sim will crush with Screenshot from 2024-06-28 13-39-28

Similarity this bug also exist for Isaac Lab Environments and Isaac Lab Assets, is it a bug or did I do something wrong?

Saumya-Karan commented 1 month ago

I am facing the same issue for omni.replicator.isaac and omni.isaac.cloner. The app crashes when I try to run: %ISAACSIM_PYTHON_EXE% %ISAACSIM_PATH%\standalone_examples\api\omni.isaac.core\add_cubes.py The same problem exists with Isaac Lab.

Someone please suggest a solution

Mayankm96 commented 1 month ago

We can reproduce this issue on our end too. Seems to be going down some recursive path once the extension is enabled and you click on "dependencies". Will ask the team to take a look. Thanks for reporting!