Isaac Examples are gone during edit Hello_wolrd on visual studio code

I was doing Hello World tutorial from https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/tutorial_required_hello_world.html

I was editing the codes, but i accidentally closed my vsc windows.
after I restart the Isaac Sim
the Hello World and some examples are gone.

How can I get them back again?

2 Likes

Hi @MinW00

You can check the state of the extension (omni.isaac.examples) in the Extensions window under Window > Extensions menu


If enabling the extension is not working or it is not possible you can always delete the current extension folder and replace it with the original version 😅

omni.isaac.examples.tar (1.9 MB)

paths:

  • desktop: ~/.local/share/ov/pkg/isaac_sim-2021.2.1/exts/omni.isaac.examples
  • docker container: /isaac-sim/exts/omni.isaac.examples
1 Like

This has been solved by editing the hello_wolrd.py!
I don’t know why but found the file path from extension’s “ISAAC SIM EXAMPLES”
And then check the file ‘hellow_world.py’ fix code correctly.
after that Extension has work and Examples are revealed

Thanks for quick answer!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.