You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Components/Hands/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,16 @@
3
3
# Hands
4
4

5
5
6
-
This component is responsible for publishing the hand poses to ROS. They are published as [ManoLandmarksMsg](https://bitbucket.org/leggedrobotics/psyonic_ability_hand/src/main/retargeting_ros) which maps the Quest hand joints to the mano hand as shown below:
6
+
This component is responsible for publishing the hand poses to ROS. They are published as ManoLandmarksMsg which maps the Quest hand joints to the mano hand as shown below:
7
7
8
8

9
9
10
-
For the control it also publishes a [HandGestureMsg](https://bitbucket.org/leggedrobotics/psyonic_ability_hand/src/main/retargeting_ros) which simply outputs whether the left hand is pinched. This is tied to InputSystem references so is easy to change if need be.
10
+
For the control it also publishes a [HandGestureMsg](https://bitbucket.org/leggedrobotics/psyonic_ability_hand/src/main/retargeting_ros) which simply outputs whether the left hand is pinched. This is tied to InputSystem references so is easy to change if need be.
0 commit comments