Skip to content

Commit f31614e

Browse files
committed
Add value -0.75 to grasp
1 parent 5bacddf commit f31614e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hero_skills/src/hero_skills/hero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, connection_timeout=robot.DEFAULT_CONNECTION_TIMEOUT):
4141

4242
hero_arm.add_part('gripper_position_detector',
4343
gripper_position_detector.GripperPositionDetector(self.robot_name, self.tf_buffer,
44-
"/" + self.robot_name + "/joint_states"))
44+
"/" + self.robot_name + "/joint_states", -0.75))
4545
self.add_arm_part('arm_center', hero_arm)
4646

4747
self.add_body_part('head', head.Head(self.robot_name, self.tf_buffer))

0 commit comments

Comments
 (0)