We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3281990 + 34d79e9 commit 428c3f2Copy full SHA for 428c3f2
1 file changed
python/rcs/hand/tilburg_hand.py
@@ -77,7 +77,8 @@ def set_zero_pos(self):
77
"""
78
Sets all finger joint positions to zero.
79
80
- self._motors.goto_zero_position()
+ pos_normalized = 0 * self.MAX_GRASP_JOINTS_VALS
81
+ self._motors.set_pos_vector(pos_normalized, unit=self._cfg.control_unit)
82
logger.info("All joints reset to zero position.")
83
84
def set_joint_pos(self, finger_joint: Finger, pos_value: float):
0 commit comments