Skip to content

Thank You for Being an Early Adopter!

Congratulations on being among the first to work with the R1 prototype! We sincerely appreciate your support and initiative in exploring the R1 at this stage. Any suggestions you have are invaluable in refining the system.

What can the R1 do?

Robot hand mapping

Quick implementable mapping to: - Robot hands with 1DOF per finger: currently supported. - Robot hands with 4DOF per finger: planned in May.

These algorithms remap glove tracking to robot hand values while maintaining accurate robot hand pinches.

See Robot hand mapper for more information.

Glove tracking data

40 (5 fingers x 8 sensors) rotary hall effect sensors enable robust tracking of all five fingers, providing millimeter level precision at the fingertips and along each phalanx. Data can be retrieved from software in the following formats: fingertip position/rotations, exoskeleton rotations/positions, and percentage bents.

alt text

Tracking specs Error
Average absolute deviation per joint: 0,42 degrees
Max deviation measured in a joint: 3,0 degrees
Exo fingertip open finger: up to 3 mm
Exo fingertip near closed hand up to 7 mm

Notes:

  • When using our robot hand mapper algorithm, this compensates for the tracking error resulting in pinch perfect accuracy.
  • Above values are for aligned exoskeleton linkages in a jig. The exoskeleton can bend sideways which allows for ergonomics of, for example, the ring finger and pinky. This can cause additional deviations in position.
  • These values are for a 0.4 prototype. Tolerances improved for 0.5 (version since January 2026), which may result in more accurate tracking.

For further tracking possibilities, measurement conditions and tracking definitions see the tracking docs.

Force feedback

The thumb, index, middle and ring finger (excluding pinky) feature Active Force Feedback (AFFB). The AFFB module can provide resistance on the operator’s fingers, simulating the presence of a rigid object in the robot’s grasp – as well as actively pulling force on the fingers, simulating for example an elastic object compressed by the robot hand. The active force feedback can simulate the resistance of a firm grip.

See the force docs for more information.

FPS and latency

FPS
(frames per second)
Up to 1kHz* for single glove, 0.5kHz for two gloves.
*depending on CPU specifications
Latency R1-PC one way latency: ~10ms. This is an estimate.

Known issues

Thumb tracking jitter

Some early prototype gloves (up to May 2026) have occasional tracking glitches, most often noticeable on the thumb. This problem lies in electronics and is solved in future prototypes. For these prototype versions, a small median filter is turned on by default. To filter out the remainder, this is best filtered using an additional median filter just before it goes into the robot hand.

📚 Documentation Sections

🚀 Getting Started - Supported software, and basic examples. Read this first!
🎯 Tracking Data - Finger tracking and position data
Forces - Force feedback and sensors
🤖 Robot hand mapper - Robot hand mapper, easily map to robot hands.
📖 API Reference - Available functions and their docs.

📦 Releases - Changelog of new releases