Skip to content

Commit

Permalink
Update simulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Mar 17, 2024
1 parent 9de9ddb commit 361aec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _launch_app():

launch_context = nullcontext if gm.DEBUG else suppress_omni_log
with launch_context(None):
app = lazy.omni.isaac.kit.SimulationApp(config_kwargs, experience=f'{os.environ["EXP_PATH"]}/omnigibson.kit')
app = lazy.omni.isaac.kit.SimulationApp(config_kwargs, experience=str(kit_file_target.resolve(strict=True)))

assert meets_minimum_isaac_version("2023.1.1"), "This version of OmniGibson supports Isaac Sim 2023.1.1 and above. Please update Isaac Sim."

Expand Down

0 comments on commit 361aec4

Please sign in to comment.