Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mees committed Nov 2, 2021
1 parent a7c0946 commit a168a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calvin_env/scene/play_table_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def load(self):
if button_switch.effect == light.name:
button_switch.add_effect(light)

self.p.loadURDF(os.path.join(self.data_path, "plane.urdf"), physicsClientId=self.cid)
self.p.loadURDF(os.path.join(self.data_path, "plane/plane.urdf"), physicsClientId=self.cid)

def reset(self, scene_obs=None):
"""Reset objects and doors to initial position."""
Expand Down

0 comments on commit a168a1a

Please sign in to comment.