Skip to content

Commit

Permalink
[scripts/PublishPoseViveTracker.py] Update offset of wrist poses.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Jan 8, 2025
1 parent b21e7e8 commit 3cd239e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/PublishPoseViveTracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def __init__(self):
self.offset_mat_map = {
"waist": transformations.euler_matrix(-0.5 * np.pi, 0.0, 0.5 * np.pi, "rxyz"),
"left_elbow": transformations.translation_matrix([0.0, 0.0, 0.04]),
"left_wrist": transformations.translation_matrix([0.0, 0.0, 0.15]),
"left_wrist": transformations.translation_matrix([0.0, 0.0, 0.05]),
"right_elbow": transformations.translation_matrix([0.0, 0.0, 0.04]),
"right_wrist": transformations.translation_matrix([0.0, 0.0, 0.15]),
"right_wrist": transformations.translation_matrix([0.0, 0.0, 0.05]),
}

self.device_sn_to_body_part_map = {
Expand Down

0 comments on commit 3cd239e

Please sign in to comment.