Skip to content

Commit

Permalink
change min position after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren committed Sep 13, 2022
1 parent a6e0b7c commit b3ead88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ActiveGraspDetector(smach.State):
REQUIRED_ARM_PROPERTIES = {"required_gripper_types": [GripperTypes.GRASPING], }

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

0 comments on commit b3ead88

Please sign in to comment.