Hugging Face Ships Grabette for Open VLA Data Collection
Hugging Face and Pollen Robotics released Grabette, an open-source handheld gripper designed to scale data collection for vision-language-action models.
On July 21, 2026, Hugging Face and Pollen Robotics released Grabette, an open-source handheld gripper built to record physical demonstration data. The system allows developers to step away from laboratory-bound teleoperation rigs and capture high-quality manipulation trajectories in any environment. This release directly addresses the physical data bottleneck constraining the training of vision-language-action models.
Hardware Architecture
Grabette functions purely as a data collection instrument. It is designed to pair with Gripette, its robotic end-effector counterpart used for actual policy execution. By sharing identical hardware specifications across both the collection and execution devices, the system minimizes transfer errors when deploying trained models to physical hardware.
The device relies on accessible, off-the-shelf components to ensure teams can replicate it at a low cost. The compute layer runs on a Raspberry Pi Zero 2W, balancing power efficiency with enough processing capability to manage the sensor streams. Two Feetech STS3215 servos provide actuation, utilizing magnetic encoders to capture precise gripper states during operation. These specific servos ensure the torque and resistance feedback roughly match the physical reality the executing robot will encounter.
Sensory input relies on a dual-camera configuration. A wide fisheye lens capturing video at 1296x972 provides a wrist-mounted perspective. An OAK-D depth camera handles the spatial recording, generating the necessary data for 6-DoF trajectory reconstruction.
Data Processing and Export
The hardware stack records synchronized visual and kinematic data at frequencies between 10Hz and 20Hz. The system uses Simultaneous Localization and Mapping (SLAM) algorithms to map the 3D trajectories of the hand as the operator physically guides the gripper through a task.
Data flows through a gRPC motor and camera service, which streams frames and positions over the network. Users can then clean and reconstruct these trajectories directly within a browser-based pipeline.
Processed datasets export natively to the standardized LeRobot format, ensuring immediate compatibility with Hugging Face’s broader open-source robotics ecosystem.
Open Infrastructure Strategy
The system architecture follows the design principles established by Stanford’s Universal Manipulation Interface (UMI). By standardizing the physical collection tool, Hugging Face aims to crowdsource a massive, collaborative data commons for robotic learning.
This hardware release builds on Hugging Face’s acquisition of Pollen Robotics in April 2025. The integration signals a clear operational mandate to establish the company as a primary hub for physical AI datasets, mirroring its position in text and vision models. Pollen Robotics also confirmed development of Casquette, an upcoming head-mounted device designed to capture egocentric point-of-view demonstrations.
If your team trains manipulation policies, Grabette offers a standardized path to build custom datasets without investing in stationary teleoperation infrastructure. Adopting the LeRobot format ensures your recorded trajectories remain compatible with standard open-source training pipelines.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
How to Profile PyTorch Attention Kernels on A100 GPUs
Learn how to use the PyTorch profiler to identify memory and compute bottlenecks in attention mechanisms using Hugging Face's tracing methodology.
Hugging Face Breach Exposes Metadata for 1,800 Private Models
A compromised administrative credential bypassed legacy MFA on Hugging Face, exposing thousands of user API tokens and private repository metadata.
Real World VoiceEQ Benchmark Quantifies AI Emotional Nuance
Hugging Face has released Real World VoiceEQ, a benchmark using an 8-KPI framework to evaluate the emotional intelligence and acoustic realism of AI voices.
Native-Speed vLLM Backend Ships for 450+ Transformers Models
Hugging Face updated the vLLM transformers backend to automatically optimize over 450 model architectures for high-speed inference without custom kernel ports.
One-Click Azure Deployment Arrives for 11,000 Open Models
Enterprise developers can now deploy over 11,000 curated open-weight Hugging Face models directly to Azure A100 and H100 GPUs via Microsoft Foundry.