Skip to content

Commit 2c86e15

Browse files
Added manlandmarksmsg
1 parent 736393d commit 2c86e15

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Assets/Components/Hands/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
# Hands
44
![Hands](/docs/images/hands.gif)
55

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:
77

88
![Mano](/docs/images/mano.png)
99

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.
11+
12+
The message is defined simply as:
13+
14+
```msg
15+
std_msgs/Header header
16+
17+
geometry_msgs/Point[] landmarks
18+
```

0 commit comments

Comments
 (0)