I use omniverse-launcher to start Isaac sim. like this:
After I check the option Automatically launch default app, I cannot launch Isaac Sim anymore, so I want to restore the previous settings with no checked…
I use omniverse-launcher to start Isaac sim. like this:
After I check the option Automatically launch default app, I cannot launch Isaac Sim anymore, so I want to restore the previous settings with no checked…
If anyone wants to know:
I add an not before the code /home/ubuntu/.local/share/ov/pkg/isaac_sim-2021.1.1/exts/omni.isaac.app.launcher/omni/isaac/app/launcher/create_launcher.py
# Auto-starting default app
if [[not]] user_auto_launch:
default_app = self._settings.get(DEFAULT_APP_SETTING)
if not default_app:
default_app = self._settings.get("/ext/omni.isaac.launcher/default_app")
launch_app(app_id=default_app, app_become_new_default=False, close_on_launch=close_on_launch)
if close_on_launch:
return
and open the above windows then uncheck the option.
You can change this in the “auto_launch” setting in this config file too:
~/.local/share/ov/data/Kit/Isaac-Sim_App_Launcher/2021.1/user.config.json
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.