Blog
Technical guides on robotics data pipelines, dataset formats, and training data infrastructure.
Your Robot Doesn't Know Where the Table Is. Neither Does Its Training Data — We Checked.
We audited seven representative LeRobot datasets on Hugging Face — 9,694 episodes combined. None declared camera calibration, six declared no depth stream, and none carried a versioned spatial artifact. The 3D signals the newest VLA papers rely on are missing from the data.
Is Your Synthetic Robot Data Actually Diverse? We Put a Number on NVIDIA's.
We ran our embedding diversity check on NVIDIA's IsaacSim synthetic manipulation data: near-zero visual redundancy — it passes the test scripted-sim datasets fail. Plus a false positive we caught and fixed in our own QA.
We Put a Vector Layer Over 5 Popular Robotics Datasets. Here's What That Unlocks.
A DINOv2 embedding over every episode, run through our dataset CI. Four scripted-sim datasets collapse to a single visual cluster; libero splits into ten. The diversity and tail-episode signals never show up in rule-based QA.
We Audited 5 Popular LeRobot Datasets. 4 Ship Stats That Produce Inf.
We ran traceplane check on five of the most-downloaded LeRobot datasets on HuggingFace. Every single-task dataset ships normalization stats that produce Inf the moment your dataloader uses them — silently.
GEN-1 Proved Human Data Trains Robots. Here's the Infrastructure You Need.
Generalist AI achieved 99% success rates using 500K hours of human activity data and zero robot data. Here's the data infrastructure required to replicate this approach.
We Audited 10 Popular Open-Source Robot Datasets. Here's What We Found.
We ran automated quality checks on 10 widely-used robotics datasets including Bridge V2, Open X-Embodiment, ALOHA, and LeRobot datasets. Every single one had issues that could silently degrade your policy.
Automated QA for Robot Trajectory Data: A Three-Layer Framework
Why "record more demos" doesn't fix training failures. A practical framework for structural, kinematic, and semantic quality checks on every episode — automatically.
How to Convert rosbag2 Data to LeRobot Format
A practical guide to converting ROS 2 bag files (.mcap, .db3) to HuggingFace LeRobot's Parquet + MP4 format for policy training. Covers timestamp alignment, video encoding, and schema mapping.