Skip to content

Commit e01d12a

Browse files
Revert "decrease the cube_scale to default, otherwise, the cube_stacked() terminiation function cannot be reached"
This reverts commit 6edd402.
1 parent 9ae55e2 commit e01d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/isaaclab_tasks/isaaclab_tasks/manager_based/manipulation/stack/config/ur10_gripper/stack_joint_pos_env_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class UR10CubeStackEnvCfg(StackEnvCfg):
7373
max_depenetration_velocity=5.0,
7474
disable_gravity=False,
7575
)
76-
cube_scale = (1.0, 1.0, 1.0)
76+
cube_scale = (1.5, 1.5, 1.5)
7777
# Listens to the required transforms
7878
marker_cfg = FRAME_MARKER_CFG.copy()
7979
marker_cfg.markers["frame"].scale = (0.1, 0.1, 0.1)

0 commit comments

Comments
 (0)