pranavsaroha commited on
Commit
cdc261e
·
verified ·
1 Parent(s): db4f69e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +220 -57
README.md CHANGED
@@ -4,76 +4,239 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - aic
8
- - ur5e
9
- - cable-insertion
10
- size_categories:
11
- - 1K<n<10K
12
  configs:
13
  - config_name: default
14
- data_files:
15
- - split: train
16
- path: data/*/*.parquet
17
  ---
18
 
19
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
20
 
21
- ## Dataset Description
22
 
23
- Expert demonstrations of optical cable insertion using the UR5e robot in the
24
- [AI for Industry Challenge](https://aiforindustrychallenge.com) simulation.
25
- Demonstrations were generated using the CheatCode policy (ground-truth TF
26
- transforms). v1 dataset adds force/torque sensor data, joint velocities/efforts,
27
- contact flag, structured task metadata, and uses the commanded pose target as
28
- the action signal.
 
29
 
30
- - **Episodes:** 166
31
- - **Frames:** 74328
32
- - **FPS:** 20
33
- - **Cameras:** left, center, right (256x288, AV1)
34
- - **Action space:** absolute Cartesian pose target = [pose.x, pose.y, pose.z, pose.qx, pose.qy, pose.qz, pose.qw]
35
- - **State space (46 dims):**
36
- - TCP pose (7): position xyz + quaternion xyzw
37
- - TCP velocity (6): linear xyz + angular xyz
38
- - Joint positions (7)
39
- - Joint velocities (7)
40
- - Joint efforts (7)
41
- - Wrist wrench (6): force xyz + torque xyz (post-tare)
42
- - F/T tare offset (6): the bias removed by the tare service
43
- - **Per-frame off-limit contact flag (1 dim):** 1.0 if the gripper or arm
44
- contacted an off-limit zone (enclosure walls, task board frame) within ±25ms
45
- of the frame, else 0.0.
46
- - **Episode metadata** includes structured task fields: `cable_type`,
47
- `plug_type`, `port_type`, `port_name`, `target_module_name`, `time_limit`,
48
- and the original trial key.
49
 
50
- ## Robot
51
 
52
- - Universal Robots UR5e arm
53
- - Robotiq Hand-E gripper
54
- - ATI AXIA80-M20 6-axis force/torque sensor at the wrist
55
- - 3 Basler acA2440-20gc wrist cameras with Edmunds 58-000 lenses
56
- (1152x1024 native, downsampled to 256x288 for training)
57
 
58
- ## Controller
59
 
60
- The policy outputs 7-dim absolute pose targets. At submission time, these are
61
- wrapped in MotionUpdate messages with constant impedance:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
- - `target_stiffness` diag: [90, 90, 90, 50, 50, 50]
64
- - `target_damping` diag: [50, 50, 50, 20, 20, 20]
65
- - `wrench_feedback_gains_at_tip`: [0.5] * 6
66
- - `feedforward_wrench_at_tip`: 0
67
- - `trajectory_generation_mode`: MODE_POSITION
68
 
69
- These constants match what CheatCode used during data collection (verified by
70
- inspecting recorded MotionUpdate messages — all values constant across all
71
- 1590 messages of a representative trial).
72
 
73
- ## Source
74
 
75
- - Source runs: 60
76
- - Generator script: `~/generate_aic_configs.py`
77
- - Collection script: `~/collect_all.sh`
78
- - Bag-to-LeRobot converter: `~/bag_to_lerobot.py`
79
- - AIC toolkit: https://github.com/intrinsic-dev/aic
 
4
  - robotics
5
  tags:
6
  - LeRobot
 
 
 
 
 
7
  configs:
8
  - config_name: default
9
+ data_files: data/*/*.parquet
 
 
10
  ---
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
14
 
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=pranavsaroha/aic-cheatcode-ds-v1">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
 
24
 
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
 
 
28
 
29
+ ## Dataset Structure
30
 
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 20,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "pose.position.x",
41
+ "pose.position.y",
42
+ "pose.position.z",
43
+ "pose.orientation.x",
44
+ "pose.orientation.y",
45
+ "pose.orientation.z",
46
+ "pose.orientation.w"
47
+ ],
48
+ "shape": [
49
+ 7
50
+ ]
51
+ },
52
+ "observation.state": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 46
56
+ ],
57
+ "names": [
58
+ "tcp_pose.position.x",
59
+ "tcp_pose.position.y",
60
+ "tcp_pose.position.z",
61
+ "tcp_pose.orientation.x",
62
+ "tcp_pose.orientation.y",
63
+ "tcp_pose.orientation.z",
64
+ "tcp_pose.orientation.w",
65
+ "tcp_velocity.linear.x",
66
+ "tcp_velocity.linear.y",
67
+ "tcp_velocity.linear.z",
68
+ "tcp_velocity.angular.x",
69
+ "tcp_velocity.angular.y",
70
+ "tcp_velocity.angular.z",
71
+ "joint_positions.0",
72
+ "joint_positions.1",
73
+ "joint_positions.2",
74
+ "joint_positions.3",
75
+ "joint_positions.4",
76
+ "joint_positions.5",
77
+ "joint_positions.6",
78
+ "joint_velocities.0",
79
+ "joint_velocities.1",
80
+ "joint_velocities.2",
81
+ "joint_velocities.3",
82
+ "joint_velocities.4",
83
+ "joint_velocities.5",
84
+ "joint_velocities.6",
85
+ "joint_efforts.0",
86
+ "joint_efforts.1",
87
+ "joint_efforts.2",
88
+ "joint_efforts.3",
89
+ "joint_efforts.4",
90
+ "joint_efforts.5",
91
+ "joint_efforts.6",
92
+ "wrist_wrench.force.x",
93
+ "wrist_wrench.force.y",
94
+ "wrist_wrench.force.z",
95
+ "wrist_wrench.torque.x",
96
+ "wrist_wrench.torque.y",
97
+ "wrist_wrench.torque.z",
98
+ "fts_tare_offset.force.x",
99
+ "fts_tare_offset.force.y",
100
+ "fts_tare_offset.force.z",
101
+ "fts_tare_offset.torque.x",
102
+ "fts_tare_offset.torque.y",
103
+ "fts_tare_offset.torque.z"
104
+ ]
105
+ },
106
+ "observation.contact": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": [
112
+ "off_limit_contact"
113
+ ]
114
+ },
115
+ "observation.images.left_camera": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 256,
119
+ 288,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "info": {
128
+ "video.height": 256,
129
+ "video.width": 288,
130
+ "video.codec": "av1",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "video.fps": 20,
134
+ "video.channels": 3,
135
+ "has_audio": false
136
+ }
137
+ },
138
+ "observation.images.center_camera": {
139
+ "dtype": "video",
140
+ "shape": [
141
+ 256,
142
+ 288,
143
+ 3
144
+ ],
145
+ "names": [
146
+ "height",
147
+ "width",
148
+ "channels"
149
+ ],
150
+ "info": {
151
+ "video.height": 256,
152
+ "video.width": 288,
153
+ "video.codec": "av1",
154
+ "video.pix_fmt": "yuv420p",
155
+ "video.is_depth_map": false,
156
+ "video.fps": 20,
157
+ "video.channels": 3,
158
+ "has_audio": false
159
+ }
160
+ },
161
+ "observation.images.right_camera": {
162
+ "dtype": "video",
163
+ "shape": [
164
+ 256,
165
+ 288,
166
+ 3
167
+ ],
168
+ "names": [
169
+ "height",
170
+ "width",
171
+ "channels"
172
+ ],
173
+ "info": {
174
+ "video.height": 256,
175
+ "video.width": 288,
176
+ "video.codec": "av1",
177
+ "video.pix_fmt": "yuv420p",
178
+ "video.is_depth_map": false,
179
+ "video.fps": 20,
180
+ "video.channels": 3,
181
+ "has_audio": false
182
+ }
183
+ },
184
+ "timestamp": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "frame_index": {
192
+ "dtype": "int64",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "episode_index": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "task_index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ }
219
+ },
220
+ "total_episodes": 166,
221
+ "total_frames": 74328,
222
+ "total_tasks": 12,
223
+ "chunks_size": 1000,
224
+ "data_files_size_in_mb": 29.7,
225
+ "video_files_size_in_mb": 99.1,
226
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
227
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
228
+ "robot_type": "ur5e_aic",
229
+ "splits": {
230
+ "train": "0:166"
231
+ }
232
+ }
233
+ ```
234
 
 
 
 
 
 
235
 
236
+ ## Citation
 
 
237
 
238
+ **BibTeX:**
239
 
240
+ ```bibtex
241
+ [More Information Needed]
242
+ ```