Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def __post_init__(self):
# Set surface gripper: Ensure the SurfaceGripper prim has the required attributes
self.scene.surface_gripper = SurfaceGripperCfg(
prim_path="{ENV_REGEX_NS}/Robot/right_suction_cup_tcp_link/SurfaceGripper",
max_grip_distance=0.02,
max_grip_distance=0.0075,
shear_force_limit=5000.0,
coaxial_force_limit=5000.0,
retry_interval=0.05,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __post_init__(self):
# Set surface gripper: Ensure the SurfaceGripper prim has the required attributes
self.scene.surface_gripper = SurfaceGripperCfg(
prim_path="{ENV_REGEX_NS}/Robot/ee_link/SurfaceGripper",
max_grip_distance=0.05,
max_grip_distance=0.0075,
shear_force_limit=5000.0,
coaxial_force_limit=5000.0,
retry_interval=0.05,
Expand Down Expand Up @@ -190,7 +190,7 @@ def __post_init__(self):
# Set surface gripper: Ensure the SurfaceGripper prim has the required attributes
self.scene.surface_gripper = SurfaceGripperCfg(
prim_path="{ENV_REGEX_NS}/Robot/ee_link/SurfaceGripper",
max_grip_distance=0.05,
max_grip_distance=0.0075,
shear_force_limit=5000.0,
coaxial_force_limit=5000.0,
retry_interval=0.05,
Expand Down
Loading