We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bacddf commit f31614eCopy full SHA for f31614e
hero_skills/src/hero_skills/hero.py
@@ -41,7 +41,7 @@ def __init__(self, connection_timeout=robot.DEFAULT_CONNECTION_TIMEOUT):
41
42
hero_arm.add_part('gripper_position_detector',
43
gripper_position_detector.GripperPositionDetector(self.robot_name, self.tf_buffer,
44
- "/" + self.robot_name + "/joint_states"))
+ "/" + self.robot_name + "/joint_states", -0.75))
45
self.add_arm_part('arm_center', hero_arm)
46
47
self.add_body_part('head', head.Head(self.robot_name, self.tf_buffer))
0 commit comments