Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions autonomy/wato_msgs/common_msgs/msg/VRFingerFeatures.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
float32 curl

# Not used by thumb
float32 flexion

# Not used by pinky
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Not used by pinky
# Abduction is the angle between the fingers, so from 5 fingers, there are only 4 in-between-angles. E.g. index finger's abduction angle represent the angle between the index finger and the middle finger.
# Not used by pinky coz the ring finger's abduction angle already represent the angle between the ring and pinky finger

float32 abduction

# Not used by thumb
float32 opposition
Comment on lines +1 to +10
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if the comments could be more descriptive on what each value represent? So the simulation team that is working on resolving the joint angle from it can sync up better with it

5 changes: 5 additions & 0 deletions autonomy/wato_msgs/common_msgs/msg/VRHandState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sample_msgs/FingerFeatures thumb
sample_msgs/FingerFeatures index
sample_msgs/FingerFeatures middle
sample_msgs/FingerFeatures ring
sample_msgs/FingerFeatures pinky
12 changes: 12 additions & 0 deletions autonomy/wato_msgs/common_msgs/msg/VRTwoHandState.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
std_msgs/Header header

smple_msgs/VRHandState left
sample_msgs/VRHandState right

# right hand position - left hand position
geometry_msgs/msg/Vector3 position_diff
float32 distance

# sin/cos of right hand rotation - left hand rotation
geometry_msgs/Vector3 rotation_diff_sin
geometry_msgs/Vector3 rotation_diff_cosa
Loading