Browse Source

[fix] fix constants matrixs bug.

main
silencht 2 years ago
parent
commit
fdc8dd44f3
  1. 4
      teleop/constants_vuer.py

4
teleop/constants_vuer.py

@ -4,12 +4,12 @@ tip_indices = [4, 9, 14, 19, 24]
hand2inspire_l_arm = np.array([[1, 0, 0, 0], hand2inspire_l_arm = np.array([[1, 0, 0, 0],
[0, 0, -1, 0], [0, 0, -1, 0],
[1, 1, 0, 0],
[0, 1, 0, 0],
[0, 0, 0, 1]]) [0, 0, 0, 1]])
hand2inspire_r_arm = np.array([[1, 0, 0, 0], hand2inspire_r_arm = np.array([[1, 0, 0, 0],
[0, 0, 1, 0], [0, 0, 1, 0],
[1, -1, 0, 0],
[0, -1, 0, 0],
[0, 0, 0, 1]]) [0, 0, 0, 1]])
hand2inspire_l_finger = np.array([[0, -1, 0, 0], hand2inspire_l_finger = np.array([[0, -1, 0, 0],

Loading…
Cancel
Save