Skip to content

Commit 48969f8

Browse files
committed
update ioai grasp env
1 parent 1063f4a commit 48969f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/ioai_examples/ioai_grasp_env.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ def _setup_simulator(self, headless=False):
109109
.joinpath(self.simulator.synthnova_assets_directory)
110110
.joinpath("synthnova_assets")
111111
.joinpath("objects")
112-
.joinpath("table_old")
112+
.joinpath("table")
113113
.joinpath("table.xml"),
114114
position=[0.65, 0, 0],
115-
orientation=[0, 0, 0.70711, -0.70711],
116-
scale=[0.5, 0.7, 0.5]
115+
orientation=[0, 0, 0.70711, 0.70711],
116+
# scale=[0.5, 0.7, 0.5]
117117
)
118118
self.simulator.add_object(table_config)
119119

@@ -126,8 +126,8 @@ def _setup_simulator(self, headless=False):
126126
.joinpath("objects")
127127
.joinpath("bucket")
128128
.joinpath("bucket.xml"),
129-
position=[0.65, -0.1, 0.55],
130-
orientation=[0, 0, 0, 1],
129+
position=[0.7, -0.1, 0.55],
130+
orientation=[0, 0, 0.70711, 0.70711],
131131
)
132132
self.simulator.add_object(bucket_config)
133133

0 commit comments

Comments
 (0)