Skip to content

Commit 634f5b6

Browse files
committed
missed a step
1 parent 70986d9 commit 634f5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpad/rlbench_utils/placement_dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_anchor_points(
199199
if use_from_simulator:
200200
handle_mapping = {
201201
name: sim.simGetObjectHandle(name)
202-
for name in BACKGROUND_NAMES + ROBOT_NONGRIPPER_NAMES
202+
for name in BACKGROUND_NAMES + ROBOT_NONGRIPPER_NAMES + GRIPPER_OBJ_NAMES
203203
}
204204

205205
if anchor_mode == AnchorMode.RAW:

0 commit comments

Comments
 (0)