yosubshin shu4dev commited on
Commit
752cb72
·
0 Parent(s):

Duplicate from shu4dev/aic-cable-insertion_sample

Browse files

Co-authored-by: Brian Shu <shu4dev@users.noreply.huggingface.co>

Files changed (33) hide show
  1. .gitattributes +60 -0
  2. .ipynb_checkpoints/README-checkpoint.md +211 -0
  3. README.md +211 -0
  4. data/chunk-000/episode_000000.parquet +3 -0
  5. data/chunk-000/episode_000001.parquet +3 -0
  6. data/chunk-000/episode_000002.parquet +3 -0
  7. data/chunk-000/episode_000003.parquet +3 -0
  8. data/chunk-000/episode_000004.parquet +3 -0
  9. meta/.ipynb_checkpoints/episodes-checkpoint.jsonl +5 -0
  10. meta/.ipynb_checkpoints/episodes_stats-checkpoint.jsonl +5 -0
  11. meta/.ipynb_checkpoints/info-checkpoint.json +163 -0
  12. meta/.ipynb_checkpoints/stats-checkpoint.json +170 -0
  13. meta/.ipynb_checkpoints/tasks-checkpoint.jsonl +5 -0
  14. meta/episodes.jsonl +5 -0
  15. meta/episodes_stats.jsonl +5 -0
  16. meta/info.json +170 -0
  17. meta/stats.json +174 -0
  18. meta/tasks.jsonl +5 -0
  19. videos/chunk-000/observation.images.center_camera/episode_000000.mp4 +3 -0
  20. videos/chunk-000/observation.images.center_camera/episode_000001.mp4 +3 -0
  21. videos/chunk-000/observation.images.center_camera/episode_000002.mp4 +3 -0
  22. videos/chunk-000/observation.images.center_camera/episode_000003.mp4 +3 -0
  23. videos/chunk-000/observation.images.center_camera/episode_000004.mp4 +3 -0
  24. videos/chunk-000/observation.images.left_camera/episode_000000.mp4 +3 -0
  25. videos/chunk-000/observation.images.left_camera/episode_000001.mp4 +3 -0
  26. videos/chunk-000/observation.images.left_camera/episode_000002.mp4 +3 -0
  27. videos/chunk-000/observation.images.left_camera/episode_000003.mp4 +3 -0
  28. videos/chunk-000/observation.images.left_camera/episode_000004.mp4 +3 -0
  29. videos/chunk-000/observation.images.right_camera/episode_000000.mp4 +3 -0
  30. videos/chunk-000/observation.images.right_camera/episode_000001.mp4 +3 -0
  31. videos/chunk-000/observation.images.right_camera/episode_000002.mp4 +3 -0
  32. videos/chunk-000/observation.images.right_camera/episode_000003.mp4 +3 -0
  33. videos/chunk-000/observation.images.right_camera/episode_000004.mp4 +3 -0
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - lerobot
7
+ - robotics
8
+ - cable-insertion
9
+ - manipulation
10
+ - imitation-learning
11
+ - vision-language-action
12
+ - intrinsic
13
+ - ai-for-industry-challenge
14
+ - ur5e
15
+ - sim-to-real
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: "data/**/*.parquet"
21
+ ---
22
+
23
+ # AIC Cable Insertion Dataset
24
+
25
+ ## About the AI for Industry Challenge
26
+
27
+ This dataset was collected for the [AI for Industry Challenge (AIC)](https://www.intrinsic.ai/events/ai-for-industry-challenge), an open competition by **Intrinsic** (an Alphabet company) for developers and roboticists aimed at solving high-impact problems in robotics and manufacturing.
28
+
29
+ The challenge task is **cable insertion** — commanding a UR5e robot arm to insert fiber-optic cable plugs (SFP modules and SC connectors) into ports on a configurable task board in simulation (Gazebo). Policies must generalize across randomized board poses, rail positions, and plug/port types.
30
+
31
+ **Competition Resources**
32
+ - **Event Page**: [intrinsic.ai/events/ai-for-industry-challenge](https://www.intrinsic.ai/events/ai-for-industry-challenge)
33
+ - **Toolkit Repository**: [github.com/intrinsic-dev/aic](https://github.com/intrinsic-dev/aic)
34
+ - **Discussion Forum**: [Open Robotics Discourse](https://discourse.openrobotics.org/c/competitions/ai-for-industry-challenge/)
35
+
36
+ ---
37
+
38
+ ## Dataset Description
39
+
40
+ This dataset contains teleoperated demonstrations of cable insertion tasks recorded from the AIC Gazebo simulation environment as ROS 2 bag files (.mcap), converted to **LeRobot v2.1** format for training Vision-Language-Action (VLA) policies.
41
+
42
+ ### Key Facts
43
+
44
+ | Property | Value |
45
+ |---|---|
46
+ | **Robot** | UR5e (6-DOF) with impedance controller |
47
+ | **Simulator** | Gazebo (ROS 2) |
48
+ | **Episodes** | 5 |
49
+ | **Cameras** | 3 wrist-mounted (left, center, right) |
50
+ | **Camera Resolution** | 288×256 (downscaled from 1152×1024 at 0.25×) |
51
+ | **FPS** | 20 Hz |
52
+ | **Observation State** | 31-dim (TCP pose + velocity + error + joint positions + F/T wrench) |
53
+ | **Action Space** | 6-dim Cartesian velocity (linear xyz + angular xyz) |
54
+ | **Task Types** | SFP module → NIC port, SC plug → SC port |
55
+
56
+ ### Tasks
57
+
58
+ Each episode is labeled with a specific language instruction identifying the plug type, target port, and target rail:
59
+
60
+ | Episode | Task Instruction |
61
+ |---|---|
62
+ | 0 | Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_0 |
63
+ | 1 | Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_2 |
64
+ | 2 | Insert the grasped SC plug into sc_port_base on SC port 1 mounted on sc_rail_1 |
65
+ | 3 | Insert the grasped SC plug into sc_port_base on SC port 0 mounted on sc_rail_0 |
66
+ | 4 | Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_3 |
67
+
68
+ ### Scene Variation
69
+
70
+ Each trial features different randomization to encourage policy generalization:
71
+
72
+ | Episode | Board Yaw (°) | Board Height (m) | Cable Type | Other Components Present |
73
+ |---|---|---|---|---|
74
+ | 0 (Trial 1) | ~25° | 1.140 | sfp_sc_cable | NIC cards on rail 0 & 1, SC mount, SFP mount |
75
+ | 1 (Trial 2) | ~45° | 1.200 | sfp_sc_cable | NIC card on rail 2, LC mount, SFP mount |
76
+ | 2 (Trial 3) | ~60° | 1.300 | sfp_sc_cable_reversed | SC ports on rail 0 & 1, SFP mount, SC mount, LC mount |
77
+ | 3 (Trial 5) | ~15° | 1.110 | sfp_sc_cable_reversed | SC port on rail 0, SFP mounts on both rails |
78
+ | 4 (Trial 7) | ~30° | 1.100 | sfp_sc_cable | NIC cards on rail 0 & 3, SC ports on both rails, LC mount, SFP mount |
79
+
80
+ ---
81
+
82
+ ## Data Format and Features
83
+
84
+ ### Observation State (31-dim)
85
+
86
+ | Index | Feature | Description |
87
+ |---|---|---|
88
+ | 0–2 | `tcp_pose.position.{x,y,z}` | TCP position in base frame |
89
+ | 3–6 | `tcp_pose.orientation.{x,y,z,w}` | TCP orientation (quaternion) |
90
+ | 7–9 | `tcp_velocity.linear.{x,y,z}` | TCP linear velocity |
91
+ | 10–12 | `tcp_velocity.angular.{x,y,z}` | TCP angular velocity |
92
+ | 13–18 | `tcp_error.{x,y,z,rx,ry,rz}` | Tracking error (current vs. reference) |
93
+ | 19–24 | `joint_positions.{0–5}` | Joint angles (shoulder_pan → wrist_3) |
94
+ | 25–27 | `wrench.force.{x,y,z}` | Wrist force-torque sensor (force) |
95
+ | 28–30 | `wrench.torque.{x,y,z}` | Wrist force-torque sensor (torque) |
96
+
97
+ ### Action (6-dim Cartesian velocity)
98
+
99
+ | Index | Feature | Description |
100
+ |---|---|---|
101
+ | 0–2 | `linear.{x,y,z}` | Cartesian linear velocity command |
102
+ | 3–5 | `angular.{x,y,z}` | Cartesian angular velocity command |
103
+
104
+ ### Camera Views
105
+
106
+ Three wrist-mounted cameras provide stereo-like coverage of the insertion workspace:
107
+
108
+ - `observation.images.left_camera` — Left wrist camera (288×256 RGB)
109
+ - `observation.images.center_camera` — Center wrist camera (288×256 RGB)
110
+ - `observation.images.right_camera` — Right wrist camera (288×256 RGB)
111
+
112
+ Videos are stored as MP4 files (H.264, 20 fps).
113
+
114
+ ---
115
+
116
+ ## Dataset Structure
117
+
118
+ ```
119
+ aic_lerobot_dataset/
120
+ ├── data/
121
+ │ └── chunk-000/
122
+ │ ├── episode_000000.parquet
123
+ │ ├── episode_000001.parquet
124
+ │ ├── episode_000002.parquet
125
+ │ ├── episode_000003.parquet
126
+ │ └── episode_000004.parquet
127
+ ├── meta/
128
+ │ ├── info.json
129
+ │ ├── tasks.jsonl
130
+ │ ├── episodes.jsonl
131
+ │ ├── episodes_stats.jsonl
132
+ │ └── stats.json
133
+ └── videos/
134
+ └── chunk-000/
135
+ ├── observation.images.left_camera/
136
+ │ └── episode_00000{0-4}.mp4
137
+ ├── observation.images.center_camera/
138
+ │ └── episode_00000{0-4}.mp4
139
+ └── observation.images.right_camera/
140
+ └── episode_00000{0-4}.mp4
141
+ ```
142
+
143
+ ---
144
+
145
+ ## Usage
146
+
147
+ ### Loading with LeRobot
148
+
149
+ ```python
150
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
151
+
152
+ dataset = LeRobotDataset("shu4dev/aic-cable-insertion")
153
+
154
+ # Access a frame
155
+ sample = dataset[0]
156
+ print(sample["observation.state"].shape) # torch.Size([31])
157
+ print(sample["action"].shape) # torch.Size([6])
158
+ ```
159
+
160
+ ### Loading with HuggingFace Datasets
161
+
162
+ ```python
163
+ from datasets import load_dataset
164
+
165
+ ds = load_dataset("shu4dev/aic-cable-insertion")
166
+ print(ds["train"][0])
167
+ ```
168
+
169
+ ---
170
+
171
+ ## Data Collection
172
+
173
+ Demonstrations were collected via **teleoperation** in the AIC Gazebo simulation environment using the LeRobot integration (`lerobot-record`) with keyboard-based Cartesian control. The robot starts each trial with the cable plug already grasped and positioned within a few centimeters of the target port.
174
+
175
+ Raw ROS 2 bag data (.mcap files, 10–16 GB each) was converted to LeRobot v2.1 format using a custom streaming converter that:
176
+
177
+ 1. Filters to only the 8 needed ROS topics (skipping TF, contacts, scoring)
178
+ 2. Synchronizes all modalities to the center camera timestamps at 20 Hz
179
+ 3. Extracts observation state from `/aic_controller/controller_state`, `/joint_states`, and `/fts_broadcaster/wrench`
180
+ 4. Extracts actions from `/aic_controller/pose_commands` (Cartesian velocity mode)
181
+ 5. Encodes camera streams as H.264 MP4 via direct ffmpeg pipe
182
+
183
+ ---
184
+
185
+ ## Intended Use
186
+
187
+ This dataset is intended for:
188
+
189
+ - Training **imitation learning** policies (ACT, Diffusion Policy, etc.)
190
+ - Training **VLA models** (π0, GR00T, OpenVLA, etc.) with language-conditioned cable insertion
191
+ - Benchmarking sim-to-sim transfer for contact-rich manipulation
192
+ - Research on fine-grained insertion tasks with force feedback
193
+
194
+ ---
195
+
196
+ ## Citation
197
+
198
+ If you use this dataset, please cite the AI for Industry Challenge:
199
+
200
+ ```
201
+ @misc{aic2026,
202
+ title={AI for Industry Challenge Toolkit},
203
+ author={Intrinsic Innovation LLC},
204
+ year={2026},
205
+ url={https://github.com/intrinsic-dev/aic}
206
+ }
207
+ ```
208
+
209
+ ## License
210
+
211
+ Apache License 2.0
README.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - lerobot
7
+ - robotics
8
+ - cable-insertion
9
+ - manipulation
10
+ - imitation-learning
11
+ - vision-language-action
12
+ - intrinsic
13
+ - ai-for-industry-challenge
14
+ - ur5e
15
+ - sim-to-real
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: "data/**/*.parquet"
21
+ ---
22
+
23
+ # AIC Cable Insertion Dataset
24
+
25
+ ## About the AI for Industry Challenge
26
+
27
+ This dataset was collected for the [AI for Industry Challenge (AIC)](https://www.intrinsic.ai/events/ai-for-industry-challenge), an open competition by **Intrinsic** (an Alphabet company) for developers and roboticists aimed at solving high-impact problems in robotics and manufacturing.
28
+
29
+ The challenge task is **cable insertion** — commanding a UR5e robot arm to insert fiber-optic cable plugs (SFP modules and SC connectors) into ports on a configurable task board in simulation (Gazebo). Policies must generalize across randomized board poses, rail positions, and plug/port types.
30
+
31
+ **Competition Resources**
32
+ - **Event Page**: [intrinsic.ai/events/ai-for-industry-challenge](https://www.intrinsic.ai/events/ai-for-industry-challenge)
33
+ - **Toolkit Repository**: [github.com/intrinsic-dev/aic](https://github.com/intrinsic-dev/aic)
34
+ - **Discussion Forum**: [Open Robotics Discourse](https://discourse.openrobotics.org/c/competitions/ai-for-industry-challenge/)
35
+
36
+ ---
37
+
38
+ ## Dataset Description
39
+
40
+ This dataset contains teleoperated demonstrations of cable insertion tasks recorded from the AIC Gazebo simulation environment as ROS 2 bag files (.mcap), converted to **LeRobot v2.1** format for training Vision-Language-Action (VLA) policies.
41
+
42
+ ### Key Facts
43
+
44
+ | Property | Value |
45
+ |---|---|
46
+ | **Robot** | UR5e (6-DOF) with impedance controller |
47
+ | **Simulator** | Gazebo (ROS 2) |
48
+ | **Episodes** | 5 |
49
+ | **Cameras** | 3 wrist-mounted (left, center, right) |
50
+ | **Camera Resolution** | 288×256 (downscaled from 1152×1024 at 0.25×) |
51
+ | **FPS** | 20 Hz |
52
+ | **Observation State** | 31-dim (TCP pose + velocity + error + joint positions + F/T wrench) |
53
+ | **Action Space** | 6-dim Cartesian velocity (linear xyz + angular xyz) |
54
+ | **Task Types** | SFP module → NIC port, SC plug → SC port |
55
+
56
+ ### Tasks
57
+
58
+ Each episode is labeled with a specific language instruction identifying the plug type, target port, and target rail:
59
+
60
+ | Episode | Task Instruction |
61
+ |---|---|
62
+ | 0 | Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_0 |
63
+ | 1 | Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_2 |
64
+ | 2 | Insert the grasped SC plug into sc_port_base on SC port 1 mounted on sc_rail_1 |
65
+ | 3 | Insert the grasped SC plug into sc_port_base on SC port 0 mounted on sc_rail_0 |
66
+ | 4 | Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_3 |
67
+
68
+ ### Scene Variation
69
+
70
+ Each trial features different randomization to encourage policy generalization:
71
+
72
+ | Episode | Board Yaw (°) | Board Height (m) | Cable Type | Other Components Present |
73
+ |---|---|---|---|---|
74
+ | 0 (Trial 1) | ~25° | 1.140 | sfp_sc_cable | NIC cards on rail 0 & 1, SC mount, SFP mount |
75
+ | 1 (Trial 2) | ~45° | 1.200 | sfp_sc_cable | NIC card on rail 2, LC mount, SFP mount |
76
+ | 2 (Trial 3) | ~60° | 1.300 | sfp_sc_cable_reversed | SC ports on rail 0 & 1, SFP mount, SC mount, LC mount |
77
+ | 3 (Trial 5) | ~15° | 1.110 | sfp_sc_cable_reversed | SC port on rail 0, SFP mounts on both rails |
78
+ | 4 (Trial 7) | ~30° | 1.100 | sfp_sc_cable | NIC cards on rail 0 & 3, SC ports on both rails, LC mount, SFP mount |
79
+
80
+ ---
81
+
82
+ ## Data Format and Features
83
+
84
+ ### Observation State (31-dim)
85
+
86
+ | Index | Feature | Description |
87
+ |---|---|---|
88
+ | 0–2 | `tcp_pose.position.{x,y,z}` | TCP position in base frame |
89
+ | 3–6 | `tcp_pose.orientation.{x,y,z,w}` | TCP orientation (quaternion) |
90
+ | 7–9 | `tcp_velocity.linear.{x,y,z}` | TCP linear velocity |
91
+ | 10–12 | `tcp_velocity.angular.{x,y,z}` | TCP angular velocity |
92
+ | 13–18 | `tcp_error.{x,y,z,rx,ry,rz}` | Tracking error (current vs. reference) |
93
+ | 19–24 | `joint_positions.{0–5}` | Joint angles (shoulder_pan → wrist_3) |
94
+ | 25–27 | `wrench.force.{x,y,z}` | Wrist force-torque sensor (force) |
95
+ | 28–30 | `wrench.torque.{x,y,z}` | Wrist force-torque sensor (torque) |
96
+
97
+ ### Action (6-dim Cartesian velocity)
98
+
99
+ | Index | Feature | Description |
100
+ |---|---|---|
101
+ | 0–2 | `linear.{x,y,z}` | Cartesian linear velocity command |
102
+ | 3–5 | `angular.{x,y,z}` | Cartesian angular velocity command |
103
+
104
+ ### Camera Views
105
+
106
+ Three wrist-mounted cameras provide stereo-like coverage of the insertion workspace:
107
+
108
+ - `observation.images.left_camera` — Left wrist camera (288×256 RGB)
109
+ - `observation.images.center_camera` — Center wrist camera (288×256 RGB)
110
+ - `observation.images.right_camera` — Right wrist camera (288×256 RGB)
111
+
112
+ Videos are stored as MP4 files (H.264, 20 fps).
113
+
114
+ ---
115
+
116
+ ## Dataset Structure
117
+
118
+ ```
119
+ aic_lerobot_dataset/
120
+ ├── data/
121
+ │ └── chunk-000/
122
+ │ ├── episode_000000.parquet
123
+ │ ├── episode_000001.parquet
124
+ │ ├── episode_000002.parquet
125
+ │ ├── episode_000003.parquet
126
+ │ └── episode_000004.parquet
127
+ ├── meta/
128
+ │ ├── info.json
129
+ │ ├── tasks.jsonl
130
+ │ ├── episodes.jsonl
131
+ │ ├── episodes_stats.jsonl
132
+ │ └── stats.json
133
+ └── videos/
134
+ └── chunk-000/
135
+ ├── observation.images.left_camera/
136
+ │ └── episode_00000{0-4}.mp4
137
+ ├── observation.images.center_camera/
138
+ │ └── episode_00000{0-4}.mp4
139
+ └── observation.images.right_camera/
140
+ └── episode_00000{0-4}.mp4
141
+ ```
142
+
143
+ ---
144
+
145
+ ## Usage
146
+
147
+ ### Loading with LeRobot
148
+
149
+ ```python
150
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
151
+
152
+ dataset = LeRobotDataset("shu4dev/aic-cable-insertion")
153
+
154
+ # Access a frame
155
+ sample = dataset[0]
156
+ print(sample["observation.state"].shape) # torch.Size([31])
157
+ print(sample["action"].shape) # torch.Size([6])
158
+ ```
159
+
160
+ ### Loading with HuggingFace Datasets
161
+
162
+ ```python
163
+ from datasets import load_dataset
164
+
165
+ ds = load_dataset("shu4dev/aic-cable-insertion")
166
+ print(ds["train"][0])
167
+ ```
168
+
169
+ ---
170
+
171
+ ## Data Collection
172
+
173
+ Demonstrations were collected via **teleoperation** in the AIC Gazebo simulation environment using the LeRobot integration (`lerobot-record`) with keyboard-based Cartesian control. The robot starts each trial with the cable plug already grasped and positioned within a few centimeters of the target port.
174
+
175
+ Raw ROS 2 bag data (.mcap files, 10–16 GB each) was converted to LeRobot v2.1 format using a custom streaming converter that:
176
+
177
+ 1. Filters to only the 8 needed ROS topics (skipping TF, contacts, scoring)
178
+ 2. Synchronizes all modalities to the center camera timestamps at 20 Hz
179
+ 3. Extracts observation state from `/aic_controller/controller_state`, `/joint_states`, and `/fts_broadcaster/wrench`
180
+ 4. Extracts actions from `/aic_controller/pose_commands` (Cartesian velocity mode)
181
+ 5. Encodes camera streams as H.264 MP4 via direct ffmpeg pipe
182
+
183
+ ---
184
+
185
+ ## Intended Use
186
+
187
+ This dataset is intended for:
188
+
189
+ - Training **imitation learning** policies (ACT, Diffusion Policy, etc.)
190
+ - Training **VLA models** (π0, GR00T, OpenVLA, etc.) with language-conditioned cable insertion
191
+ - Benchmarking sim-to-sim transfer for contact-rich manipulation
192
+ - Research on fine-grained insertion tasks with force feedback
193
+
194
+ ---
195
+
196
+ ## Citation
197
+
198
+ If you use this dataset, please cite the AI for Industry Challenge:
199
+
200
+ ```
201
+ @misc{aic2026,
202
+ title={AI for Industry Challenge Toolkit},
203
+ author={Intrinsic Innovation LLC},
204
+ year={2026},
205
+ url={https://github.com/intrinsic-dev/aic}
206
+ }
207
+ ```
208
+
209
+ ## License
210
+
211
+ Apache License 2.0
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eed153598bbafe42dde4f6561b6eaa37cc8a43d16bdb8f21b4c2fd06f7475aa
3
+ size 144731
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f9661001b575e9872787ed095992e164a1ff9e506292b666489c3ff815fd44
3
+ size 141274
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7816b2b58c180a4309ec5f7baf4552008fd62b686fd78a84096eb598591fe893
3
+ size 147495
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681000d124dc68417c0dd63fbda45f364e92fefde9f2ce8721799e693b90ff27
3
+ size 151345
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c80709702f149da96927bf74eb47dee94cf73dfb03418589ddcdf29e63f82ee
3
+ size 141173
meta/.ipynb_checkpoints/episodes-checkpoint.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_0"], "length": 686}
2
+ {"episode_index": 1, "tasks": ["Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_2"], "length": 667}
3
+ {"episode_index": 2, "tasks": ["Insert the grasped SC plug into sc_port_base on SC port 1 mounted on sc_rail_1"], "length": 662}
4
+ {"episode_index": 3, "tasks": ["Insert the grasped SC plug into sc_port_base on SC port 0 mounted on sc_rail_0"], "length": 691}
5
+ {"episode_index": 4, "tasks": ["Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_3"], "length": 664}
meta/.ipynb_checkpoints/episodes_stats-checkpoint.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0}
2
+ {"episode_index": 1}
3
+ {"episode_index": 2}
4
+ {"episode_index": 3}
5
+ {"episode_index": 4}
meta/.ipynb_checkpoints/info-checkpoint.json ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e_aic",
4
+ "total_episodes": 5,
5
+ "total_frames": 3370,
6
+ "fps": 20,
7
+ "splits": {
8
+ "train": "0:5"
9
+ },
10
+ "data_path": "data/chunk-{chunk_index:03d}/episode_{episode_index:06d}.parquet",
11
+ "video_path": "videos/chunk-{chunk_index:03d}/{video_key}/episode_{episode_index:06d}.mp4",
12
+ "features": {
13
+ "observation.state": {
14
+ "dtype": "float32",
15
+ "shape": [
16
+ 31
17
+ ],
18
+ "names": [
19
+ "tcp_pose.position.x",
20
+ "tcp_pose.position.y",
21
+ "tcp_pose.position.z",
22
+ "tcp_pose.orientation.x",
23
+ "tcp_pose.orientation.y",
24
+ "tcp_pose.orientation.z",
25
+ "tcp_pose.orientation.w",
26
+ "tcp_velocity.linear.x",
27
+ "tcp_velocity.linear.y",
28
+ "tcp_velocity.linear.z",
29
+ "tcp_velocity.angular.x",
30
+ "tcp_velocity.angular.y",
31
+ "tcp_velocity.angular.z",
32
+ "tcp_error.x",
33
+ "tcp_error.y",
34
+ "tcp_error.z",
35
+ "tcp_error.rx",
36
+ "tcp_error.ry",
37
+ "tcp_error.rz",
38
+ "joint_positions.0",
39
+ "joint_positions.1",
40
+ "joint_positions.2",
41
+ "joint_positions.3",
42
+ "joint_positions.4",
43
+ "joint_positions.5",
44
+ "wrench.force.x",
45
+ "wrench.force.y",
46
+ "wrench.force.z",
47
+ "wrench.torque.x",
48
+ "wrench.torque.y",
49
+ "wrench.torque.z"
50
+ ]
51
+ },
52
+ "action": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 6
56
+ ],
57
+ "names": [
58
+ "linear.x",
59
+ "linear.y",
60
+ "linear.z",
61
+ "angular.x",
62
+ "angular.y",
63
+ "angular.z"
64
+ ]
65
+ },
66
+ "observation.images.left_camera": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 256,
70
+ 288,
71
+ 3
72
+ ],
73
+ "names": [
74
+ "height",
75
+ "width",
76
+ "channels"
77
+ ],
78
+ "video_info": {
79
+ "video.fps": 20,
80
+ "video.height": 256,
81
+ "video.width": 288,
82
+ "video.channels": 3,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.images.center_camera": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 256,
92
+ 288,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
99
+ ],
100
+ "video_info": {
101
+ "video.fps": 20,
102
+ "video.height": 256,
103
+ "video.width": 288,
104
+ "video.channels": 3,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "has_audio": false
108
+ }
109
+ },
110
+ "observation.images.right_camera": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 256,
114
+ 288,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "video_info": {
123
+ "video.fps": 20,
124
+ "video.height": 256,
125
+ "video.width": 288,
126
+ "video.channels": 3,
127
+ "video.codec": "av1",
128
+ "video.pix_fmt": "yuv420p",
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "timestamp": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ]
137
+ },
138
+ "frame_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ]
143
+ },
144
+ "episode_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ]
149
+ },
150
+ "index": {
151
+ "dtype": "int64",
152
+ "shape": [
153
+ 1
154
+ ]
155
+ },
156
+ "task_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ]
161
+ }
162
+ }
163
+ }
meta/.ipynb_checkpoints/stats-checkpoint.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ -0.39815556325078993,
5
+ 0.3564198359764733,
6
+ 0.20894868451636578,
7
+ -0.07719482730886243,
8
+ 0.875230101288676,
9
+ 0.1735497567579186,
10
+ -0.057624412498042996,
11
+ 0.00034785124485612126,
12
+ 0.0038080231739645006,
13
+ -0.004135812686437558,
14
+ -0.003593730419978315,
15
+ 0.014668789310729177,
16
+ -0.06921917840054256,
17
+ 0.005405660152522544,
18
+ 0.0005843231759024337,
19
+ -0.03358515727018217,
20
+ -0.0012891506811602308,
21
+ 0.005966965595387376,
22
+ -0.027696666279025138,
23
+ -0.25724042052822454,
24
+ -1.5048598258714647,
25
+ -1.934630862400157,
26
+ -1.0535700118683213,
27
+ 1.3101319367878514,
28
+ 4.018590728323962,
29
+ -2.04428546892435,
30
+ -4.138121131316831,
31
+ 12.937772022815702,
32
+ -0.8016525402827441,
33
+ 0.18519196604091567,
34
+ 0.00981030235650592
35
+ ],
36
+ "std": [
37
+ 0.08200721034121657,
38
+ 0.14770203756820496,
39
+ 0.09215305226122729,
40
+ 0.32800558911334576,
41
+ 0.28609244578614434,
42
+ 0.05973799546466115,
43
+ 0.0395974155831762,
44
+ 0.01085325567375023,
45
+ 0.019811447774635883,
46
+ 0.011547599323121993,
47
+ 0.010646120822224228,
48
+ 0.04364996583891617,
49
+ 0.20685905987815337,
50
+ 0.010472146723001185,
51
+ 0.014863464990667527,
52
+ 0.047303983466984625,
53
+ 0.004536139752215816,
54
+ 0.017228935769449363,
55
+ 0.08286665962263362,
56
+ 0.37670224849346556,
57
+ 0.26799313494329197,
58
+ 0.37098875237175677,
59
+ 0.24586481246825453,
60
+ 0.14550831518677554,
61
+ 0.8733386950493357,
62
+ 3.6209793385429605,
63
+ 3.351814247705404,
64
+ 5.663564246864545,
65
+ 0.9528652086905854,
66
+ 0.28245490438605775,
67
+ 0.25414204946837327
68
+ ],
69
+ "min": [
70
+ -0.5608953046746258,
71
+ 0.1450580650498255,
72
+ 0.019893937785035426,
73
+ -0.6994492242769919,
74
+ -0.6933343233256292,
75
+ -0.1602645166106188,
76
+ -0.13353307195226097,
77
+ -0.058492899622081956,
78
+ -0.05374074363233414,
79
+ -0.10549126861708488,
80
+ -0.06545232050758246,
81
+ -0.009942744369708632,
82
+ -1.1402114892347774,
83
+ -0.037254645720761426,
84
+ -0.043008485278646535,
85
+ -0.13012344680110857,
86
+ -0.027308953268166722,
87
+ -0.0011038466045788292,
88
+ -0.4591635799847945,
89
+ -0.7196817994117737,
90
+ -1.8750957250595093,
91
+ -2.5897128582000732,
92
+ -1.6726746559143066,
93
+ 1.106613278388977,
94
+ 1.4132298231124878,
95
+ -10.037303937503372,
96
+ -11.657035727037899,
97
+ 3.387928758679026,
98
+ -2.7336271926964706,
99
+ -1.1415250459195192,
100
+ -5.26321690232359
101
+ ],
102
+ "max": [
103
+ -0.3133816049701452,
104
+ 0.5889151906886019,
105
+ 0.3919143666759024,
106
+ 0.9999999990854423,
107
+ 0.9766327901281965,
108
+ 0.22793365234372998,
109
+ 0.04929799740337467,
110
+ 0.07037525208069358,
111
+ 0.1279771691938038,
112
+ 0.053216177112971545,
113
+ 0.018495383306103598,
114
+ 0.24798566894689383,
115
+ 0.002931872358608218,
116
+ 0.035650678776551425,
117
+ 0.0750217293981228,
118
+ 0.03446551923661023,
119
+ 0.0015164904185615323,
120
+ 0.10206916491898592,
121
+ 0.0002586592561984154,
122
+ 0.37346911430358887,
123
+ -1.0154870748519897,
124
+ -1.383293867111206,
125
+ -0.7416723370552063,
126
+ 1.6055999994277954,
127
+ 5.265295028686523,
128
+ 6.1213027408343965,
129
+ 2.5438290485393575,
130
+ 21.24676581882522,
131
+ 0.9268091066106072,
132
+ 1.1757807448444195,
133
+ 0.6445690010218188
134
+ ]
135
+ },
136
+ "action": {
137
+ "mean": [
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0
144
+ ],
145
+ "std": [
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 0.0,
151
+ 0.0
152
+ ],
153
+ "min": [
154
+ 0.0,
155
+ 0.0,
156
+ 0.0,
157
+ 0.0,
158
+ 0.0,
159
+ 0.0
160
+ ],
161
+ "max": [
162
+ 0.0,
163
+ 0.0,
164
+ 0.0,
165
+ 0.0,
166
+ 0.0,
167
+ 0.0
168
+ ]
169
+ }
170
+ }
meta/.ipynb_checkpoints/tasks-checkpoint.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_0"}
2
+ {"task_index": 1, "task": "Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_2"}
3
+ {"task_index": 2, "task": "Insert the grasped SC plug into sc_port_base on SC port 1 mounted on sc_rail_1"}
4
+ {"task_index": 3, "task": "Insert the grasped SC plug into sc_port_base on SC port 0 mounted on sc_rail_0"}
5
+ {"task_index": 4, "task": "Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_3"}
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_0"], "length": 686}
2
+ {"episode_index": 1, "tasks": ["Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_2"], "length": 667}
3
+ {"episode_index": 2, "tasks": ["Insert the grasped SC plug into sc_port_base on SC port 1 mounted on sc_rail_1"], "length": 662}
4
+ {"episode_index": 3, "tasks": ["Insert the grasped SC plug into sc_port_base on SC port 0 mounted on sc_rail_0"], "length": 691}
5
+ {"episode_index": 4, "tasks": ["Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_3"], "length": 664}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0}
2
+ {"episode_index": 1}
3
+ {"episode_index": 2}
4
+ {"episode_index": 3}
5
+ {"episode_index": 4}
meta/info.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e_aic",
4
+ "total_episodes": 5,
5
+ "total_frames": 3370,
6
+ "fps": 20,
7
+ "splits": {
8
+ "train": "0:5"
9
+ },
10
+ "data_path": "data/chunk-{chunk_index:03d}/episode_{episode_index:06d}.parquet",
11
+ "video_path": "videos/chunk-{chunk_index:03d}/{video_key}/episode_{episode_index:06d}.mp4",
12
+ "features": {
13
+ "observation.state": {
14
+ "dtype": "float32",
15
+ "shape": [
16
+ 31
17
+ ],
18
+ "names": [
19
+ "tcp_pose.position.x",
20
+ "tcp_pose.position.y",
21
+ "tcp_pose.position.z",
22
+ "tcp_pose.orientation.x",
23
+ "tcp_pose.orientation.y",
24
+ "tcp_pose.orientation.z",
25
+ "tcp_pose.orientation.w",
26
+ "tcp_velocity.linear.x",
27
+ "tcp_velocity.linear.y",
28
+ "tcp_velocity.linear.z",
29
+ "tcp_velocity.angular.x",
30
+ "tcp_velocity.angular.y",
31
+ "tcp_velocity.angular.z",
32
+ "tcp_error.x",
33
+ "tcp_error.y",
34
+ "tcp_error.z",
35
+ "tcp_error.rx",
36
+ "tcp_error.ry",
37
+ "tcp_error.rz",
38
+ "joint_positions.0",
39
+ "joint_positions.1",
40
+ "joint_positions.2",
41
+ "joint_positions.3",
42
+ "joint_positions.4",
43
+ "joint_positions.5",
44
+ "wrench.force.x",
45
+ "wrench.force.y",
46
+ "wrench.force.z",
47
+ "wrench.torque.x",
48
+ "wrench.torque.y",
49
+ "wrench.torque.z"
50
+ ]
51
+ },
52
+ "action": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "pose.position.x",
59
+ "pose.position.y",
60
+ "pose.position.z",
61
+ "pose.orientation.x",
62
+ "pose.orientation.y",
63
+ "pose.orientation.z",
64
+ "pose.orientation.w"
65
+ ]
66
+ },
67
+ "observation.images.left_camera": {
68
+ "dtype": "video",
69
+ "shape": [
70
+ 256,
71
+ 288,
72
+ 3
73
+ ],
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "video_info": {
80
+ "video.fps": 20,
81
+ "video.height": 256,
82
+ "video.width": 288,
83
+ "video.channels": 3,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "has_audio": false
87
+ }
88
+ },
89
+ "observation.images.center_camera": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 256,
93
+ 288,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "video_info": {
102
+ "video.fps": 20,
103
+ "video.height": 256,
104
+ "video.width": 288,
105
+ "video.channels": 3,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.right_camera": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 256,
115
+ 288,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "video_info": {
124
+ "video.fps": 20,
125
+ "video.height": 256,
126
+ "video.width": 288,
127
+ "video.channels": 3,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "timestamp": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 1
137
+ ]
138
+ },
139
+ "frame_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ]
144
+ },
145
+ "episode_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ]
150
+ },
151
+ "index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ]
156
+ },
157
+ "task_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ]
162
+ },
163
+ "task": {
164
+ "dtype": "string",
165
+ "shape": [
166
+ 1
167
+ ]
168
+ }
169
+ }
170
+ }
meta/stats.json ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ -0.39815556325078993,
5
+ 0.3564198359764733,
6
+ 0.20894868451636578,
7
+ -0.07719482730886243,
8
+ 0.875230101288676,
9
+ 0.1735497567579186,
10
+ -0.057624412498042996,
11
+ 0.00034785124485612126,
12
+ 0.0038080231739645006,
13
+ -0.004135812686437558,
14
+ -0.003593730419978315,
15
+ 0.014668789310729177,
16
+ -0.06921917840054256,
17
+ 0.005405660152522544,
18
+ 0.0005843231759024337,
19
+ -0.03358515727018217,
20
+ -0.0012891506811602308,
21
+ 0.005966965595387376,
22
+ -0.027696666279025138,
23
+ -0.25724042052822454,
24
+ -1.5048598258714647,
25
+ -1.934630862400157,
26
+ -1.0535700118683213,
27
+ 1.3101319367878514,
28
+ 4.018590728323962,
29
+ -2.04428546892435,
30
+ -4.138121131316831,
31
+ 12.937772022815702,
32
+ -0.8016525402827441,
33
+ 0.18519196604091567,
34
+ 0.00981030235650592
35
+ ],
36
+ "std": [
37
+ 0.08200721034121657,
38
+ 0.14770203756820496,
39
+ 0.09215305226122729,
40
+ 0.32800558911334576,
41
+ 0.28609244578614434,
42
+ 0.05973799546466115,
43
+ 0.0395974155831762,
44
+ 0.01085325567375023,
45
+ 0.019811447774635883,
46
+ 0.011547599323121993,
47
+ 0.010646120822224228,
48
+ 0.04364996583891617,
49
+ 0.20685905987815337,
50
+ 0.010472146723001185,
51
+ 0.014863464990667527,
52
+ 0.047303983466984625,
53
+ 0.004536139752215816,
54
+ 0.017228935769449363,
55
+ 0.08286665962263362,
56
+ 0.37670224849346556,
57
+ 0.26799313494329197,
58
+ 0.37098875237175677,
59
+ 0.24586481246825453,
60
+ 0.14550831518677554,
61
+ 0.8733386950493357,
62
+ 3.6209793385429605,
63
+ 3.351814247705404,
64
+ 5.663564246864545,
65
+ 0.9528652086905854,
66
+ 0.28245490438605775,
67
+ 0.25414204946837327
68
+ ],
69
+ "min": [
70
+ -0.5608953046746258,
71
+ 0.1450580650498255,
72
+ 0.019893937785035426,
73
+ -0.6994492242769919,
74
+ -0.6933343233256292,
75
+ -0.1602645166106188,
76
+ -0.13353307195226097,
77
+ -0.058492899622081956,
78
+ -0.05374074363233414,
79
+ -0.10549126861708488,
80
+ -0.06545232050758246,
81
+ -0.009942744369708632,
82
+ -1.1402114892347774,
83
+ -0.037254645720761426,
84
+ -0.043008485278646535,
85
+ -0.13012344680110857,
86
+ -0.027308953268166722,
87
+ -0.0011038466045788292,
88
+ -0.4591635799847945,
89
+ -0.7196817994117737,
90
+ -1.8750957250595093,
91
+ -2.5897128582000732,
92
+ -1.6726746559143066,
93
+ 1.106613278388977,
94
+ 1.4132298231124878,
95
+ -10.037303937503372,
96
+ -11.657035727037899,
97
+ 3.387928758679026,
98
+ -2.7336271926964706,
99
+ -1.1415250459195192,
100
+ -5.26321690232359
101
+ ],
102
+ "max": [
103
+ -0.3133816049701452,
104
+ 0.5889151906886019,
105
+ 0.3919143666759024,
106
+ 0.9999999990854423,
107
+ 0.9766327901281965,
108
+ 0.22793365234372998,
109
+ 0.04929799740337467,
110
+ 0.07037525208069358,
111
+ 0.1279771691938038,
112
+ 0.053216177112971545,
113
+ 0.018495383306103598,
114
+ 0.24798566894689383,
115
+ 0.002931872358608218,
116
+ 0.035650678776551425,
117
+ 0.0750217293981228,
118
+ 0.03446551923661023,
119
+ 0.0015164904185615323,
120
+ 0.10206916491898592,
121
+ 0.0002586592561984154,
122
+ 0.37346911430358887,
123
+ -1.0154870748519897,
124
+ -1.383293867111206,
125
+ -0.7416723370552063,
126
+ 1.6055999994277954,
127
+ 5.265295028686523,
128
+ 6.1213027408343965,
129
+ 2.5438290485393575,
130
+ 21.24676581882522,
131
+ 0.9268091066106072,
132
+ 1.1757807448444195,
133
+ 0.6445690010218188
134
+ ]
135
+ },
136
+ "action": {
137
+ "mean": [
138
+ -0.3927364192245029,
139
+ 0.3571365693453234,
140
+ 0.1751095445421855,
141
+ -0.11628221521232969,
142
+ 0.4095811858256881,
143
+ 0.08498211922375129,
144
+ -0.018585610258425117
145
+ ],
146
+ "std": [
147
+ 0.08614917624313796,
148
+ 0.15102841748659304,
149
+ 0.1123053935960453,
150
+ 0.3000170267081469,
151
+ 0.8304572282716531,
152
+ 0.16393926040523918,
153
+ 0.06788820030642574
154
+ ],
155
+ "min": [
156
+ -0.5674438699828915,
157
+ 0.14781478663378822,
158
+ -0.05119903196819502,
159
+ -0.9999999988300217,
160
+ -0.976698402676683,
161
+ -0.22750631579605854,
162
+ -0.13310101020588905
163
+ ],
164
+ "max": [
165
+ -0.30675934387108866,
166
+ 0.595778219694132,
167
+ 0.39538129595912774,
168
+ 0.9999999960859426,
169
+ 0.9652499512353351,
170
+ 0.22748574565200133,
171
+ 0.13310377802224363
172
+ ]
173
+ }
174
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_0"}
2
+ {"task_index": 1, "task": "Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_2"}
3
+ {"task_index": 2, "task": "Insert the grasped SC plug into sc_port_base on SC port 1 mounted on sc_rail_1"}
4
+ {"task_index": 3, "task": "Insert the grasped SC plug into sc_port_base on SC port 0 mounted on sc_rail_0"}
5
+ {"task_index": 4, "task": "Insert the grasped SFP module into sfp_port_0 on the NIC card mounted on nic_rail_3"}
videos/chunk-000/observation.images.center_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56d3782ea50b6913a6a6eeb01705c59ff8d14201fb85e4083b2c6745f8c38188
3
+ size 1189199
videos/chunk-000/observation.images.center_camera/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff442f98e78187d6145997f822e926a004b6813428faac896707f27203aa5af
3
+ size 653017
videos/chunk-000/observation.images.center_camera/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b4ecb6335a756bee71ab85471d9c27315a532cfc5745edd06192d094bfeeab
3
+ size 2737987
videos/chunk-000/observation.images.center_camera/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b08cb37a54ecdf9afe267be60718c1d43875b71f8d5ad4767bfaa32fe22f54
3
+ size 1084081
videos/chunk-000/observation.images.center_camera/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7c6d55726c26b7070e516a799824d225f7925cee6708f4eff138c9267fa7d8
3
+ size 881825
videos/chunk-000/observation.images.left_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5901a4da5526c89bb2fbdaf3a9d0842ae776127f14155f41c50a227ee82f5458
3
+ size 1218143
videos/chunk-000/observation.images.left_camera/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f32a9f37792c520f0c3dd7545a5666935dc052bcda751ae4668b2e4419272452
3
+ size 500945
videos/chunk-000/observation.images.left_camera/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e78e8a04a8b4e8710ab77b2eb1055f1bd973849220c1e0a5d2332aad9c8845
3
+ size 2113866
videos/chunk-000/observation.images.left_camera/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cfd63d5a864a05f5bdb39fda7edfd3947b54338c968b031a36382ad37d1474e
3
+ size 1545796
videos/chunk-000/observation.images.left_camera/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f407f75c0ee058a8e92e2aed03bc5351152d9ebad596c1bd1037d183fdf4e5d4
3
+ size 1244687
videos/chunk-000/observation.images.right_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fce6fa2bc8f5d58903a587fba4e96df7051c5abf7c0e475fe6449a0afa149841
3
+ size 456729
videos/chunk-000/observation.images.right_camera/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb594d89e56baba996c3224fd2c6d822f4a46714e9efd40e488cbe1aba1662b2
3
+ size 179530
videos/chunk-000/observation.images.right_camera/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf90de6daa4313e0dbd7360f5be10a8d9f09a8eb0e5504f9ea84c5f202040894
3
+ size 529392
videos/chunk-000/observation.images.right_camera/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2971444650511d395dba0094b248c27c9269f11f5a1f7a6ef7962167337bd045
3
+ size 531062
videos/chunk-000/observation.images.right_camera/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9922827393cdfd3df3f4fac71bc51624db0ecde3f2971f80fbcd3d3b99d96eb2
3
+ size 335244