Skip to content

Commit

Permalink
Remove attribute description minimum_position in active_grasp_detector
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoDCC committed Oct 16, 2022
1 parent b18248a commit b232dd7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from robot_smach_states.util.designators.arm import ArmDesignator



class ActiveGraspDetector(smach.State):
REQUIRED_ARM_PROPERTIES = {"required_gripper_types": [GripperTypes.GRASPING], }

Expand All @@ -27,7 +26,6 @@ def __init__(self, robot: Robot, arm_designator: ArmDesignator, threshold_differ
:param robot: Robot to execute the state with
:param arm_designator: designator that resolves to arm to check
:param threshold_difference: Difference between base and final position
:param minimum_position: Minimum position to assume that the gripper is holding something
:param max_torque: Max torque of the gripper to perform the test with
"""

Expand Down

0 comments on commit b232dd7

Please sign in to comment.