Skip to content

Commit

Permalink
Merge branch 'feature/implement_grasp_detector_in_grab' of github.com…
Browse files Browse the repository at this point in the history
…:tue-robotics/tue_robocup into feature/implement_grasp_detector_in_grab
  • Loading branch information
PetervDooren committed Sep 13, 2022
2 parents 815fe30 + 877614b commit c2741bd
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 c2741bd

Please sign in to comment.