Skip to content

Commit c2741bd

Browse files
committed
Merge branch 'feature/implement_grasp_detector_in_grab' of github.com:tue-robotics/tue_robocup into feature/implement_grasp_detector_in_grab
2 parents 815fe30 + 877614b commit c2741bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_smach_states/src/robot_smach_states/manipulation/active_grasp_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ActiveGraspDetector(smach.State):
1414
REQUIRED_ARM_PROPERTIES = {"required_gripper_types": [GripperTypes.GRASPING], }
1515

1616
def __init__(self, robot: Robot, arm_designator: ArmDesignator, threshold_difference: float = 0.075,
17-
minimum_position: float = -0.82, max_torque: float = 0.15) -> None:
17+
minimum_position: float = -0.80, max_torque: float = 0.15) -> None:
1818
"""
1919
State for detecting whether the robot is holding something using the gripper position.
2020

0 commit comments

Comments
 (0)