Skip to content

Commit

Permalink
Update scene_selector.py (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule authored Jan 12, 2023
1 parent 8691b02 commit c0cd203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/examples/scenes/scene_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main(random_selection=False, headless=False, short_exec=False):
# Choose the scene type to load
scene_options = {
"InteractiveTraversableScene": "Procedurally generated scene with fully interactive objects",
"StaticTraversableScene": "Monolithic scene mesh with no interactive objects",
# "StaticTraversableScene": "Monolithic scene mesh with no interactive objects",
}
scene_type = choose_from_options(options=scene_options, name="scene type", random_selection=random_selection)

Expand Down

0 comments on commit c0cd203

Please sign in to comment.