Skip to content

Commit b232dd7

Browse files
committed
Remove attribute description minimum_position in active_grasp_detector
1 parent b18248a commit b232dd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

robot_smach_states/src/robot_smach_states/manipulation/active_grasp_detector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from robot_smach_states.util.designators.arm import ArmDesignator
1111

1212

13-
1413
class ActiveGraspDetector(smach.State):
1514
REQUIRED_ARM_PROPERTIES = {"required_gripper_types": [GripperTypes.GRASPING], }
1615

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

0 commit comments

Comments
 (0)