Skip to content

Commit

Permalink
missed a step
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner committed May 21, 2024
1 parent 70986d9 commit 634f5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpad/rlbench_utils/placement_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_anchor_points(
if use_from_simulator:
handle_mapping = {
name: sim.simGetObjectHandle(name)
for name in BACKGROUND_NAMES + ROBOT_NONGRIPPER_NAMES
for name in BACKGROUND_NAMES + ROBOT_NONGRIPPER_NAMES + GRIPPER_OBJ_NAMES
}

if anchor_mode == AnchorMode.RAW:
Expand Down

0 comments on commit 634f5b6

Please sign in to comment.