VigneshBhavan commited on
Commit
9f7c37c
·
verified ·
1 Parent(s): cb9059e

Update dataset card for SO-101 data

Browse files
Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - sim-to-real
10
  - h1
11
  - g1
 
12
  - unitree
13
  - RL
14
  - isaaclab
@@ -29,13 +30,13 @@ configs:
29
 
30
  Anchor-Lab is a tabular robotics dataset captured from Anchor Lab, a sim-to-real transfer laboratory from NVIDIA Robotics. The dataset is designed to support calibration of physics simulation against physical robot measurements for zero-shot sim-to-real deployment.
31
 
32
- The public release contains long-form parquet tables of robot experiment telemetry. Each row records a timestamped scalar measurement for an experiment and signal field. The dataset covers H1- and G1-family humanoid robot experiments, including arm, leg, multi-joint, single-joint, and elbow test-stand measurements.
33
 
34
  For simplicity, this card refers to the dataset as Anchor-Lab.
35
 
36
  ## Dataset Group Overview
37
 
38
- The release is organized into seven top-level data groups under `data/`.
39
 
40
  | Group | Description | Approx. storage |
41
  |---|---|---:|
@@ -46,6 +47,7 @@ The release is organized into seven top-level data groups under `data/`.
46
  | `h1_elbow_teststand` | H1 elbow test-stand system-identification measurements across frequency, amplitude, and position settings. | 334 MB |
47
  | `h1_multijoint` | H1 multi-joint trials with chirp and sine-style excitations across frequency, amplitude, in-phase, antiphase, and wave settings. | 318 MB |
48
  | `h1_single_joint` | H1 single-joint trials for elbow, shoulder pitch, shoulder raise, and related joints using sine and chirp-style excitations. | 349 MB |
 
49
 
50
 
51
  ## Dataset Category Previews
@@ -96,7 +98,7 @@ This dataset is intended for researchers and AI practitioners working on:
96
  - System identification for humanoid robot joints, actuators, and coupled multi-joint dynamics.
97
  - Sim-to-real transfer workflows for zero-shot or few-shot physical deployment.
98
  - Validation of physics-engine, actuator, controller, and sensor models against laboratory measurements.
99
- - Robot-control research using timestamped measurements from H1 and G1 humanoid platforms.
100
  - Analysis pipelines for long-form robot telemetry in parquet format.
101
 
102
  This dataset is not intended to be used as the sole validation source for safety-critical robot deployment. Controllers, policies, and calibrated models derived from this dataset should be evaluated in simulation, test stands, and controlled physical environments before any real-world deployment.
@@ -150,6 +152,10 @@ The `h1_multijoint` group contains H1 multi-joint experiments. Visible file nami
150
 
151
  The `h1_single_joint` group contains H1 single-joint experiments for elbow, shoulder pitch, shoulder raise, and related joints. Visible file naming patterns include chirp and sine trials across pose variants and repeated trial indices.
152
 
 
 
 
 
153
  ## Dataset Format
154
 
155
  | Field | Type | Description |
@@ -177,7 +183,8 @@ Anchor-Lab/
177
  ├── g1_leg_single_joint/
178
  ├── h1_elbow_teststand/
179
  ├── h1_multijoint/
180
- ── h1_single_joint/
 
181
  ```
182
 
183
  Each leaf directory contains parquet files for individual experiments or trials. File names generally follow this pattern, with group-specific variations:
@@ -229,6 +236,7 @@ data/g1_leg_single_joint/*
229
  data/h1_elbow_teststand/*
230
  data/h1_multijoint/*
231
  data/h1_single_joint/*
 
232
  ```
233
 
234
  Download a subset from Python:
@@ -263,9 +271,9 @@ print(ds[0])
263
  | Quantity | Count / Size |
264
  |---|---:|
265
  | Rows in default train split | 992,000 |
266
- | Top-level data groups | 7 |
267
  | Public file format | Parquet |
268
- | Total repository file size | 1.86 GB |
269
  | Modalities | Tabular telemetry with string metadata fields |
270
 
271
  Approximate storage by top-level data group:
@@ -279,7 +287,8 @@ Approximate storage by top-level data group:
279
  | `h1_elbow_teststand` | 334 MB |
280
  | `h1_multijoint` | 318 MB |
281
  | `h1_single_joint` | 349 MB |
282
- | Total | 1.86 GB |
 
283
 
284
  ## Curation Notes
285
 
@@ -295,7 +304,7 @@ Approximate storage by top-level data group:
295
  - The release does not define standardized train/validation/test splits for model benchmarking.
296
  - Measurements may be specific to the hardware revision, firmware, controller configuration, sensors, test stand, and laboratory setup used during capture.
297
  - Timing, filtering, actuator latency, sensor latency, and controller-loop details may affect downstream system-identification results.
298
- - The dataset focuses on H1 and G1 humanoid robot experiments and should not be treated as representative of all robots or all operating conditions.
299
  - Future releases could add per-file manifests, units, calibration parameters, robot configuration metadata, controller settings, sensor descriptions, and benchmark splits.
300
 
301
  ## Ethical Considerations
 
9
  - sim-to-real
10
  - h1
11
  - g1
12
+ - so101
13
  - unitree
14
  - RL
15
  - isaaclab
 
30
 
31
  Anchor-Lab is a tabular robotics dataset captured from Anchor Lab, a sim-to-real transfer laboratory from NVIDIA Robotics. The dataset is designed to support calibration of physics simulation against physical robot measurements for zero-shot sim-to-real deployment.
32
 
33
+ The public release contains long-form parquet tables of robot experiment telemetry. Each row records a timestamped scalar measurement for an experiment and signal field. The dataset covers H1- and G1-family humanoid robot experiments and SO-101 arm experiments, including arm, leg, multi-joint, single-joint, 50-motion, and elbow test-stand measurements.
34
 
35
  For simplicity, this card refers to the dataset as Anchor-Lab.
36
 
37
  ## Dataset Group Overview
38
 
39
+ The release is organized into eight top-level data groups under `data/`.
40
 
41
  | Group | Description | Approx. storage |
42
  |---|---|---:|
 
47
  | `h1_elbow_teststand` | H1 elbow test-stand system-identification measurements across frequency, amplitude, and position settings. | 334 MB |
48
  | `h1_multijoint` | H1 multi-joint trials with chirp and sine-style excitations across frequency, amplitude, in-phase, antiphase, and wave settings. | 318 MB |
49
  | `h1_single_joint` | H1 single-joint trials for elbow, shoulder pitch, shoulder raise, and related joints using sine and chirp-style excitations. | 349 MB |
50
+ | `so101_arm_50motion` | SO-101 arm 50-motion trials across motion patterns such as backlash detection, frequency sweep, multisine, pick-place, single-joint motions, and workspace sweeps. | 86.1 MB |
51
 
52
 
53
  ## Dataset Category Previews
 
98
  - System identification for humanoid robot joints, actuators, and coupled multi-joint dynamics.
99
  - Sim-to-real transfer workflows for zero-shot or few-shot physical deployment.
100
  - Validation of physics-engine, actuator, controller, and sensor models against laboratory measurements.
101
+ - Robot-control research using timestamped measurements from H1, G1, and SO-101 platforms.
102
  - Analysis pipelines for long-form robot telemetry in parquet format.
103
 
104
  This dataset is not intended to be used as the sole validation source for safety-critical robot deployment. Controllers, policies, and calibrated models derived from this dataset should be evaluated in simulation, test stands, and controlled physical environments before any real-world deployment.
 
152
 
153
  The `h1_single_joint` group contains H1 single-joint experiments for elbow, shoulder pitch, shoulder raise, and related joints. Visible file naming patterns include chirp and sine trials across pose variants and repeated trial indices.
154
 
155
+ ### SO-101 Arm - 50 Motion
156
+
157
+ The `so101_arm_50motion` group contains SO-101 arm measurements across 50 motion patterns. Visible file naming patterns include train and held-out splits, backlash detection, frequency sweep, multisine, pick-place, single-joint motions, and workspace sweeps.
158
+
159
  ## Dataset Format
160
 
161
  | Field | Type | Description |
 
183
  ├── g1_leg_single_joint/
184
  ├── h1_elbow_teststand/
185
  ├── h1_multijoint/
186
+ ── h1_single_joint/
187
+ └── so101_arm_50motion/
188
  ```
189
 
190
  Each leaf directory contains parquet files for individual experiments or trials. File names generally follow this pattern, with group-specific variations:
 
236
  data/h1_elbow_teststand/*
237
  data/h1_multijoint/*
238
  data/h1_single_joint/*
239
+ data/so101_arm_50motion/*
240
  ```
241
 
242
  Download a subset from Python:
 
271
  | Quantity | Count / Size |
272
  |---|---:|
273
  | Rows in default train split | 992,000 |
274
+ | Top-level data groups | 8 |
275
  | Public file format | Parquet |
276
+ | Total repository file size | 1.94 GB |
277
  | Modalities | Tabular telemetry with string metadata fields |
278
 
279
  Approximate storage by top-level data group:
 
287
  | `h1_elbow_teststand` | 334 MB |
288
  | `h1_multijoint` | 318 MB |
289
  | `h1_single_joint` | 349 MB |
290
+ | `so101_arm_50motion` | 86.1 MB |
291
+ | Total | 1.94 GB |
292
 
293
  ## Curation Notes
294
 
 
304
  - The release does not define standardized train/validation/test splits for model benchmarking.
305
  - Measurements may be specific to the hardware revision, firmware, controller configuration, sensors, test stand, and laboratory setup used during capture.
306
  - Timing, filtering, actuator latency, sensor latency, and controller-loop details may affect downstream system-identification results.
307
+ - The dataset focuses on H1, G1, and SO-101 robot experiments and should not be treated as representative of all robots or all operating conditions.
308
  - Future releases could add per-file manifests, units, calibration parameters, robot configuration metadata, controller settings, sensor descriptions, and benchmark splits.
309
 
310
  ## Ethical Considerations