Skip to content

Commit

Permalink
Merge pull request #160 from StanfordVL/refactor-behavior-task
Browse files Browse the repository at this point in the history
remove outdated disable collision API
  • Loading branch information
cremebrule authored Apr 10, 2023
2 parents c77de3e + 832e012 commit 07807b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions omnigibson/scenes/scene_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ def _load_objects_from_scene_file(self):
position=init_state[obj_name]["root_link"]["pos"],
orientation=init_state[obj_name]["root_link"]["ori"],
)

self.disable_collisions_for_fixed_objects()

def _should_load_object(self, obj_info):
"""
Expand Down

0 comments on commit 07807b0

Please sign in to comment.