Skip to content

Commit 58bd343

Browse files
author
David von Wrangel
committed
fixed iris options for the bimanual example
1 parent afdf2a4 commit 58bd343

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

reproduction/bimanual/bimanual_iiwa_example.ipynb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,21 @@
104104
"iris_options.iteration_limit = 5\n",
105105
"iris_options.termination_threshold = -1\n",
106106
"iris_options.relative_termination_threshold = 0.02\n",
107+
"iris_options.num_collision_infeasible_samples = 1\n",
107108
"CORE_CNT = int(mp.cpu_count()/2) # you may edit this\n",
108109
"\n",
109110
"filterCollsionGeometry(scene_graph, sg_context)\n",
110111
"\n",
111112
"seed_points = getConfigurationSeeds()"
112113
]
113114
},
115+
{
116+
"cell_type": "markdown",
117+
"metadata": {},
118+
"source": [
119+
"# Regenerate IRIS Regions"
120+
]
121+
},
114122
{
115123
"cell_type": "code",
116124
"execution_count": null,
@@ -151,16 +159,6 @@
151159
" pickle.dump(regions,f)"
152160
]
153161
},
154-
{
155-
"cell_type": "code",
156-
"execution_count": null,
157-
"metadata": {},
158-
"outputs": [],
159-
"source": [
160-
"with open(os.path.join(GcsDir(), 'data/bimanual/iris_regions.reg'), 'rb') as f:\n",
161-
" regions = pickle.load(f)"
162-
]
163-
},
164162
{
165163
"cell_type": "code",
166164
"execution_count": null,
@@ -245,7 +243,7 @@
245243
"name": "python",
246244
"nbconvert_exporter": "python",
247245
"pygments_lexer": "ipython3",
248-
"version": "3.8.10"
246+
"version": "3.11.4"
249247
}
250248
},
251249
"nbformat": 4,

0 commit comments

Comments
 (0)