VR Gloves Documentation

Hi5 VR Glove Documentation

View Hand Code View Unity Code View Glove SDK Docs Avatar Quest Team (members ONLY)

Package Contents

Calibration

Unity Usage

How they will work

The gloves on Unity will mimic the position of the AVA gloves, and not vice versa.

  1. VR Gloves will connect to the HTC Vive using its Dongle
  2. The tracker will allow the Vive to full pair with the glove system
  3. On movement of a finger, otherwise defined as a bone
    1. We will get position and rotational data of the bone in correspondence to the VR Glove in correspondence to the HTC Vive Headset
    2. Using that data we will submit the dat

Communication to the Avatar

  1. The data will be sent through rosbridge websocket
  2. Communication Topics
    1. /hand -> Vector3 (hand orientation)
    2. /finger<n> -> Vector3 (individual finger positions)a to ROS and to the Control scsw hand as required

Communication to the Avatar

  1. The data will be sent through rosbridge websocket
  2. Communication Topics
    1. /hand -> Vector3 (hand orientation)
    2. finger<n> -> Vector3 (individual finger positions)

Sample Code Snippets

// Some code goes here - Snippet 1
// Some code goes here - Snippet 2
// Some code goes here - Snippet 3