Search is not available for this dataset
video video 2.62k 3.59k | label class label 2
classes |
|---|---|
0observation.images.ego | |
0observation.images.ego | |
0observation.images.ego | |
1observation.images.wrist | |
1observation.images.wrist | |
1observation.images.wrist |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
xarm-wire-rope-v0
A single-task teleoperation dataset for wiring a rope through two rings, collected on an xArm7 robot arm via phone teleoperation.
Overview
| Field | Value |
|---|---|
| Robot | xArm7 |
| Tasks | 1 |
| Episodes | 210 |
| Total frames | 290,153 |
| Total duration | |
| FPS | 30 |
| Format | LeRobot v3.0 |
Tasks
| task_index | Description | Episodes | Duration |
|---|---|---|---|
| 0 | Wire the rope through two rings | 210 | ~161.2 min |
Episode Length
| Stat | Frames | Seconds |
|---|---|---|
| Min | 772 | 25.7 |
| Median | 1347 | 44.9 |
| Mean | 1382 | 46.1 |
| Max | 2387 | 79.6 |
Observation Space
State (observation.state) β float32[15]
| Index | Name | Description |
|---|---|---|
| 0β2 | tcp.x/y/z |
TCP position (meters) |
| 3β6 | tcp.qw/qx/qy/qz |
TCP orientation as quaternion (scalar-first, canonical w β₯ 0) |
| 7β13 | joint.0βjoint.6 |
Joint angles (radians) |
| 14 | gripper |
Gripper state |
Cameras
| Key | Resolution | FPS | Codec | Description |
|---|---|---|---|---|
observation.images.ego |
320Γ240 | 30 | h264 | Third-person egocentric view (downsampled 2Γ from 640Γ480) |
observation.images.wrist |
320Γ240 | 30 | h264 | Wrist-mounted camera (downsampled 2Γ from 640Γ480) |
Action Space
Action (action) β float32[8]
| Index | Name | Description |
|---|---|---|
| 0β2 | tcp.x/y/z |
Target TCP position (meters) |
| 3β6 | tcp.qw/qx/qy/qz |
Target TCP orientation as quaternion (scalar-first) |
| 7 | gripper |
Target gripper command |
Dataset Structure
xarm-wire-rope-v0/
βββ data/
β βββ chunk-000/
β βββ file-000.parquet # All frames (290,153 rows)
βββ videos/
β βββ chunk-000/
β βββ observation.images.ego/ # 3 Γ file-NNN.mp4 (packed, β€200 MB each)
β βββ observation.images.wrist/ # 3 Γ file-NNN.mp4 (packed, β€200 MB each)
βββ meta/
βββ info.json
βββ stats.json
βββ tasks.parquet
βββ episodes/
βββ chunk-000/
βββ file-000.parquet # Per-episode metadata and stats
Videos were recorded one MP4 per episode at 640Γ480, then packed into multi-episode files and downsampled 2Γ via teleoperation/combined_videos.py. Each camera key is split across three packed files (episodes 0β80 in file-000.mp4, 81β152 in file-001.mp4, 153β209 in file-002.mp4). Per-episode timestamp ranges and file assignments are recorded in meta/episodes/.../file-000.parquet under videos/<key>/file_index, videos/<key>/from_timestamp, and videos/<key>/to_timestamp.
- Downloads last month
- 79