I tried to remove the unnecessary extensions from the kit app, but still the undesired elements such as menus show up. Can someone help to tell me which extensions should I remove and which ones should I keep?
I use isaac sim 4.5.0, ubuntu 22 running in an AWS EC2 instance.
Thanks,
i can’t say for sure when building a custom template, but i am pretty positive the snippet will run if you were to run it in the script editor after the kit app opens.
windows = omni.ui.Workspace.get_windows()
for window in windows:
omni.ui.Workspace.show_window(str(window), False)
omni.ui.Workspace.show_window("Viewport", True)
omni.ui.Workspace.show_window("Script Editor", True)
if you want to turn the script editor off as well, you can simply comment out the last line