jzpeng commited on
Commit
ca67a2b
·
verified ·
1 Parent(s): 436ccef

chore: sync metadata, drop original files

Browse files
Files changed (4) hide show
  1. README.md +112 -111
  2. meta/episodes.jsonl +0 -51
  3. meta/modality.json +0 -182
  4. meta/tasks.jsonl +0 -1
README.md CHANGED
@@ -1,111 +1,112 @@
1
- ---
2
- authors:
3
- - Jiangeng
4
- task_categories:
5
- - robotics
6
- tags:
7
- - tsfile
8
- - timeseries
9
- - tabular
10
- - robotics
11
- - lerobot
12
- - unitree-g1
13
- - whole-body-control
14
- modality:
15
- - timeseries
16
- - tabular
17
- pretty_name: G1 06 11 TsFile
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/jiangeng_g1_06_11.tsfile
23
- size_categories:
24
- - 10K<n<100K
25
- ---
26
-
27
- # G1 06 11 TsFile
28
-
29
- Apache TsFile edition of [`Jiangeng/G1_06_11`](https://huggingface.co/datasets/Jiangeng/G1_06_11), a LeRobot v2.1 Unitree G1 whole-body dataset for the task: **Put the teddy bear in the bag.** Numeric trajectories are stored in one table-model TsFile.
30
-
31
- ## Source and attribution
32
-
33
- - Original repository owner, publisher, uploader, and sole listed contributor: [Jiangeng](https://huggingface.co/Jiangeng). No separate personal name is provided.
34
- - License: the source repository does not declare one.
35
- - Paper, homepage, and citation: the source repository does not provide them.
36
- - Split: `train`; 51 episodes; 79,948 frame rows; one task; 50 Hz; 51 source Parquet episode shards.
37
- - Task `0`: `Put the teddy bear in the bag.`
38
-
39
- ## Data layout
40
-
41
- The table is `jiangeng_g1_06_11` and contains 79,948 rows across 51 TAG devices. The source Parquet shards total 67,782,033 bytes; the TsFile is 31,817,362 bytes (46.9% of the source Parquet size).
42
-
43
- | Column or group | TsFile role | Type | Meaning |
44
- |---|---|---|---|
45
- | `Time` | TIME | INT64 milliseconds | `round(timestamp * 1000)`, restarting at zero for each episode |
46
- | `episode_index` | TAG | STRING from source INT64 | Source episode identity, values 0 through 50 |
47
- | `task_index` | TAG | STRING from source INT64 | Source task identity, value 0 |
48
- | `frame_index` | FIELD | INT64 | Frame position within the episode |
49
- | `sample_index` | FIELD | INT64 | Source `index`, renamed for clarity |
50
- | `teleop_delta_heading` | FIELD | DOUBLE | Source heading delta |
51
- | `teleop_smpl_frame_index` | FIELD | INT64 | Source SMPL frame index |
52
- | `teleop_stream_mode`, `teleop_planner_mode` | FIELD | INT32 | Teleoperation and locomotion planner modes |
53
- | `teleop_planner_speed`, `teleop_planner_height` | FIELD | FLOAT | Planner speed and height |
54
- | `observation_state_0` ... `observation_state_42` | FIELD | FLOAT | G1 joint state; 43 elements |
55
- | `observation_eef_state_0` ... `observation_eef_state_13` | FIELD | FLOAT | left/right wrist position and quaternion state; 14 elements |
56
- | `action_wbc_0` ... `action_wbc_42` | FIELD | FLOAT | whole-body controller action; 43 elements |
57
- | `observation_root_orientation_0` ... `observation_root_orientation_3` | FIELD | FLOAT | flattened source `observation.root_orientation` vector; 4 elements |
58
- | `observation_projected_gravity_0` ... `observation_projected_gravity_2` | FIELD | FLOAT | flattened source `observation.projected_gravity` vector; 3 elements |
59
- | `observation_cpp_rotation_offset_0` ... `observation_cpp_rotation_offset_3` | FIELD | FLOAT | flattened source `observation.cpp_rotation_offset` vector; 4 elements |
60
- | `observation_init_base_quat_0` ... `observation_init_base_quat_3` | FIELD | FLOAT | flattened source `observation.init_base_quat` vector; 4 elements |
61
- | `action_motion_token_0` ... `action_motion_token_63` | FIELD | FLOAT | motion token; 64 elements |
62
- | `teleop_smpl_joints_0` ... `teleop_smpl_joints_71` | FIELD | FLOAT | SMPL joint values; 72 elements |
63
- | `teleop_smpl_pose_0` ... `teleop_smpl_pose_62` | FIELD | FLOAT | SMPL pose values; 63 elements |
64
- | `teleop_body_quat_w_0` ... `teleop_body_quat_w_3` | FIELD | FLOAT | flattened source `teleop.body_quat_w` vector; 4 elements |
65
- | `teleop_target_body_orientation_0` ... `teleop_target_body_orientation_5` | FIELD | FLOAT | flattened source `teleop.target_body_orientation` vector; 6 elements |
66
- | `teleop_left_hand_joints_0` ... `teleop_left_hand_joints_6` | FIELD | FLOAT | flattened source `teleop.left_hand_joints` vector; 7 elements |
67
- | `teleop_right_hand_joints_0` ... `teleop_right_hand_joints_6` | FIELD | FLOAT | flattened source `teleop.right_hand_joints` vector; 7 elements |
68
- | `teleop_left_wrist_joints_0` ... `teleop_left_wrist_joints_2` | FIELD | FLOAT | flattened source `teleop.left_wrist_joints` vector; 3 elements |
69
- | `teleop_right_wrist_joints_0` ... `teleop_right_wrist_joints_2` | FIELD | FLOAT | flattened source `teleop.right_wrist_joints` vector; 3 elements |
70
- | `teleop_planner_movement_0` ... `teleop_planner_movement_2` | FIELD | FLOAT | flattened source `teleop.planner_movement` vector; 3 elements |
71
- | `teleop_planner_facing_0` ... `teleop_planner_facing_2` | FIELD | FLOAT | flattened source `teleop.planner_facing` vector; 3 elements |
72
- | `teleop_vr_3pt_position_0` ... `teleop_vr_3pt_position_8` | FIELD | FLOAT | flattened source `teleop.vr_3pt_position` vector; 9 elements |
73
- | `teleop_vr_3pt_orientation_0` ... `teleop_vr_3pt_orientation_17` | FIELD | FLOAT | three-point VR orientation; 18 elements |
74
-
75
- The source `timestamp` column is not stored separately because it is represented by `Time / 1000` seconds. All 79,948 numeric rows, every episode and task identity, `frame_index`, and every numeric vector element are retained. Source vector prefixes are preserved with dots replaced by underscores.
76
-
77
- ## Encoding and compression
78
-
79
- - TIME, INT32, and INT64: `TS_2DIFF + LZ4`
80
- - FLOAT and DOUBLE: `GORILLA + LZ4`
81
- - BOOLEAN, when present: `RLE + LZ4`
82
- - TAG values: TsFile table-model device/tag storage
83
-
84
- ## Videos and alignment
85
-
86
- The 51 source ego-view MP4 files are not included here. They remain in the original repository at [`videos/chunk-000/observation.images.ego_view`](https://huggingface.co/datasets/Jiangeng/G1_06_11/tree/main/videos/chunk-000/observation.images.ego_view), named `episode_000000.mp4` through `episode_000050.mp4`. The source directory is displayed as 257 MB on Hugging Face.
87
-
88
- The source template is `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`. Use `episode_index` and `frame_index` to align a numeric row with its 50 FPS video frame.
89
-
90
- ## Read example
91
-
92
- ```python
93
- from tsfile import TsFileReader
94
-
95
- reader = TsFileReader("data/jiangeng_g1_06_11.tsfile")
96
- with reader.query_table(
97
- "jiangeng_g1_06_11",
98
- [
99
- "episode_index",
100
- "task_index",
101
- "frame_index",
102
- "sample_index",
103
- "observation_state_0",
104
- "action_wbc_0",
105
- ],
106
- batch_size=1024,
107
- ) as result:
108
- batch = result.read_arrow_batch()
109
- print(batch.to_pandas().head())
110
- reader.close()
111
- ```
 
 
1
+ ---
2
+ authors:
3
+ - Jiangeng
4
+ task_categories:
5
+ - robotics
6
+ tags:
7
+ - tsfile
8
+ - timeseries
9
+ - tabular
10
+ - robotics
11
+ - lerobot
12
+ - unitree-g1
13
+ - whole-body-control
14
+ - format:tsfile
15
+ modality:
16
+ - tabular
17
+ - timeseries
18
+ pretty_name: G1 06 11 TsFile
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/jiangeng_g1_06_11.tsfile
24
+ size_categories:
25
+ - 10K<n<100K
26
+ ---
27
+
28
+ # G1 06 11 TsFile
29
+
30
+ Apache TsFile edition of [`Jiangeng/G1_06_11`](https://huggingface.co/datasets/Jiangeng/G1_06_11), a LeRobot v2.1 Unitree G1 whole-body dataset for the task: **Put the teddy bear in the bag.** Numeric trajectories are stored in one table-model TsFile.
31
+
32
+ ## Source and attribution
33
+
34
+ - Original repository owner, publisher, uploader, and sole listed contributor: [Jiangeng](https://huggingface.co/Jiangeng). No separate personal name is provided.
35
+ - License: the source repository does not declare one.
36
+ - Paper, homepage, and citation: the source repository does not provide them.
37
+ - Split: `train`; 51 episodes; 79,948 frame rows; one task; 50 Hz; 51 source Parquet episode shards.
38
+ - Task `0`: `Put the teddy bear in the bag.`
39
+
40
+ ## Data layout
41
+
42
+ The table is `jiangeng_g1_06_11` and contains 79,948 rows across 51 TAG devices. The source Parquet shards total 67,782,033 bytes; the TsFile is 31,817,362 bytes (46.9% of the source Parquet size).
43
+
44
+ | Column or group | TsFile role | Type | Meaning |
45
+ |---|---|---|---|
46
+ | `Time` | TIME | INT64 milliseconds | `round(timestamp * 1000)`, restarting at zero for each episode |
47
+ | `episode_index` | TAG | STRING from source INT64 | Source episode identity, values 0 through 50 |
48
+ | `task_index` | TAG | STRING from source INT64 | Source task identity, value 0 |
49
+ | `frame_index` | FIELD | INT64 | Frame position within the episode |
50
+ | `sample_index` | FIELD | INT64 | Source `index`, renamed for clarity |
51
+ | `teleop_delta_heading` | FIELD | DOUBLE | Source heading delta |
52
+ | `teleop_smpl_frame_index` | FIELD | INT64 | Source SMPL frame index |
53
+ | `teleop_stream_mode`, `teleop_planner_mode` | FIELD | INT32 | Teleoperation and locomotion planner modes |
54
+ | `teleop_planner_speed`, `teleop_planner_height` | FIELD | FLOAT | Planner speed and height |
55
+ | `observation_state_0` ... `observation_state_42` | FIELD | FLOAT | G1 joint state; 43 elements |
56
+ | `observation_eef_state_0` ... `observation_eef_state_13` | FIELD | FLOAT | left/right wrist position and quaternion state; 14 elements |
57
+ | `action_wbc_0` ... `action_wbc_42` | FIELD | FLOAT | whole-body controller action; 43 elements |
58
+ | `observation_root_orientation_0` ... `observation_root_orientation_3` | FIELD | FLOAT | flattened source `observation.root_orientation` vector; 4 elements |
59
+ | `observation_projected_gravity_0` ... `observation_projected_gravity_2` | FIELD | FLOAT | flattened source `observation.projected_gravity` vector; 3 elements |
60
+ | `observation_cpp_rotation_offset_0` ... `observation_cpp_rotation_offset_3` | FIELD | FLOAT | flattened source `observation.cpp_rotation_offset` vector; 4 elements |
61
+ | `observation_init_base_quat_0` ... `observation_init_base_quat_3` | FIELD | FLOAT | flattened source `observation.init_base_quat` vector; 4 elements |
62
+ | `action_motion_token_0` ... `action_motion_token_63` | FIELD | FLOAT | motion token; 64 elements |
63
+ | `teleop_smpl_joints_0` ... `teleop_smpl_joints_71` | FIELD | FLOAT | SMPL joint values; 72 elements |
64
+ | `teleop_smpl_pose_0` ... `teleop_smpl_pose_62` | FIELD | FLOAT | SMPL pose values; 63 elements |
65
+ | `teleop_body_quat_w_0` ... `teleop_body_quat_w_3` | FIELD | FLOAT | flattened source `teleop.body_quat_w` vector; 4 elements |
66
+ | `teleop_target_body_orientation_0` ... `teleop_target_body_orientation_5` | FIELD | FLOAT | flattened source `teleop.target_body_orientation` vector; 6 elements |
67
+ | `teleop_left_hand_joints_0` ... `teleop_left_hand_joints_6` | FIELD | FLOAT | flattened source `teleop.left_hand_joints` vector; 7 elements |
68
+ | `teleop_right_hand_joints_0` ... `teleop_right_hand_joints_6` | FIELD | FLOAT | flattened source `teleop.right_hand_joints` vector; 7 elements |
69
+ | `teleop_left_wrist_joints_0` ... `teleop_left_wrist_joints_2` | FIELD | FLOAT | flattened source `teleop.left_wrist_joints` vector; 3 elements |
70
+ | `teleop_right_wrist_joints_0` ... `teleop_right_wrist_joints_2` | FIELD | FLOAT | flattened source `teleop.right_wrist_joints` vector; 3 elements |
71
+ | `teleop_planner_movement_0` ... `teleop_planner_movement_2` | FIELD | FLOAT | flattened source `teleop.planner_movement` vector; 3 elements |
72
+ | `teleop_planner_facing_0` ... `teleop_planner_facing_2` | FIELD | FLOAT | flattened source `teleop.planner_facing` vector; 3 elements |
73
+ | `teleop_vr_3pt_position_0` ... `teleop_vr_3pt_position_8` | FIELD | FLOAT | flattened source `teleop.vr_3pt_position` vector; 9 elements |
74
+ | `teleop_vr_3pt_orientation_0` ... `teleop_vr_3pt_orientation_17` | FIELD | FLOAT | three-point VR orientation; 18 elements |
75
+
76
+ The source `timestamp` column is not stored separately because it is represented by `Time / 1000` seconds. All 79,948 numeric rows, every episode and task identity, `frame_index`, and every numeric vector element are retained. Source vector prefixes are preserved with dots replaced by underscores.
77
+
78
+ ## Encoding and compression
79
+
80
+ - TIME, INT32, and INT64: `TS_2DIFF + LZ4`
81
+ - FLOAT and DOUBLE: `GORILLA + LZ4`
82
+ - BOOLEAN, when present: `RLE + LZ4`
83
+ - TAG values: TsFile table-model device/tag storage
84
+
85
+ ## Videos and alignment
86
+
87
+ The 51 source ego-view MP4 files are not included here. They remain in the original repository at [`videos/chunk-000/observation.images.ego_view`](https://huggingface.co/datasets/Jiangeng/G1_06_11/tree/main/videos/chunk-000/observation.images.ego_view), named `episode_000000.mp4` through `episode_000050.mp4`. The source directory is displayed as 257 MB on Hugging Face.
88
+
89
+ The source template is `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`. Use `episode_index` and `frame_index` to align a numeric row with its 50 FPS video frame.
90
+
91
+ ## Read example
92
+
93
+ ```python
94
+ from tsfile import TsFileReader
95
+
96
+ reader = TsFileReader("data/jiangeng_g1_06_11.tsfile")
97
+ with reader.query_table(
98
+ "jiangeng_g1_06_11",
99
+ [
100
+ "episode_index",
101
+ "task_index",
102
+ "frame_index",
103
+ "sample_index",
104
+ "observation_state_0",
105
+ "action_wbc_0",
106
+ ],
107
+ batch_size=1024,
108
+ ) as result:
109
+ batch = result.read_arrow_batch()
110
+ print(batch.to_pandas().head())
111
+ reader.close()
112
+ ```
meta/episodes.jsonl DELETED
@@ -1,51 +0,0 @@
1
- {"episode_index": 0, "tasks": ["Put the teddy bear in the bag."], "length": 2155}
2
- {"episode_index": 1, "tasks": ["Put the teddy bear in the bag."], "length": 1781}
3
- {"episode_index": 2, "tasks": ["Put the teddy bear in the bag."], "length": 1934}
4
- {"episode_index": 3, "tasks": ["Put the teddy bear in the bag."], "length": 1772}
5
- {"episode_index": 4, "tasks": ["Put the teddy bear in the bag."], "length": 1738}
6
- {"episode_index": 5, "tasks": ["Put the teddy bear in the bag."], "length": 1779}
7
- {"episode_index": 6, "tasks": ["Put the teddy bear in the bag."], "length": 1577}
8
- {"episode_index": 7, "tasks": ["Put the teddy bear in the bag."], "length": 1652}
9
- {"episode_index": 8, "tasks": ["Put the teddy bear in the bag."], "length": 1734}
10
- {"episode_index": 9, "tasks": ["Put the teddy bear in the bag."], "length": 1939}
11
- {"episode_index": 10, "tasks": ["Put the teddy bear in the bag."], "length": 1661}
12
- {"episode_index": 11, "tasks": ["Put the teddy bear in the bag."], "length": 1659}
13
- {"episode_index": 12, "tasks": ["Put the teddy bear in the bag."], "length": 1512}
14
- {"episode_index": 13, "tasks": ["Put the teddy bear in the bag."], "length": 1348}
15
- {"episode_index": 14, "tasks": ["Put the teddy bear in the bag."], "length": 1397}
16
- {"episode_index": 15, "tasks": ["Put the teddy bear in the bag."], "length": 1353}
17
- {"episode_index": 16, "tasks": ["Put the teddy bear in the bag."], "length": 1370}
18
- {"episode_index": 17, "tasks": ["Put the teddy bear in the bag."], "length": 1245}
19
- {"episode_index": 18, "tasks": ["Put the teddy bear in the bag."], "length": 1533}
20
- {"episode_index": 19, "tasks": ["Put the teddy bear in the bag."], "length": 1495}
21
- {"episode_index": 20, "tasks": ["Put the teddy bear in the bag."], "length": 1299}
22
- {"episode_index": 21, "tasks": ["Put the teddy bear in the bag."], "length": 1617}
23
- {"episode_index": 22, "tasks": ["Put the teddy bear in the bag."], "length": 1514}
24
- {"episode_index": 23, "tasks": ["Put the teddy bear in the bag."], "length": 1715}
25
- {"episode_index": 24, "tasks": ["Put the teddy bear in the bag."], "length": 1600}
26
- {"episode_index": 25, "tasks": ["Put the teddy bear in the bag."], "length": 1495}
27
- {"episode_index": 26, "tasks": ["Put the teddy bear in the bag."], "length": 1596}
28
- {"episode_index": 27, "tasks": ["Put the teddy bear in the bag."], "length": 1470}
29
- {"episode_index": 28, "tasks": ["Put the teddy bear in the bag."], "length": 1659}
30
- {"episode_index": 29, "tasks": ["Put the teddy bear in the bag."], "length": 1592}
31
- {"episode_index": 30, "tasks": ["Put the teddy bear in the bag."], "length": 1464}
32
- {"episode_index": 31, "tasks": ["Put the teddy bear in the bag."], "length": 1534}
33
- {"episode_index": 32, "tasks": ["Put the teddy bear in the bag."], "length": 1632}
34
- {"episode_index": 33, "tasks": ["Put the teddy bear in the bag."], "length": 1535}
35
- {"episode_index": 34, "tasks": ["Put the teddy bear in the bag."], "length": 1460}
36
- {"episode_index": 35, "tasks": ["Put the teddy bear in the bag."], "length": 1692}
37
- {"episode_index": 36, "tasks": ["Put the teddy bear in the bag."], "length": 1582}
38
- {"episode_index": 37, "tasks": ["Put the teddy bear in the bag."], "length": 1515}
39
- {"episode_index": 38, "tasks": ["Put the teddy bear in the bag."], "length": 1545}
40
- {"episode_index": 39, "tasks": ["Put the teddy bear in the bag."], "length": 1677}
41
- {"episode_index": 40, "tasks": ["Put the teddy bear in the bag."], "length": 1570}
42
- {"episode_index": 41, "tasks": ["Put the teddy bear in the bag."], "length": 1622}
43
- {"episode_index": 42, "tasks": ["Put the teddy bear in the bag."], "length": 1426}
44
- {"episode_index": 43, "tasks": ["Put the teddy bear in the bag."], "length": 1463}
45
- {"episode_index": 44, "tasks": ["Put the teddy bear in the bag."], "length": 1435}
46
- {"episode_index": 45, "tasks": ["Put the teddy bear in the bag."], "length": 1380}
47
- {"episode_index": 46, "tasks": ["Put the teddy bear in the bag."], "length": 1417}
48
- {"episode_index": 47, "tasks": ["Put the teddy bear in the bag."], "length": 1353}
49
- {"episode_index": 48, "tasks": ["Put the teddy bear in the bag."], "length": 1286}
50
- {"episode_index": 49, "tasks": ["Put the teddy bear in the bag."], "length": 1405}
51
- {"episode_index": 50, "tasks": ["Put the teddy bear in the bag."], "length": 1764}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/modality.json DELETED
@@ -1,182 +0,0 @@
1
- {
2
- "state": {
3
- "left_leg": {
4
- "start": 0,
5
- "end": 6
6
- },
7
- "right_leg": {
8
- "start": 6,
9
- "end": 12
10
- },
11
- "waist": {
12
- "start": 12,
13
- "end": 15
14
- },
15
- "left_arm": {
16
- "start": 15,
17
- "end": 22
18
- },
19
- "left_hand": {
20
- "start": 22,
21
- "end": 29
22
- },
23
- "right_arm": {
24
- "start": 29,
25
- "end": 36
26
- },
27
- "right_hand": {
28
- "start": 36,
29
- "end": 43
30
- },
31
- "left_wrist_pos": {
32
- "start": 0,
33
- "end": 3,
34
- "original_key": "observation.eef_state"
35
- },
36
- "left_wrist_abs_quat": {
37
- "start": 3,
38
- "end": 7,
39
- "original_key": "observation.eef_state",
40
- "rotation_type": "quaternion"
41
- },
42
- "right_wrist_pos": {
43
- "start": 7,
44
- "end": 10,
45
- "original_key": "observation.eef_state"
46
- },
47
- "right_wrist_abs_quat": {
48
- "start": 10,
49
- "end": 14,
50
- "original_key": "observation.eef_state",
51
- "rotation_type": "quaternion"
52
- },
53
- "root_orientation": {
54
- "start": 0,
55
- "end": 4,
56
- "original_key": "observation.root_orientation",
57
- "rotation_type": "quaternion"
58
- },
59
- "projected_gravity": {
60
- "start": 0,
61
- "end": 3,
62
- "original_key": "observation.projected_gravity"
63
- },
64
- "cpp_rotation_offset": {
65
- "start": 0,
66
- "end": 4,
67
- "original_key": "observation.cpp_rotation_offset",
68
- "rotation_type": "quaternion"
69
- },
70
- "init_base_quat": {
71
- "start": 0,
72
- "end": 4,
73
- "original_key": "observation.init_base_quat",
74
- "rotation_type": "quaternion"
75
- }
76
- },
77
- "action": {
78
- "delta_heading": {
79
- "start": 0,
80
- "end": 1,
81
- "original_key": "teleop.delta_heading"
82
- },
83
- "motion_token": {
84
- "start": 0,
85
- "end": 64,
86
- "original_key": "action.motion_token"
87
- },
88
- "smpl_joints": {
89
- "start": 0,
90
- "end": 72,
91
- "original_key": "teleop.smpl_joints"
92
- },
93
- "smpl_pose": {
94
- "start": 0,
95
- "end": 63,
96
- "original_key": "teleop.smpl_pose"
97
- },
98
- "body_quat_w": {
99
- "start": 0,
100
- "end": 4,
101
- "original_key": "teleop.body_quat_w",
102
- "rotation_type": "quaternion"
103
- },
104
- "target_body_orientation": {
105
- "start": 0,
106
- "end": 6,
107
- "original_key": "teleop.target_body_orientation",
108
- "rotation_type": "rotation_6d"
109
- },
110
- "left_hand_joints": {
111
- "start": 0,
112
- "end": 7,
113
- "original_key": "teleop.left_hand_joints"
114
- },
115
- "right_hand_joints": {
116
- "start": 0,
117
- "end": 7,
118
- "original_key": "teleop.right_hand_joints"
119
- },
120
- "left_wrist_joints": {
121
- "start": 0,
122
- "end": 3,
123
- "original_key": "teleop.left_wrist_joints"
124
- },
125
- "right_wrist_joints": {
126
- "start": 0,
127
- "end": 3,
128
- "original_key": "teleop.right_wrist_joints"
129
- },
130
- "stream_mode": {
131
- "start": 0,
132
- "end": 1,
133
- "original_key": "teleop.stream_mode"
134
- },
135
- "planner_mode": {
136
- "start": 0,
137
- "end": 1,
138
- "original_key": "teleop.planner_mode"
139
- },
140
- "planner_movement": {
141
- "start": 0,
142
- "end": 3,
143
- "original_key": "teleop.planner_movement"
144
- },
145
- "planner_facing": {
146
- "start": 0,
147
- "end": 3,
148
- "original_key": "teleop.planner_facing"
149
- },
150
- "planner_speed": {
151
- "start": 0,
152
- "end": 1,
153
- "original_key": "teleop.planner_speed"
154
- },
155
- "planner_height": {
156
- "start": 0,
157
- "end": 1,
158
- "original_key": "teleop.planner_height"
159
- },
160
- "vr_3pt_position": {
161
- "start": 0,
162
- "end": 9,
163
- "original_key": "teleop.vr_3pt_position"
164
- },
165
- "vr_3pt_orientation": {
166
- "start": 0,
167
- "end": 18,
168
- "original_key": "teleop.vr_3pt_orientation",
169
- "rotation_type": "rotation_6d"
170
- }
171
- },
172
- "video": {
173
- "ego_view": {
174
- "original_key": "observation.images.ego_view"
175
- }
176
- },
177
- "annotation": {
178
- "human.task_description": {
179
- "original_key": "task_index"
180
- }
181
- }
182
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_index": 0, "task": "Put the teddy bear in the bag."}