ucasmjc commited on
Commit
1db63d9
·
verified ·
1 Parent(s): 4b2b09e

Add files using upload-large-folder tool

Browse files
Files changed (26) hide show
  1. .gitattributes +4 -0
  2. README.md +65 -0
  3. SHA256SUMS +4 -0
  4. episodes/disk-1/Make_coffee/制作咖啡_1/metadata.yaml +140 -0
  5. episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0.mcap +3 -0
  6. episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0_info.json +163 -0
  7. episodes/disk-12/Make_a_sandwich/制作三明治_1/metadata.yaml +140 -0
  8. episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0.mcap +3 -0
  9. episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0_info.json +164 -0
  10. episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/metadata.yaml +140 -0
  11. episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0.mcap +3 -0
  12. episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0_info.json +164 -0
  13. episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/metadata.yaml +140 -0
  14. episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0.mcap +3 -0
  15. episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0_info.json +164 -0
  16. manifest.json +148 -0
  17. task_metadata/disk-1/Make_coffee/episode_annotations_vla_en.jsonl +0 -0
  18. task_metadata/disk-1/Make_coffee/info.json +159 -0
  19. task_metadata/disk-1/Make_coffee/task_annotation_vla_en.json +124 -0
  20. task_metadata/disk-12/Make_a_sandwich/episode_annotations_vla_en.jsonl +0 -0
  21. task_metadata/disk-12/Make_a_sandwich/info.json +159 -0
  22. task_metadata/disk-12/Make_a_sandwich/task_annotation_vla_en.json +124 -0
  23. task_metadata/disk-15/Turn_on_the_desk_lamp/info.json +44 -0
  24. task_metadata/disk-5/Fold_the_purple_towel/episode_annotations_vla_en.jsonl +0 -0
  25. task_metadata/disk-5/Fold_the_purple_towel/info.json +116 -0
  26. task_metadata/disk-5/Fold_the_purple_towel/task_annotation_vla_en.json +119 -0
.gitattributes CHANGED
@@ -58,3 +58,7 @@ saved_model/**/* 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
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0.mcap filter=lfs diff=lfs merge=lfs -text
62
+ episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0.mcap filter=lfs diff=lfs merge=lfs -text
63
+ episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0.mcap filter=lfs diff=lfs merge=lfs -text
64
+ episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0.mcap filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 真机原始轨迹样本(2026-07-20)
2
+
3
+ 本目录从远程 OSS `oss://ss-oss1/data/dataset/external_robotic_data/` 收集了 4 条正常目录下的原始真机轨迹。数据保持原始 MCAP/JPEG/ROS2 物理量和时间戳,未做归一化、拼图、resize、降采样或视频重编码。
4
+
5
+ ## 样本
6
+
7
+ | 任务 | Episode | 时长 | MCAP 大小 | RGB | 控制/状态 |
8
+ |---|---:|---:|---:|---|---|
9
+ | 制作咖啡 | 1 | 73.776 s | 1,568,867,100 B | 4 路,1280×720,约 30 FPS | 双臂约 200 Hz |
10
+ | 叠紫色毛巾-重制版 | 1 | 43.094 s | 957,553,080 B | 4 路,1280×720,约 30 FPS | 双臂约 200 Hz |
11
+ | 制作三明治 | 1 | 43.478 s | 945,035,379 B | 4 路,1280×720,约 30 FPS | 双臂约 200 Hz |
12
+ | 开关台灯 | 1 | 27.477 s | 420,049,075 B | 4 路,1280×720,约 30 FPS | 双臂约 200 Hz |
13
+
14
+ 原始 episode 位于 `episodes/`,任务级 instruction/annotation 位于 `task_metadata/`。逐文件 SHA-256 见 `SHA256SUMS`,机器可读清单见 `manifest.json`。
15
+
16
+ ## 文档字段映射
17
+
18
+ ### RGB
19
+
20
+ - `head_camera` / 顶部正面:`/camera_f/color/image_raw`
21
+ - `left_wrist_camera`:`/camera_l/color/image_raw`
22
+ - `right_wrist_camera`:`/camera_r/color/image_raw`
23
+ - 额外正面左侧相机:`/camera_fl/color/image_raw`
24
+ - 图像编码:原始 JPEG `sensor_msgs/msg/CompressedImage`
25
+ - 原始分辨率:四路均为 1280×720
26
+ - 时间戳:每条消息同时保留 ROS header timestamp 与 MCAP log/publish timestamp,单位为纳秒
27
+ - 相机内参:对应 `/camera_{f,l,r,fl}/color/camera_info`
28
+ - 相机外参:`/tf_static` 明确包含 `camera_front`、`camera_front_left`、`camera_left_wrist`、`camera_right_wrist`
29
+
30
+ ### Action
31
+
32
+ 最佳原始对应为 `/master/joint_left` 和 `/master/joint_right`:控制器收到的目标关节“指令回显”,约 200 Hz。
33
+
34
+ - 类型:absolute joint position
35
+ - 每臂原始消息:`[joint0, joint1, joint2, joint3, joint4, joint5, gripper]`
36
+ - 统一 14D 顺序:`[L_j0..L_j5, R_j0..R_j5, L_gripper, R_gripper]`
37
+ - 六个臂关节单位:rad
38
+ - gripper 单位:m,约 `0=闭合`、`0.08=张开`
39
+ - 时间戳:ROS header timestamp;MCAP 同时保留 log/publish timestamp
40
+
41
+ 注意:`/master/joint_*` 是指令回显,不是 ROS2 控制入口;这正适合作为“实际下发并被控制器接收的目标量”。
42
+
43
+ ### State
44
+
45
+ - 关节/夹爪反馈:`/puppet/joint_left`、`/puppet/joint_right`,约 200 Hz
46
+ - 14D 顺序与 action 相同:`[L_j0..L_j5, R_j0..R_j5, L_gripper, R_gripper]`
47
+ - 单位:关节 rad,gripper m
48
+ - 末端位姿反馈:`/puppet/end_pose_left`、`/puppet/end_pose_right`
49
+ - 每臂末端位姿:`[x, y, z, qx, qy, qz, qw]`,位置单位 m
50
+
51
+ ### Metadata
52
+
53
+ - instruction、episode 起止时间、FPS、topic 频率和消息数在 `*_info.json` 与任务级 `info.json` 中。
54
+ - 机器人型号:Cobot Magic;制作咖啡、制作三明治、开关台灯的任务级 metadata 明确记录,毛巾样本由相同 topic/TF/设备数据模式确认。
55
+ - 4 条样本均来自任务正常目录而不是 `abnormal/`;但源数据没有逐 episode 的显式布尔 `success` 字段,因此 `manifest.json` 中保留为 `null`。
56
+ - 源 metadata 未提供急停、人工接管、控制中断的逐 episode 标记;不能据空缺推断为“未发生”。
57
+
58
+ ## 校验
59
+
60
+ - OSS 下载命令全部成功,文件尺寸与远程对象完全一致。
61
+ - 使用 MCAP reader 对 4 个文件全量顺序读取并启用 chunk CRC 校验。
62
+ - 全量读取消息数分别与 `metadata.yaml` / `*_info.json` 一致:312,795、187,742、169,819、119,701。
63
+ - 所需三路 RGB、左右 action/state 和左右末端位姿在全部样本中均非空。
64
+
65
+ 当前交付保留原始 MCAP,不额外生成 MP4/NPY,以避免无必要的重编码或同步重采样。如果后续需要文档推荐的 `episode_xxxxxx/{head.mp4, action.npy, ...}` 结构,应从 MCAP 按各自原始 timestamp 无损导出,并保留本目录作为不可变原始来源。
SHA256SUMS ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ 10f213a2c7ee7401aedbccae4fb9c5b1f0c28fe1e417e0aacb5b7bdfa0b8dbc4 episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0.mcap
2
+ 287fee0ce683997fbb55e264fc99da34736ca8498aadf38c4f92cf710eb18ec6 episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0.mcap
3
+ f72f67c8d4b4fc252dbbe97f679f11de6275ae46d233499a1b9f975ea52259dd episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0.mcap
4
+ 14c7b65d57ef625db755fa4fc1972e095517bb913e2aedee42347ab160d44908 episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0.mcap
episodes/disk-1/Make_coffee/制作咖啡_1/metadata.yaml ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rosbag2_bagfile_information:
2
+ version: 5
3
+ storage_identifier: mcap
4
+ duration:
5
+ nanoseconds: 73776080128
6
+ starting_time:
7
+ nanoseconds_since_epoch: 1761966186162937344
8
+ message_count: 312795
9
+ topics_with_message_count:
10
+ - topic_metadata:
11
+ name: /tf_static
12
+ type: tf2_msgs/msg/TFMessage
13
+ serialization_format: cdr
14
+ offered_qos_profiles: "- history: 1\n depth: 10\n reliability: 1\n durability: 1\n deadline:\n sec: 0\n nsec: 0\n lifespan:\n sec: 0\n nsec: 0\n liveliness: 1\n liveliness_lease_duration:\n sec: 0\n nsec: 0\n avoid_ros_namespace_conventions: false"
15
+ message_count: 9
16
+ - topic_metadata:
17
+ name: /tf
18
+ type: tf2_msgs/msg/TFMessage
19
+ serialization_format: cdr
20
+ offered_qos_profiles: ""
21
+ message_count: 197754
22
+ - topic_metadata:
23
+ name: /puppet/end_pose_right
24
+ type: geometry_msgs/msg/PoseStamped
25
+ serialization_format: cdr
26
+ offered_qos_profiles: ""
27
+ message_count: 14756
28
+ - topic_metadata:
29
+ name: /puppet/end_pose_left
30
+ type: geometry_msgs/msg/PoseStamped
31
+ serialization_format: cdr
32
+ offered_qos_profiles: ""
33
+ message_count: 14755
34
+ - topic_metadata:
35
+ name: /camera_r/color/metadata
36
+ type: realsense2_camera_msgs/msg/Metadata
37
+ serialization_format: cdr
38
+ offered_qos_profiles: ""
39
+ message_count: 2208
40
+ - topic_metadata:
41
+ name: /camera_fl/color/metadata
42
+ type: realsense2_camera_msgs/msg/Metadata
43
+ serialization_format: cdr
44
+ offered_qos_profiles: ""
45
+ message_count: 2208
46
+ - topic_metadata:
47
+ name: /camera_f/color/metadata
48
+ type: realsense2_camera_msgs/msg/Metadata
49
+ serialization_format: cdr
50
+ offered_qos_profiles: ""
51
+ message_count: 2209
52
+ - topic_metadata:
53
+ name: /camera_f/color/image_raw
54
+ type: sensor_msgs/msg/CompressedImage
55
+ serialization_format: cdr
56
+ offered_qos_profiles: ""
57
+ message_count: 2208
58
+ - topic_metadata:
59
+ name: /master/joint_right
60
+ type: sensor_msgs/msg/JointState
61
+ serialization_format: cdr
62
+ offered_qos_profiles: ""
63
+ message_count: 14756
64
+ - topic_metadata:
65
+ name: /camera_f/color/camera_info
66
+ type: sensor_msgs/msg/CameraInfo
67
+ serialization_format: cdr
68
+ offered_qos_profiles: ""
69
+ message_count: 2209
70
+ - topic_metadata:
71
+ name: /puppet/joint_left
72
+ type: sensor_msgs/msg/JointState
73
+ serialization_format: cdr
74
+ offered_qos_profiles: ""
75
+ message_count: 14755
76
+ - topic_metadata:
77
+ name: /master/joint_left
78
+ type: sensor_msgs/msg/JointState
79
+ serialization_format: cdr
80
+ offered_qos_profiles: ""
81
+ message_count: 14755
82
+ - topic_metadata:
83
+ name: /camera_r/color/camera_info
84
+ type: sensor_msgs/msg/CameraInfo
85
+ serialization_format: cdr
86
+ offered_qos_profiles: ""
87
+ message_count: 2208
88
+ - topic_metadata:
89
+ name: /puppet/joint_right
90
+ type: sensor_msgs/msg/JointState
91
+ serialization_format: cdr
92
+ offered_qos_profiles: ""
93
+ message_count: 14756
94
+ - topic_metadata:
95
+ name: /camera_l/color/metadata
96
+ type: realsense2_camera_msgs/msg/Metadata
97
+ serialization_format: cdr
98
+ offered_qos_profiles: ""
99
+ message_count: 2208
100
+ - topic_metadata:
101
+ name: /camera_l/color/camera_info
102
+ type: sensor_msgs/msg/CameraInfo
103
+ serialization_format: cdr
104
+ offered_qos_profiles: ""
105
+ message_count: 2208
106
+ - topic_metadata:
107
+ name: /camera_l/color/image_raw
108
+ type: sensor_msgs/msg/CompressedImage
109
+ serialization_format: cdr
110
+ offered_qos_profiles: ""
111
+ message_count: 2207
112
+ - topic_metadata:
113
+ name: /camera_r/color/image_raw
114
+ type: sensor_msgs/msg/CompressedImage
115
+ serialization_format: cdr
116
+ offered_qos_profiles: ""
117
+ message_count: 2209
118
+ - topic_metadata:
119
+ name: /camera_fl/color/image_raw
120
+ type: sensor_msgs/msg/CompressedImage
121
+ serialization_format: cdr
122
+ offered_qos_profiles: ""
123
+ message_count: 2209
124
+ - topic_metadata:
125
+ name: /camera_fl/color/camera_info
126
+ type: sensor_msgs/msg/CameraInfo
127
+ serialization_format: cdr
128
+ offered_qos_profiles: ""
129
+ message_count: 2208
130
+ compression_format: ""
131
+ compression_mode: ""
132
+ relative_file_paths:
133
+ - 制作咖啡_1_0.mcap
134
+ files:
135
+ - path: 制作咖啡_1_0.mcap
136
+ starting_time:
137
+ nanoseconds_since_epoch: 1761966186162937344
138
+ duration:
139
+ nanoseconds: 73776080128
140
+ message_count: 312795
episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0.mcap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f213a2c7ee7401aedbccae4fb9c5b1f0c28fe1e417e0aacb5b7bdfa0b8dbc4
3
+ size 1568867100
episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0_info.json ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_info": {
3
+ "library": "libmcap 0.8.0",
4
+ "profile": "ros2",
5
+ "messages": 312795,
6
+ "start_time": "2025-11-01T11:03:06.162937344+08:00",
7
+ "start_timestamp": 1761966186.1629374,
8
+ "end_time": "2025-11-01T11:04:19.939017472+08:00",
9
+ "end_timestamp": 1761966259.9390175,
10
+ "channels": 20,
11
+ "attachments": 0,
12
+ "metadata": 1,
13
+ "topics": [
14
+ {
15
+ "topic": "/master/joint_left",
16
+ "count": 14755,
17
+ "frequency": 200.0,
18
+ "type": "sensor_msgs/msg/JointState",
19
+ "serialization_format": "ros2msg"
20
+ },
21
+ {
22
+ "topic": "/master/joint_right",
23
+ "count": 14756,
24
+ "frequency": 200.01,
25
+ "type": "sensor_msgs/msg/JointState",
26
+ "serialization_format": "ros2msg"
27
+ },
28
+ {
29
+ "topic": "/puppet/joint_left",
30
+ "count": 14755,
31
+ "frequency": 200.0,
32
+ "type": "sensor_msgs/msg/JointState",
33
+ "serialization_format": "ros2msg"
34
+ },
35
+ {
36
+ "topic": "/puppet/joint_right",
37
+ "count": 14756,
38
+ "frequency": 200.01,
39
+ "type": "sensor_msgs/msg/JointState",
40
+ "serialization_format": "ros2msg"
41
+ },
42
+ {
43
+ "topic": "/camera_l/color/image_raw",
44
+ "count": 2207,
45
+ "frequency": 29.91,
46
+ "type": "sensor_msgs/msg/CompressedImage",
47
+ "serialization_format": "ros2msg"
48
+ },
49
+ {
50
+ "topic": "/camera_f/color/image_raw",
51
+ "count": 2208,
52
+ "frequency": 29.93,
53
+ "type": "sensor_msgs/msg/CompressedImage",
54
+ "serialization_format": "ros2msg"
55
+ },
56
+ {
57
+ "topic": "/camera_r/color/image_raw",
58
+ "count": 2209,
59
+ "frequency": 29.94,
60
+ "type": "sensor_msgs/msg/CompressedImage",
61
+ "serialization_format": "ros2msg"
62
+ },
63
+ {
64
+ "topic": "/camera_fl/color/image_raw",
65
+ "count": 2209,
66
+ "frequency": 29.94,
67
+ "type": "sensor_msgs/msg/CompressedImage",
68
+ "serialization_format": "ros2msg"
69
+ },
70
+ {
71
+ "topic": "/camera_l/color/camera_info",
72
+ "count": 2208,
73
+ "frequency": 29.93,
74
+ "type": "sensor_msgs/msg/CameraInfo",
75
+ "serialization_format": "ros2msg"
76
+ },
77
+ {
78
+ "topic": "/camera_f/color/camera_info",
79
+ "count": 2209,
80
+ "frequency": 29.94,
81
+ "type": "sensor_msgs/msg/CameraInfo",
82
+ "serialization_format": "ros2msg"
83
+ },
84
+ {
85
+ "topic": "/camera_r/color/camera_info",
86
+ "count": 2208,
87
+ "frequency": 29.93,
88
+ "type": "sensor_msgs/msg/CameraInfo",
89
+ "serialization_format": "ros2msg"
90
+ },
91
+ {
92
+ "topic": "/camera_fl/color/camera_info",
93
+ "count": 2208,
94
+ "frequency": 29.93,
95
+ "type": "sensor_msgs/msg/CameraInfo",
96
+ "serialization_format": "ros2msg"
97
+ },
98
+ {
99
+ "topic": "/camera_l/color/metadata",
100
+ "count": 2208,
101
+ "frequency": 29.93,
102
+ "type": "realsense2_camera_msgs/msg/Metadata",
103
+ "serialization_format": "ros2msg"
104
+ },
105
+ {
106
+ "topic": "/camera_f/color/metadata",
107
+ "count": 2209,
108
+ "frequency": 29.94,
109
+ "type": "realsense2_camera_msgs/msg/Metadata",
110
+ "serialization_format": "ros2msg"
111
+ },
112
+ {
113
+ "topic": "/camera_r/color/metadata",
114
+ "count": 2208,
115
+ "frequency": 29.93,
116
+ "type": "realsense2_camera_msgs/msg/Metadata",
117
+ "serialization_format": "ros2msg"
118
+ },
119
+ {
120
+ "topic": "/camera_fl/color/metadata",
121
+ "count": 2208,
122
+ "frequency": 29.93,
123
+ "type": "realsense2_camera_msgs/msg/Metadata",
124
+ "serialization_format": "ros2msg"
125
+ },
126
+ {
127
+ "topic": "/puppet/end_pose_left",
128
+ "count": 14755,
129
+ "frequency": 200.0,
130
+ "type": "geometry_msgs/msg/PoseStamped",
131
+ "serialization_format": "ros2msg"
132
+ },
133
+ {
134
+ "topic": "/puppet/end_pose_right",
135
+ "count": 14756,
136
+ "frequency": 200.01,
137
+ "type": "geometry_msgs/msg/PoseStamped",
138
+ "serialization_format": "ros2msg"
139
+ },
140
+ {
141
+ "topic": "/tf",
142
+ "count": 197754,
143
+ "frequency": 2680.46,
144
+ "type": "tf2_msgs/msg/TFMessage",
145
+ "serialization_format": "ros2msg"
146
+ },
147
+ {
148
+ "topic": "/tf_static",
149
+ "count": 9,
150
+ "frequency": 0.12,
151
+ "type": "tf2_msgs/msg/TFMessage",
152
+ "serialization_format": "ros2msg"
153
+ }
154
+ ]
155
+ },
156
+ "task_info": {
157
+ "episode": 1,
158
+ "task_id": "1984447886134599681",
159
+ "task_name": "制作咖啡",
160
+ "file_name": "制作咖啡_1_0.mcap",
161
+ "steps": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂抓起咖啡机的把手往中间推,右臂拿起咖啡粉倒入咖啡机中,把咖啡粉放置桌面上,然后右臂拿起杯子接咖啡停个两秒抓取杯子放置桌面上,左臂抓取把手回到原处,机械臂回到零点。;过程中物品不掉落;null"
162
+ }
163
+ }
episodes/disk-12/Make_a_sandwich/制作三明治_1/metadata.yaml ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rosbag2_bagfile_information:
2
+ version: 5
3
+ storage_identifier: mcap
4
+ duration:
5
+ nanoseconds: 43478185472
6
+ starting_time:
7
+ nanoseconds_since_epoch: 1764122054708045056
8
+ message_count: 169819
9
+ topics_with_message_count:
10
+ - topic_metadata:
11
+ name: /tf_static
12
+ type: tf2_msgs/msg/TFMessage
13
+ serialization_format: cdr
14
+ offered_qos_profiles: "- history: 1\n depth: 10\n reliability: 1\n durability: 1\n deadline:\n sec: 0\n nsec: 0\n lifespan:\n sec: 0\n nsec: 0\n liveliness: 1\n liveliness_lease_duration:\n sec: 0\n nsec: 0\n avoid_ros_namespace_conventions: false"
15
+ message_count: 9
16
+ - topic_metadata:
17
+ name: /tf
18
+ type: tf2_msgs/msg/TFMessage
19
+ serialization_format: cdr
20
+ offered_qos_profiles: ""
21
+ message_count: 101992
22
+ - topic_metadata:
23
+ name: /puppet/end_pose_right
24
+ type: geometry_msgs/msg/PoseStamped
25
+ serialization_format: cdr
26
+ offered_qos_profiles: ""
27
+ message_count: 8696
28
+ - topic_metadata:
29
+ name: /puppet/end_pose_left
30
+ type: geometry_msgs/msg/PoseStamped
31
+ serialization_format: cdr
32
+ offered_qos_profiles: ""
33
+ message_count: 8696
34
+ - topic_metadata:
35
+ name: /camera_r/color/metadata
36
+ type: realsense2_camera_msgs/msg/Metadata
37
+ serialization_format: cdr
38
+ offered_qos_profiles: ""
39
+ message_count: 1303
40
+ - topic_metadata:
41
+ name: /camera_fl/color/metadata
42
+ type: realsense2_camera_msgs/msg/Metadata
43
+ serialization_format: cdr
44
+ offered_qos_profiles: ""
45
+ message_count: 1304
46
+ - topic_metadata:
47
+ name: /camera_f/color/metadata
48
+ type: realsense2_camera_msgs/msg/Metadata
49
+ serialization_format: cdr
50
+ offered_qos_profiles: ""
51
+ message_count: 1303
52
+ - topic_metadata:
53
+ name: /camera_f/color/image_raw
54
+ type: sensor_msgs/msg/CompressedImage
55
+ serialization_format: cdr
56
+ offered_qos_profiles: ""
57
+ message_count: 1304
58
+ - topic_metadata:
59
+ name: /master/joint_right
60
+ type: sensor_msgs/msg/JointState
61
+ serialization_format: cdr
62
+ offered_qos_profiles: ""
63
+ message_count: 8696
64
+ - topic_metadata:
65
+ name: /camera_f/color/camera_info
66
+ type: sensor_msgs/msg/CameraInfo
67
+ serialization_format: cdr
68
+ offered_qos_profiles: ""
69
+ message_count: 1303
70
+ - topic_metadata:
71
+ name: /puppet/joint_left
72
+ type: sensor_msgs/msg/JointState
73
+ serialization_format: cdr
74
+ offered_qos_profiles: ""
75
+ message_count: 8696
76
+ - topic_metadata:
77
+ name: /master/joint_left
78
+ type: sensor_msgs/msg/JointState
79
+ serialization_format: cdr
80
+ offered_qos_profiles: ""
81
+ message_count: 8696
82
+ - topic_metadata:
83
+ name: /camera_r/color/camera_info
84
+ type: sensor_msgs/msg/CameraInfo
85
+ serialization_format: cdr
86
+ offered_qos_profiles: ""
87
+ message_count: 1303
88
+ - topic_metadata:
89
+ name: /puppet/joint_right
90
+ type: sensor_msgs/msg/JointState
91
+ serialization_format: cdr
92
+ offered_qos_profiles: ""
93
+ message_count: 8696
94
+ - topic_metadata:
95
+ name: /camera_l/color/metadata
96
+ type: realsense2_camera_msgs/msg/Metadata
97
+ serialization_format: cdr
98
+ offered_qos_profiles: ""
99
+ message_count: 1304
100
+ - topic_metadata:
101
+ name: /camera_l/color/camera_info
102
+ type: sensor_msgs/msg/CameraInfo
103
+ serialization_format: cdr
104
+ offered_qos_profiles: ""
105
+ message_count: 1304
106
+ - topic_metadata:
107
+ name: /camera_l/color/image_raw
108
+ type: sensor_msgs/msg/CompressedImage
109
+ serialization_format: cdr
110
+ offered_qos_profiles: ""
111
+ message_count: 1303
112
+ - topic_metadata:
113
+ name: /camera_r/color/image_raw
114
+ type: sensor_msgs/msg/CompressedImage
115
+ serialization_format: cdr
116
+ offered_qos_profiles: ""
117
+ message_count: 1304
118
+ - topic_metadata:
119
+ name: /camera_fl/color/image_raw
120
+ type: sensor_msgs/msg/CompressedImage
121
+ serialization_format: cdr
122
+ offered_qos_profiles: ""
123
+ message_count: 1303
124
+ - topic_metadata:
125
+ name: /camera_fl/color/camera_info
126
+ type: sensor_msgs/msg/CameraInfo
127
+ serialization_format: cdr
128
+ offered_qos_profiles: ""
129
+ message_count: 1304
130
+ compression_format: ""
131
+ compression_mode: ""
132
+ relative_file_paths:
133
+ - 制作三明治_1_0.mcap
134
+ files:
135
+ - path: 制作三明治_1_0.mcap
136
+ starting_time:
137
+ nanoseconds_since_epoch: 1764122054708045056
138
+ duration:
139
+ nanoseconds: 43478185472
140
+ message_count: 169819
episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0.mcap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72f67c8d4b4fc252dbbe97f679f11de6275ae46d233499a1b9f975ea52259dd
3
+ size 945035379
episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0_info.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_info": {
3
+ "library": "libmcap 0.8.0",
4
+ "profile": "ros2",
5
+ "messages": 169819,
6
+ "duration": 43.478185472,
7
+ "start_time": "2025-11-26T09:54:14.708045056+08:00",
8
+ "start_timestamp": 1764122054.708045,
9
+ "end_time": "2025-11-26T09:54:58.186230528+08:00",
10
+ "end_timestamp": 1764122098.1862304,
11
+ "channels": 20,
12
+ "attachments": 0,
13
+ "metadata": 1,
14
+ "topics": [
15
+ {
16
+ "topic": "/master/joint_left",
17
+ "count": 8696,
18
+ "frequency": 200.01,
19
+ "type": "sensor_msgs/msg/JointState",
20
+ "serialization_format": "ros2msg"
21
+ },
22
+ {
23
+ "topic": "/master/joint_right",
24
+ "count": 8696,
25
+ "frequency": 200.01,
26
+ "type": "sensor_msgs/msg/JointState",
27
+ "serialization_format": "ros2msg"
28
+ },
29
+ {
30
+ "topic": "/puppet/joint_left",
31
+ "count": 8696,
32
+ "frequency": 200.01,
33
+ "type": "sensor_msgs/msg/JointState",
34
+ "serialization_format": "ros2msg"
35
+ },
36
+ {
37
+ "topic": "/puppet/joint_right",
38
+ "count": 8696,
39
+ "frequency": 200.01,
40
+ "type": "sensor_msgs/msg/JointState",
41
+ "serialization_format": "ros2msg"
42
+ },
43
+ {
44
+ "topic": "/camera_l/color/image_raw",
45
+ "count": 1303,
46
+ "frequency": 29.97,
47
+ "type": "sensor_msgs/msg/CompressedImage",
48
+ "serialization_format": "ros2msg"
49
+ },
50
+ {
51
+ "topic": "/camera_f/color/image_raw",
52
+ "count": 1304,
53
+ "frequency": 29.99,
54
+ "type": "sensor_msgs/msg/CompressedImage",
55
+ "serialization_format": "ros2msg"
56
+ },
57
+ {
58
+ "topic": "/camera_r/color/image_raw",
59
+ "count": 1304,
60
+ "frequency": 29.99,
61
+ "type": "sensor_msgs/msg/CompressedImage",
62
+ "serialization_format": "ros2msg"
63
+ },
64
+ {
65
+ "topic": "/camera_fl/color/image_raw",
66
+ "count": 1303,
67
+ "frequency": 29.97,
68
+ "type": "sensor_msgs/msg/CompressedImage",
69
+ "serialization_format": "ros2msg"
70
+ },
71
+ {
72
+ "topic": "/camera_l/color/camera_info",
73
+ "count": 1304,
74
+ "frequency": 29.99,
75
+ "type": "sensor_msgs/msg/CameraInfo",
76
+ "serialization_format": "ros2msg"
77
+ },
78
+ {
79
+ "topic": "/camera_f/color/camera_info",
80
+ "count": 1303,
81
+ "frequency": 29.97,
82
+ "type": "sensor_msgs/msg/CameraInfo",
83
+ "serialization_format": "ros2msg"
84
+ },
85
+ {
86
+ "topic": "/camera_r/color/camera_info",
87
+ "count": 1303,
88
+ "frequency": 29.97,
89
+ "type": "sensor_msgs/msg/CameraInfo",
90
+ "serialization_format": "ros2msg"
91
+ },
92
+ {
93
+ "topic": "/camera_fl/color/camera_info",
94
+ "count": 1304,
95
+ "frequency": 29.99,
96
+ "type": "sensor_msgs/msg/CameraInfo",
97
+ "serialization_format": "ros2msg"
98
+ },
99
+ {
100
+ "topic": "/camera_l/color/metadata",
101
+ "count": 1304,
102
+ "frequency": 29.99,
103
+ "type": "realsense2_camera_msgs/msg/Metadata",
104
+ "serialization_format": "ros2msg"
105
+ },
106
+ {
107
+ "topic": "/camera_f/color/metadata",
108
+ "count": 1303,
109
+ "frequency": 29.97,
110
+ "type": "realsense2_camera_msgs/msg/Metadata",
111
+ "serialization_format": "ros2msg"
112
+ },
113
+ {
114
+ "topic": "/camera_r/color/metadata",
115
+ "count": 1303,
116
+ "frequency": 29.97,
117
+ "type": "realsense2_camera_msgs/msg/Metadata",
118
+ "serialization_format": "ros2msg"
119
+ },
120
+ {
121
+ "topic": "/camera_fl/color/metadata",
122
+ "count": 1304,
123
+ "frequency": 29.99,
124
+ "type": "realsense2_camera_msgs/msg/Metadata",
125
+ "serialization_format": "ros2msg"
126
+ },
127
+ {
128
+ "topic": "/puppet/end_pose_left",
129
+ "count": 8696,
130
+ "frequency": 200.01,
131
+ "type": "geometry_msgs/msg/PoseStamped",
132
+ "serialization_format": "ros2msg"
133
+ },
134
+ {
135
+ "topic": "/puppet/end_pose_right",
136
+ "count": 8696,
137
+ "frequency": 200.01,
138
+ "type": "geometry_msgs/msg/PoseStamped",
139
+ "serialization_format": "ros2msg"
140
+ },
141
+ {
142
+ "topic": "/tf",
143
+ "count": 101992,
144
+ "frequency": 2345.82,
145
+ "type": "tf2_msgs/msg/TFMessage",
146
+ "serialization_format": "ros2msg"
147
+ },
148
+ {
149
+ "topic": "/tf_static",
150
+ "count": 9,
151
+ "frequency": 0.21,
152
+ "type": "tf2_msgs/msg/TFMessage",
153
+ "serialization_format": "ros2msg"
154
+ }
155
+ ]
156
+ },
157
+ "task_info": {
158
+ "episode": 1,
159
+ "task_id": "1993480899454332930",
160
+ "task_name": "制作三明治",
161
+ "file_name": "制作三明治_1_0.mcap",
162
+ "steps": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂拿取番茄酱挤到三明治的第一层上,右边拿起第二层放在第一层的上面,左臂拿取番茄酱挤到第二层上,右边拿取第三层到第二层上,机械臂回到零点。;成功:过程中物品不掉落,动作流畅。;null"
163
+ }
164
+ }
episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/metadata.yaml ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rosbag2_bagfile_information:
2
+ version: 5
3
+ storage_identifier: mcap
4
+ duration:
5
+ nanoseconds: 27476521728
6
+ starting_time:
7
+ nanoseconds_since_epoch: 1772590472682974720
8
+ message_count: 119701
9
+ topics_with_message_count:
10
+ - topic_metadata:
11
+ name: /tf_static
12
+ type: tf2_msgs/msg/TFMessage
13
+ serialization_format: cdr
14
+ offered_qos_profiles: "- history: 1\n depth: 10\n reliability: 1\n durability: 1\n deadline:\n sec: 0\n nsec: 0\n lifespan:\n sec: 0\n nsec: 0\n liveliness: 1\n liveliness_lease_duration:\n sec: 0\n nsec: 0\n avoid_ros_namespace_conventions: false"
15
+ message_count: 9
16
+ - topic_metadata:
17
+ name: /tf
18
+ type: tf2_msgs/msg/TFMessage
19
+ serialization_format: cdr
20
+ offered_qos_profiles: ""
21
+ message_count: 76877
22
+ - topic_metadata:
23
+ name: /puppet/end_pose_right
24
+ type: geometry_msgs/msg/PoseStamped
25
+ serialization_format: cdr
26
+ offered_qos_profiles: ""
27
+ message_count: 5495
28
+ - topic_metadata:
29
+ name: /puppet/end_pose_left
30
+ type: geometry_msgs/msg/PoseStamped
31
+ serialization_format: cdr
32
+ offered_qos_profiles: ""
33
+ message_count: 5496
34
+ - topic_metadata:
35
+ name: /camera_r/color/metadata
36
+ type: realsense2_camera_msgs/msg/Metadata
37
+ serialization_format: cdr
38
+ offered_qos_profiles: ""
39
+ message_count: 821
40
+ - topic_metadata:
41
+ name: /camera_fl/color/metadata
42
+ type: realsense2_camera_msgs/msg/Metadata
43
+ serialization_format: cdr
44
+ offered_qos_profiles: ""
45
+ message_count: 821
46
+ - topic_metadata:
47
+ name: /camera_f/color/metadata
48
+ type: realsense2_camera_msgs/msg/Metadata
49
+ serialization_format: cdr
50
+ offered_qos_profiles: ""
51
+ message_count: 820
52
+ - topic_metadata:
53
+ name: /camera_f/color/image_raw
54
+ type: sensor_msgs/msg/CompressedImage
55
+ serialization_format: cdr
56
+ offered_qos_profiles: ""
57
+ message_count: 820
58
+ - topic_metadata:
59
+ name: /master/joint_right
60
+ type: sensor_msgs/msg/JointState
61
+ serialization_format: cdr
62
+ offered_qos_profiles: ""
63
+ message_count: 5495
64
+ - topic_metadata:
65
+ name: /camera_f/color/camera_info
66
+ type: sensor_msgs/msg/CameraInfo
67
+ serialization_format: cdr
68
+ offered_qos_profiles: ""
69
+ message_count: 820
70
+ - topic_metadata:
71
+ name: /puppet/joint_left
72
+ type: sensor_msgs/msg/JointState
73
+ serialization_format: cdr
74
+ offered_qos_profiles: ""
75
+ message_count: 5496
76
+ - topic_metadata:
77
+ name: /master/joint_left
78
+ type: sensor_msgs/msg/JointState
79
+ serialization_format: cdr
80
+ offered_qos_profiles: ""
81
+ message_count: 5496
82
+ - topic_metadata:
83
+ name: /camera_r/color/camera_info
84
+ type: sensor_msgs/msg/CameraInfo
85
+ serialization_format: cdr
86
+ offered_qos_profiles: ""
87
+ message_count: 821
88
+ - topic_metadata:
89
+ name: /puppet/joint_right
90
+ type: sensor_msgs/msg/JointState
91
+ serialization_format: cdr
92
+ offered_qos_profiles: ""
93
+ message_count: 5495
94
+ - topic_metadata:
95
+ name: /camera_l/color/metadata
96
+ type: realsense2_camera_msgs/msg/Metadata
97
+ serialization_format: cdr
98
+ offered_qos_profiles: ""
99
+ message_count: 819
100
+ - topic_metadata:
101
+ name: /camera_l/color/camera_info
102
+ type: sensor_msgs/msg/CameraInfo
103
+ serialization_format: cdr
104
+ offered_qos_profiles: ""
105
+ message_count: 819
106
+ - topic_metadata:
107
+ name: /camera_l/color/image_raw
108
+ type: sensor_msgs/msg/CompressedImage
109
+ serialization_format: cdr
110
+ offered_qos_profiles: ""
111
+ message_count: 820
112
+ - topic_metadata:
113
+ name: /camera_r/color/image_raw
114
+ type: sensor_msgs/msg/CompressedImage
115
+ serialization_format: cdr
116
+ offered_qos_profiles: ""
117
+ message_count: 820
118
+ - topic_metadata:
119
+ name: /camera_fl/color/image_raw
120
+ type: sensor_msgs/msg/CompressedImage
121
+ serialization_format: cdr
122
+ offered_qos_profiles: ""
123
+ message_count: 820
124
+ - topic_metadata:
125
+ name: /camera_fl/color/camera_info
126
+ type: sensor_msgs/msg/CameraInfo
127
+ serialization_format: cdr
128
+ offered_qos_profiles: ""
129
+ message_count: 821
130
+ compression_format: ""
131
+ compression_mode: ""
132
+ relative_file_paths:
133
+ - 开关台灯_1_0.mcap
134
+ files:
135
+ - path: 开关台灯_1_0.mcap
136
+ starting_time:
137
+ nanoseconds_since_epoch: 1772590472682974720
138
+ duration:
139
+ nanoseconds: 27476521728
140
+ message_count: 119701
episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0.mcap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c7b65d57ef625db755fa4fc1972e095517bb913e2aedee42347ab160d44908
3
+ size 420049075
episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0_info.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_info": {
3
+ "library": "libmcap 0.8.0",
4
+ "profile": "ros2",
5
+ "messages": 119701,
6
+ "duration": 27.476521728,
7
+ "start_time": "2026-03-04T10:14:32.68297472+08:00",
8
+ "start_timestamp": 1772590472.6829748,
9
+ "end_time": "2026-03-04T10:15:00.159496448+08:00",
10
+ "end_timestamp": 1772590500.1594965,
11
+ "channels": 20,
12
+ "attachments": 0,
13
+ "metadata": 1,
14
+ "topics": [
15
+ {
16
+ "topic": "/master/joint_left",
17
+ "count": 5496,
18
+ "frequency": 200.03,
19
+ "type": "sensor_msgs/msg/JointState",
20
+ "serialization_format": "ros2msg"
21
+ },
22
+ {
23
+ "topic": "/master/joint_right",
24
+ "count": 5495,
25
+ "frequency": 199.99,
26
+ "type": "sensor_msgs/msg/JointState",
27
+ "serialization_format": "ros2msg"
28
+ },
29
+ {
30
+ "topic": "/puppet/joint_left",
31
+ "count": 5496,
32
+ "frequency": 200.03,
33
+ "type": "sensor_msgs/msg/JointState",
34
+ "serialization_format": "ros2msg"
35
+ },
36
+ {
37
+ "topic": "/puppet/joint_right",
38
+ "count": 5495,
39
+ "frequency": 199.99,
40
+ "type": "sensor_msgs/msg/JointState",
41
+ "serialization_format": "ros2msg"
42
+ },
43
+ {
44
+ "topic": "/camera_l/color/image_raw",
45
+ "count": 820,
46
+ "frequency": 29.84,
47
+ "type": "sensor_msgs/msg/CompressedImage",
48
+ "serialization_format": "ros2msg"
49
+ },
50
+ {
51
+ "topic": "/camera_f/color/image_raw",
52
+ "count": 820,
53
+ "frequency": 29.84,
54
+ "type": "sensor_msgs/msg/CompressedImage",
55
+ "serialization_format": "ros2msg"
56
+ },
57
+ {
58
+ "topic": "/camera_r/color/image_raw",
59
+ "count": 820,
60
+ "frequency": 29.84,
61
+ "type": "sensor_msgs/msg/CompressedImage",
62
+ "serialization_format": "ros2msg"
63
+ },
64
+ {
65
+ "topic": "/camera_fl/color/image_raw",
66
+ "count": 820,
67
+ "frequency": 29.84,
68
+ "type": "sensor_msgs/msg/CompressedImage",
69
+ "serialization_format": "ros2msg"
70
+ },
71
+ {
72
+ "topic": "/camera_l/color/camera_info",
73
+ "count": 819,
74
+ "frequency": 29.81,
75
+ "type": "sensor_msgs/msg/CameraInfo",
76
+ "serialization_format": "ros2msg"
77
+ },
78
+ {
79
+ "topic": "/camera_f/color/camera_info",
80
+ "count": 820,
81
+ "frequency": 29.84,
82
+ "type": "sensor_msgs/msg/CameraInfo",
83
+ "serialization_format": "ros2msg"
84
+ },
85
+ {
86
+ "topic": "/camera_r/color/camera_info",
87
+ "count": 821,
88
+ "frequency": 29.88,
89
+ "type": "sensor_msgs/msg/CameraInfo",
90
+ "serialization_format": "ros2msg"
91
+ },
92
+ {
93
+ "topic": "/camera_fl/color/camera_info",
94
+ "count": 821,
95
+ "frequency": 29.88,
96
+ "type": "sensor_msgs/msg/CameraInfo",
97
+ "serialization_format": "ros2msg"
98
+ },
99
+ {
100
+ "topic": "/camera_l/color/metadata",
101
+ "count": 819,
102
+ "frequency": 29.81,
103
+ "type": "realsense2_camera_msgs/msg/Metadata",
104
+ "serialization_format": "ros2msg"
105
+ },
106
+ {
107
+ "topic": "/camera_f/color/metadata",
108
+ "count": 820,
109
+ "frequency": 29.84,
110
+ "type": "realsense2_camera_msgs/msg/Metadata",
111
+ "serialization_format": "ros2msg"
112
+ },
113
+ {
114
+ "topic": "/camera_r/color/metadata",
115
+ "count": 821,
116
+ "frequency": 29.88,
117
+ "type": "realsense2_camera_msgs/msg/Metadata",
118
+ "serialization_format": "ros2msg"
119
+ },
120
+ {
121
+ "topic": "/camera_fl/color/metadata",
122
+ "count": 821,
123
+ "frequency": 29.88,
124
+ "type": "realsense2_camera_msgs/msg/Metadata",
125
+ "serialization_format": "ros2msg"
126
+ },
127
+ {
128
+ "topic": "/puppet/end_pose_left",
129
+ "count": 5496,
130
+ "frequency": 200.03,
131
+ "type": "geometry_msgs/msg/PoseStamped",
132
+ "serialization_format": "ros2msg"
133
+ },
134
+ {
135
+ "topic": "/puppet/end_pose_right",
136
+ "count": 5495,
137
+ "frequency": 199.99,
138
+ "type": "geometry_msgs/msg/PoseStamped",
139
+ "serialization_format": "ros2msg"
140
+ },
141
+ {
142
+ "topic": "/tf",
143
+ "count": 76877,
144
+ "frequency": 2797.92,
145
+ "type": "tf2_msgs/msg/TFMessage",
146
+ "serialization_format": "ros2msg"
147
+ },
148
+ {
149
+ "topic": "/tf_static",
150
+ "count": 9,
151
+ "frequency": 0.33,
152
+ "type": "tf2_msgs/msg/TFMessage",
153
+ "serialization_format": "ros2msg"
154
+ }
155
+ ]
156
+ },
157
+ "task_info": {
158
+ "episode": 1,
159
+ "task_id": "2029016583894396930",
160
+ "task_name": "开关台灯",
161
+ "file_name": "开关台灯_1_0.mcap",
162
+ "steps": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂拉取台灯拉环打开台灯,右臂拉去拉环关闭台灯,机械臂回到零点。"
163
+ }
164
+ }
episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/metadata.yaml ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ rosbag2_bagfile_information:
2
+ version: 5
3
+ storage_identifier: mcap
4
+ duration:
5
+ nanoseconds: 43093999872
6
+ starting_time:
7
+ nanoseconds_since_epoch: 1764122091415399424
8
+ message_count: 187742
9
+ topics_with_message_count:
10
+ - topic_metadata:
11
+ name: /tf_static
12
+ type: tf2_msgs/msg/TFMessage
13
+ serialization_format: cdr
14
+ offered_qos_profiles: "- history: 1\n depth: 10\n reliability: 1\n durability: 1\n deadline:\n sec: 0\n nsec: 0\n lifespan:\n sec: 0\n nsec: 0\n liveliness: 1\n liveliness_lease_duration:\n sec: 0\n nsec: 0\n avoid_ros_namespace_conventions: false"
15
+ message_count: 9
16
+ - topic_metadata:
17
+ name: /tf
18
+ type: tf2_msgs/msg/TFMessage
19
+ serialization_format: cdr
20
+ offered_qos_profiles: ""
21
+ message_count: 120531
22
+ - topic_metadata:
23
+ name: /puppet/end_pose_right
24
+ type: geometry_msgs/msg/PoseStamped
25
+ serialization_format: cdr
26
+ offered_qos_profiles: ""
27
+ message_count: 8619
28
+ - topic_metadata:
29
+ name: /puppet/end_pose_left
30
+ type: geometry_msgs/msg/PoseStamped
31
+ serialization_format: cdr
32
+ offered_qos_profiles: ""
33
+ message_count: 8619
34
+ - topic_metadata:
35
+ name: /camera_r/color/metadata
36
+ type: realsense2_camera_msgs/msg/Metadata
37
+ serialization_format: cdr
38
+ offered_qos_profiles: ""
39
+ message_count: 1291
40
+ - topic_metadata:
41
+ name: /camera_fl/color/metadata
42
+ type: realsense2_camera_msgs/msg/Metadata
43
+ serialization_format: cdr
44
+ offered_qos_profiles: ""
45
+ message_count: 1291
46
+ - topic_metadata:
47
+ name: /camera_f/color/metadata
48
+ type: realsense2_camera_msgs/msg/Metadata
49
+ serialization_format: cdr
50
+ offered_qos_profiles: ""
51
+ message_count: 1291
52
+ - topic_metadata:
53
+ name: /camera_f/color/image_raw
54
+ type: sensor_msgs/msg/CompressedImage
55
+ serialization_format: cdr
56
+ offered_qos_profiles: ""
57
+ message_count: 1291
58
+ - topic_metadata:
59
+ name: /master/joint_right
60
+ type: sensor_msgs/msg/JointState
61
+ serialization_format: cdr
62
+ offered_qos_profiles: ""
63
+ message_count: 8619
64
+ - topic_metadata:
65
+ name: /camera_f/color/camera_info
66
+ type: sensor_msgs/msg/CameraInfo
67
+ serialization_format: cdr
68
+ offered_qos_profiles: ""
69
+ message_count: 1291
70
+ - topic_metadata:
71
+ name: /puppet/joint_left
72
+ type: sensor_msgs/msg/JointState
73
+ serialization_format: cdr
74
+ offered_qos_profiles: ""
75
+ message_count: 8619
76
+ - topic_metadata:
77
+ name: /master/joint_left
78
+ type: sensor_msgs/msg/JointState
79
+ serialization_format: cdr
80
+ offered_qos_profiles: ""
81
+ message_count: 8619
82
+ - topic_metadata:
83
+ name: /camera_r/color/camera_info
84
+ type: sensor_msgs/msg/CameraInfo
85
+ serialization_format: cdr
86
+ offered_qos_profiles: ""
87
+ message_count: 1291
88
+ - topic_metadata:
89
+ name: /puppet/joint_right
90
+ type: sensor_msgs/msg/JointState
91
+ serialization_format: cdr
92
+ offered_qos_profiles: ""
93
+ message_count: 8619
94
+ - topic_metadata:
95
+ name: /camera_l/color/metadata
96
+ type: realsense2_camera_msgs/msg/Metadata
97
+ serialization_format: cdr
98
+ offered_qos_profiles: ""
99
+ message_count: 1291
100
+ - topic_metadata:
101
+ name: /camera_l/color/camera_info
102
+ type: sensor_msgs/msg/CameraInfo
103
+ serialization_format: cdr
104
+ offered_qos_profiles: ""
105
+ message_count: 1291
106
+ - topic_metadata:
107
+ name: /camera_l/color/image_raw
108
+ type: sensor_msgs/msg/CompressedImage
109
+ serialization_format: cdr
110
+ offered_qos_profiles: ""
111
+ message_count: 1289
112
+ - topic_metadata:
113
+ name: /camera_r/color/image_raw
114
+ type: sensor_msgs/msg/CompressedImage
115
+ serialization_format: cdr
116
+ offered_qos_profiles: ""
117
+ message_count: 1289
118
+ - topic_metadata:
119
+ name: /camera_fl/color/image_raw
120
+ type: sensor_msgs/msg/CompressedImage
121
+ serialization_format: cdr
122
+ offered_qos_profiles: ""
123
+ message_count: 1291
124
+ - topic_metadata:
125
+ name: /camera_fl/color/camera_info
126
+ type: sensor_msgs/msg/CameraInfo
127
+ serialization_format: cdr
128
+ offered_qos_profiles: ""
129
+ message_count: 1291
130
+ compression_format: ""
131
+ compression_mode: ""
132
+ relative_file_paths:
133
+ - 叠紫色毛巾-重制版_1_0.mcap
134
+ files:
135
+ - path: 叠紫色毛巾-重制版_1_0.mcap
136
+ starting_time:
137
+ nanoseconds_since_epoch: 1764122091415399424
138
+ duration:
139
+ nanoseconds: 43093999872
140
+ message_count: 187742
episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0.mcap ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:287fee0ce683997fbb55e264fc99da34736ca8498aadf38c4f92cf710eb18ec6
3
+ size 957553080
episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0_info.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_info": {
3
+ "library": "libmcap 0.8.0",
4
+ "profile": "ros2",
5
+ "messages": 187742,
6
+ "duration": 43.093999872,
7
+ "start_time": "2025-11-26T09:54:51.415399424+08:00",
8
+ "start_timestamp": 1764122091.4153993,
9
+ "end_time": "2025-11-26T09:55:34.509399296+08:00",
10
+ "end_timestamp": 1764122134.5093994,
11
+ "channels": 20,
12
+ "attachments": 0,
13
+ "metadata": 1,
14
+ "topics": [
15
+ {
16
+ "topic": "/master/joint_left",
17
+ "count": 8619,
18
+ "frequency": 200.0,
19
+ "type": "sensor_msgs/msg/JointState",
20
+ "serialization_format": "ros2msg"
21
+ },
22
+ {
23
+ "topic": "/master/joint_right",
24
+ "count": 8619,
25
+ "frequency": 200.0,
26
+ "type": "sensor_msgs/msg/JointState",
27
+ "serialization_format": "ros2msg"
28
+ },
29
+ {
30
+ "topic": "/puppet/joint_left",
31
+ "count": 8619,
32
+ "frequency": 200.0,
33
+ "type": "sensor_msgs/msg/JointState",
34
+ "serialization_format": "ros2msg"
35
+ },
36
+ {
37
+ "topic": "/puppet/joint_right",
38
+ "count": 8619,
39
+ "frequency": 200.0,
40
+ "type": "sensor_msgs/msg/JointState",
41
+ "serialization_format": "ros2msg"
42
+ },
43
+ {
44
+ "topic": "/camera_l/color/image_raw",
45
+ "count": 1289,
46
+ "frequency": 29.91,
47
+ "type": "sensor_msgs/msg/CompressedImage",
48
+ "serialization_format": "ros2msg"
49
+ },
50
+ {
51
+ "topic": "/camera_f/color/image_raw",
52
+ "count": 1291,
53
+ "frequency": 29.96,
54
+ "type": "sensor_msgs/msg/CompressedImage",
55
+ "serialization_format": "ros2msg"
56
+ },
57
+ {
58
+ "topic": "/camera_r/color/image_raw",
59
+ "count": 1289,
60
+ "frequency": 29.91,
61
+ "type": "sensor_msgs/msg/CompressedImage",
62
+ "serialization_format": "ros2msg"
63
+ },
64
+ {
65
+ "topic": "/camera_fl/color/image_raw",
66
+ "count": 1291,
67
+ "frequency": 29.96,
68
+ "type": "sensor_msgs/msg/CompressedImage",
69
+ "serialization_format": "ros2msg"
70
+ },
71
+ {
72
+ "topic": "/camera_l/color/camera_info",
73
+ "count": 1291,
74
+ "frequency": 29.96,
75
+ "type": "sensor_msgs/msg/CameraInfo",
76
+ "serialization_format": "ros2msg"
77
+ },
78
+ {
79
+ "topic": "/camera_f/color/camera_info",
80
+ "count": 1291,
81
+ "frequency": 29.96,
82
+ "type": "sensor_msgs/msg/CameraInfo",
83
+ "serialization_format": "ros2msg"
84
+ },
85
+ {
86
+ "topic": "/camera_r/color/camera_info",
87
+ "count": 1291,
88
+ "frequency": 29.96,
89
+ "type": "sensor_msgs/msg/CameraInfo",
90
+ "serialization_format": "ros2msg"
91
+ },
92
+ {
93
+ "topic": "/camera_fl/color/camera_info",
94
+ "count": 1291,
95
+ "frequency": 29.96,
96
+ "type": "sensor_msgs/msg/CameraInfo",
97
+ "serialization_format": "ros2msg"
98
+ },
99
+ {
100
+ "topic": "/camera_l/color/metadata",
101
+ "count": 1291,
102
+ "frequency": 29.96,
103
+ "type": "realsense2_camera_msgs/msg/Metadata",
104
+ "serialization_format": "ros2msg"
105
+ },
106
+ {
107
+ "topic": "/camera_f/color/metadata",
108
+ "count": 1291,
109
+ "frequency": 29.96,
110
+ "type": "realsense2_camera_msgs/msg/Metadata",
111
+ "serialization_format": "ros2msg"
112
+ },
113
+ {
114
+ "topic": "/camera_r/color/metadata",
115
+ "count": 1291,
116
+ "frequency": 29.96,
117
+ "type": "realsense2_camera_msgs/msg/Metadata",
118
+ "serialization_format": "ros2msg"
119
+ },
120
+ {
121
+ "topic": "/camera_fl/color/metadata",
122
+ "count": 1291,
123
+ "frequency": 29.96,
124
+ "type": "realsense2_camera_msgs/msg/Metadata",
125
+ "serialization_format": "ros2msg"
126
+ },
127
+ {
128
+ "topic": "/puppet/end_pose_left",
129
+ "count": 8619,
130
+ "frequency": 200.0,
131
+ "type": "geometry_msgs/msg/PoseStamped",
132
+ "serialization_format": "ros2msg"
133
+ },
134
+ {
135
+ "topic": "/puppet/end_pose_right",
136
+ "count": 8619,
137
+ "frequency": 200.0,
138
+ "type": "geometry_msgs/msg/PoseStamped",
139
+ "serialization_format": "ros2msg"
140
+ },
141
+ {
142
+ "topic": "/tf",
143
+ "count": 120531,
144
+ "frequency": 2796.93,
145
+ "type": "tf2_msgs/msg/TFMessage",
146
+ "serialization_format": "ros2msg"
147
+ },
148
+ {
149
+ "topic": "/tf_static",
150
+ "count": 9,
151
+ "frequency": 0.21,
152
+ "type": "tf2_msgs/msg/TFMessage",
153
+ "serialization_format": "ros2msg"
154
+ }
155
+ ]
156
+ },
157
+ "task_info": {
158
+ "episode": 1,
159
+ "task_id": "1993495755620380674",
160
+ "task_name": "叠紫色毛巾-重制版",
161
+ "file_name": "叠紫色毛巾-重制版_1_0.mcap",
162
+ "steps": "在桌面上放置枫叶毛巾(在中间摄像头视线范围内),使用机械臂挑出紫色毛巾。左右夹⽖同时夹起⽑⼱两个⻆整理毛巾平放,然后向上对折,左右夹⽖同时夹起右⽅两个⻆,向右对折。机械臂回到零点;过程中物品不掉落;null"
163
+ }
164
+ }
manifest.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-20T00:00:00+08:00",
3
+ "source_root": "oss://ss-oss1/data/dataset/external_robotic_data/",
4
+ "local_root": "/pfs/pfs-7jnepv/mjc/real_robot_raw_samples_20260720",
5
+ "format": "ROS2 MCAP",
6
+ "raw_data_policy": {
7
+ "normalized": false,
8
+ "resized": false,
9
+ "downsampled": false,
10
+ "mosaicked": false,
11
+ "video_reencoded": false
12
+ },
13
+ "robot": {
14
+ "vendor": "AgileX",
15
+ "model": "Cobot Magic"
16
+ },
17
+ "camera_schema": {
18
+ "head_camera": "/camera_f/color/image_raw",
19
+ "left_wrist_camera": "/camera_l/color/image_raw",
20
+ "right_wrist_camera": "/camera_r/color/image_raw",
21
+ "extra_front_left_camera": "/camera_fl/color/image_raw",
22
+ "encoding": "jpeg",
23
+ "width": 1280,
24
+ "height": 720,
25
+ "nominal_fps": 30
26
+ },
27
+ "action_schema": {
28
+ "source_topics": [
29
+ "/master/joint_left",
30
+ "/master/joint_right"
31
+ ],
32
+ "meaning": "controller-received target joint command echo",
33
+ "type": "absolute_joint_position",
34
+ "dimension": 14,
35
+ "order": [
36
+ "L_j0", "L_j1", "L_j2", "L_j3", "L_j4", "L_j5",
37
+ "R_j0", "R_j1", "R_j2", "R_j3", "R_j4", "R_j5",
38
+ "L_gripper", "R_gripper"
39
+ ],
40
+ "units": {
41
+ "joints": "rad",
42
+ "grippers": "m"
43
+ },
44
+ "gripper": {
45
+ "closed": 0.0,
46
+ "open_approx": 0.08,
47
+ "direction": "larger_is_more_open"
48
+ },
49
+ "nominal_frequency_hz": 200
50
+ },
51
+ "state_schema": {
52
+ "joint_topics": [
53
+ "/puppet/joint_left",
54
+ "/puppet/joint_right"
55
+ ],
56
+ "joint_dimension": 14,
57
+ "joint_order": [
58
+ "L_j0", "L_j1", "L_j2", "L_j3", "L_j4", "L_j5",
59
+ "R_j0", "R_j1", "R_j2", "R_j3", "R_j4", "R_j5",
60
+ "L_gripper", "R_gripper"
61
+ ],
62
+ "end_pose_topics": [
63
+ "/puppet/end_pose_left",
64
+ "/puppet/end_pose_right"
65
+ ],
66
+ "end_pose_order_per_arm": ["x", "y", "z", "qx", "qy", "qz", "qw"],
67
+ "units": {
68
+ "joints": "rad",
69
+ "grippers": "m",
70
+ "end_pose_position": "m"
71
+ },
72
+ "nominal_frequency_hz": 200
73
+ },
74
+ "timestamp_schema": {
75
+ "primary": "ROS message header stamp",
76
+ "secondary": ["MCAP log time", "MCAP publish time"],
77
+ "unit": "ns_since_unix_epoch"
78
+ },
79
+ "validation": {
80
+ "mcap_chunk_crc_validated": true,
81
+ "local_size_matches_oss": true,
82
+ "message_count_matches_metadata": true
83
+ },
84
+ "episodes": [
85
+ {
86
+ "task": "制作咖啡",
87
+ "episode": 1,
88
+ "classification": "normal_directory",
89
+ "success": null,
90
+ "duration_seconds": 73.776080128,
91
+ "start_timestamp": 1761966186.1629374,
92
+ "end_timestamp": 1761966259.9390175,
93
+ "message_count": 312795,
94
+ "mcap_size_bytes": 1568867100,
95
+ "sha256": "10f213a2c7ee7401aedbccae4fb9c5b1f0c28fe1e417e0aacb5b7bdfa0b8dbc4",
96
+ "source": "oss://ss-oss1/data/dataset/external_robotic_data/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0.mcap",
97
+ "local": "episodes/disk-1/Make_coffee/制作咖啡_1/制作咖啡_1_0.mcap"
98
+ },
99
+ {
100
+ "task": "叠紫色毛巾-重制版",
101
+ "episode": 1,
102
+ "classification": "normal_directory",
103
+ "success": null,
104
+ "duration_seconds": 43.093999872,
105
+ "start_timestamp": 1764122091.4153993,
106
+ "end_timestamp": 1764122134.5093994,
107
+ "message_count": 187742,
108
+ "mcap_size_bytes": 957553080,
109
+ "sha256": "287fee0ce683997fbb55e264fc99da34736ca8498aadf38c4f92cf710eb18ec6",
110
+ "source": "oss://ss-oss1/data/dataset/external_robotic_data/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0.mcap",
111
+ "local": "episodes/disk-5/Fold_the_purple_towel/叠紫色毛巾-重制版_1/叠紫色毛巾-重制版_1_0.mcap"
112
+ },
113
+ {
114
+ "task": "制作三明治",
115
+ "episode": 1,
116
+ "classification": "normal_directory",
117
+ "success": null,
118
+ "duration_seconds": 43.478185472,
119
+ "start_timestamp": 1764122054.708045,
120
+ "end_timestamp": 1764122098.1862304,
121
+ "message_count": 169819,
122
+ "mcap_size_bytes": 945035379,
123
+ "sha256": "f72f67c8d4b4fc252dbbe97f679f11de6275ae46d233499a1b9f975ea52259dd",
124
+ "source": "oss://ss-oss1/data/dataset/external_robotic_data/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0.mcap",
125
+ "local": "episodes/disk-12/Make_a_sandwich/制作三明治_1/制作三明治_1_0.mcap"
126
+ },
127
+ {
128
+ "task": "开关台灯",
129
+ "episode": 1,
130
+ "classification": "normal_directory",
131
+ "success": null,
132
+ "duration_seconds": 27.476521728,
133
+ "start_timestamp": 1772590472.6829748,
134
+ "end_timestamp": 1772590500.1594965,
135
+ "message_count": 119701,
136
+ "mcap_size_bytes": 420049075,
137
+ "sha256": "14c7b65d57ef625db755fa4fc1972e095517bb913e2aedee42347ab160d44908",
138
+ "source": "oss://ss-oss1/data/dataset/external_robotic_data/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0.mcap",
139
+ "local": "episodes/disk-15/Turn_on_the_desk_lamp/开关台灯_1/开关台灯_1_0.mcap"
140
+ }
141
+ ],
142
+ "missing_source_metadata": [
143
+ "explicit per-episode success boolean",
144
+ "per-episode emergency-stop flag",
145
+ "per-episode human takeover flag",
146
+ "per-episode control interruption flag"
147
+ ]
148
+ }
task_metadata/disk-1/Make_coffee/episode_annotations_vla_en.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
task_metadata/disk-1/Make_coffee/info.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "0.1",
3
+ "vendor": "agilex",
4
+ "source": "agilex-source",
5
+ "timestamp": "1761966186.162937344",
6
+ "location": "Shenzhen-Daxing",
7
+ "device_type": "Cobot Magic",
8
+ "robot_type": "Cobot Magic",
9
+ "task_id": "00ec5f0e07af004c0a62db650253f1c857dbc25b",
10
+ "task_prompt": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂抓起咖啡机的把手往中间推,右臂拿起咖啡粉倒入咖啡机中,把咖啡粉放置桌面上,然后右臂拿起杯子接咖啡停个两秒抓取杯子放置桌面上,左臂抓取把手回到原处,机械臂回到零点。;过程中物品不掉落",
11
+ "data_path": "",
12
+ "video_path": "",
13
+ "duration": 76515.14,
14
+ "total_count": 1500,
15
+ "topic_list": [
16
+ "/tf_static",
17
+ "/tf",
18
+ "/puppet/end_pose_right",
19
+ "/puppet/end_pose_left",
20
+ "/camera_r/color/metadata",
21
+ "/camera_fl/color/metadata",
22
+ "/camera_f/color/metadata",
23
+ "/camera_f/color/image_raw",
24
+ "/master/joint_right",
25
+ "/camera_f/color/camera_info",
26
+ "/puppet/joint_left",
27
+ "/master/joint_left",
28
+ "/camera_r/color/camera_info",
29
+ "/puppet/joint_right",
30
+ "/camera_l/color/metadata",
31
+ "/camera_l/color/camera_info",
32
+ "/camera_l/color/image_raw",
33
+ "/camera_r/color/image_raw",
34
+ "/camera_fl/color/image_raw",
35
+ "/camera_fl/color/camera_info"
36
+ ],
37
+ "total_episodes": 1500,
38
+ "total_frames": 318109869,
39
+ "total_tasks": 1500,
40
+ "total_videos": "",
41
+ "total_chunks": "",
42
+ "chunks_size": "",
43
+ "fps": 30,
44
+ "task_prompt_vla_en": "Make coffee with dual-arm robot",
45
+ "task_prompt_vla_en_candidates": [
46
+ "Left arm grasps the coffee machine handle and pushes it to the middle",
47
+ "Right arm picks up the coffee powder and pours it into the coffee machine",
48
+ "Right arm places the coffee powder container on the table",
49
+ "Right arm picks up the cup to collect coffee",
50
+ "Right arm pauses for two seconds while holding the cup",
51
+ "Right arm grasps the cup and places it on the table",
52
+ "Left arm grasps the handle and returns it to the original position",
53
+ "Left arm pushes the handle toward the center of the coffee machine",
54
+ "Right arm lifts the coffee powder container and tilts it into the machine",
55
+ "Right arm sets down the coffee powder container on the table surface",
56
+ "Right arm raises the cup under the coffee spout",
57
+ "Right arm holds the cup steady for two seconds",
58
+ "Right arm lowers the cup onto the table",
59
+ "Left arm pulls the handle back to its starting place",
60
+ "Left arm moves the handle to the middle position",
61
+ "Right arm carries the coffee powder to the machine opening",
62
+ "Right arm empties coffee powder into the machine",
63
+ "Right arm puts the coffee powder down on the table",
64
+ "Right arm takes the cup and positions it for coffee",
65
+ "Right arm waits two seconds with the cup in place",
66
+ "Right arm moves the cup from the machine to the table",
67
+ "Left arm returns the handle to where it started",
68
+ "Left arm shifts the handle to the center",
69
+ "Right arm brings the coffee powder to the machine",
70
+ "Right arm dumps coffee powder into the machine",
71
+ "Right arm rests the coffee powder container on the table",
72
+ "Right arm holds the cup to catch the coffee",
73
+ "Right arm keeps the cup still for two seconds",
74
+ "Right arm places the cup back on the table",
75
+ "Left arm restores the handle to its original spot",
76
+ "Left arm centers the handle on the machine",
77
+ "Right arm fetches the coffee powder and pours it in",
78
+ "Right arm lays the coffee powder container on the table",
79
+ "Right arm raises the cup to receive coffee",
80
+ "Right arm maintains the cup position for two seconds",
81
+ "Right arm returns the cup to the table",
82
+ "Left arm resets the handle to its initial position",
83
+ "Left arm advances the handle to the middle",
84
+ "Right arm retrieves the coffee powder and adds it to the machine",
85
+ "Right arm deposits the coffee powder container on the table",
86
+ "Right arm lifts the cup to gather coffee",
87
+ "Right arm sustains the cup hold for two seconds",
88
+ "Right arm releases the cup onto the table",
89
+ "Left arm repositions the handle to its starting location",
90
+ "Left arm slides the handle to the center",
91
+ "Right arm gets the coffee powder and puts it in the machine",
92
+ "Right arm leaves the coffee powder container on the table",
93
+ "Right arm elevates the cup to collect coffee",
94
+ "Right arm pauses briefly with the cup",
95
+ "Right arm sets the cup down on the table",
96
+ "Left arm brings the handle back to where it was",
97
+ "Left arm adjusts the handle to the middle",
98
+ "Right arm takes the coffee powder and fills the machine",
99
+ "Right arm places the empty coffee powder container on the table",
100
+ "Right arm positions the cup under the coffee outlet",
101
+ "Right arm waits momentarily with the cup ready",
102
+ "Right arm transfers the cup to the table",
103
+ "Left arm moves the handle back to its first position",
104
+ "Left arm pushes the handle to the center of the machine",
105
+ "Right arm scoops up the coffee powder and pours it into the machine",
106
+ "Right arm rests the used coffee powder container on the table",
107
+ "Right arm raises the cup to catch the flowing coffee",
108
+ "Right arm holds position with the cup for two seconds",
109
+ "Right arm lowers the filled cup onto the table",
110
+ "Left arm retreats with the handle to its original place",
111
+ "Left arm centers the handle for brewing",
112
+ "Right arm gathers the coffee powder and adds it to the machine",
113
+ "Right arm places the spent coffee powder container on the table",
114
+ "Right arm lifts the cup to receive the brewed coffee",
115
+ "Right arm maintains hold of the cup for two seconds",
116
+ "Right arm delivers the cup to the table",
117
+ "Left arm returns the handle to its home position",
118
+ "Left arm shifts the handle toward the machine center",
119
+ "Right arm collects the coffee powder and pours it into the machine",
120
+ "Right arranges the coffee powder container on the table",
121
+ "Right arm hoists the cup to gather the coffee",
122
+ "Right arm keeps the cup in place for two seconds",
123
+ "Right arm deposits the cup on the table surface",
124
+ "Left arm retracts the handle to its starting point",
125
+ "Left arm moves the handle to the middle for brewing",
126
+ "Right arm secures the coffee powder and empties it into the machine",
127
+ "Right arm stations the coffee powder container on the table",
128
+ "Right arm raises the cup to accept the coffee stream",
129
+ "Right arm pauses with the cup held steady",
130
+ "Right arm places the cup on the table",
131
+ "Left arm restores the handle to its initial location",
132
+ "Left arm advances the handle to the center position",
133
+ "Right arm obtains the coffee powder and loads it into the machine",
134
+ "Right arm positions the coffee powder container on the table",
135
+ "Right arm waits two seconds while holding the cup",
136
+ "Right arm sets the cup onto the table",
137
+ "Left arm pulls the handle back to its original position",
138
+ "Left arm pushes the handle to the machine center",
139
+ "Right arm picks up the coffee powder and pours it into the machine",
140
+ "Right arm puts the coffee powder container down on the table",
141
+ "Right arm holds the cup to receive the coffee",
142
+ "Right arm stays still with the cup for two seconds",
143
+ "Right arm moves the cup to the table",
144
+ "Left arm brings the handle back to where it began",
145
+ "Left arm slides the handle to the middle",
146
+ "Right arm lifts the coffee powder and adds it to the machine",
147
+ "Right arm lays down the coffee powder container on the table",
148
+ "Right arm raises the cup under the coffee dispenser",
149
+ "Right arm holds the cup in position for two seconds",
150
+ "Left arm returns the handle to its starting position",
151
+ "Left arm centers the handle on the coffee machine",
152
+ "Right arm takes the coffee powder and pours it into the machine",
153
+ "Right arm sets the coffee powder container on the table",
154
+ "Right arm lifts the cup to get the coffee",
155
+ "Right arm pauses with the cup for two seconds"
156
+ ],
157
+ "task_prompt_vla_en_count": 110,
158
+ "task_prompt_vla_en_generated_at_utc": "2026-03-20T12:11:33.258622+00:00"
159
+ }
task_metadata/disk-1/Make_coffee/task_annotation_vla_en.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "source_task_name": "Make_coffee",
4
+ "source_task_prompt_zh": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂抓起咖啡机的把手往中间推,右臂拿起咖啡粉倒入咖啡机中,把咖啡粉放置桌面上,然后右臂拿起杯子接咖啡停个两秒抓取杯子放置桌面上,左臂抓取把手回到原处,机械臂回到零点。;过程中物品不掉落",
5
+ "cleaned_task_prompt_zh": "左臂抓起咖啡机的把手往中间推 右臂拿起咖啡粉倒入咖啡机中 把咖啡粉放置桌面上 然后右臂拿起杯子接咖啡停个两秒抓取杯子放置桌面上 左臂抓取把手回到原处",
6
+ "canonical_task_en": "Make coffee with dual-arm robot",
7
+ "cleaned_source_summary_en": "Left arm pushes coffee machine handle, right arm pours coffee powder into machine, places powder container down, holds cup to collect coffee, places cup down, left arm returns handle to original position",
8
+ "description_pool_en": [
9
+ "Left arm grasps the coffee machine handle and pushes it to the middle",
10
+ "Right arm picks up the coffee powder and pours it into the coffee machine",
11
+ "Right arm places the coffee powder container on the table",
12
+ "Right arm picks up the cup to collect coffee",
13
+ "Right arm pauses for two seconds while holding the cup",
14
+ "Right arm grasps the cup and places it on the table",
15
+ "Left arm grasps the handle and returns it to the original position",
16
+ "Left arm pushes the handle toward the center of the coffee machine",
17
+ "Right arm lifts the coffee powder container and tilts it into the machine",
18
+ "Right arm sets down the coffee powder container on the table surface",
19
+ "Right arm raises the cup under the coffee spout",
20
+ "Right arm holds the cup steady for two seconds",
21
+ "Right arm lowers the cup onto the table",
22
+ "Left arm pulls the handle back to its starting place",
23
+ "Left arm moves the handle to the middle position",
24
+ "Right arm carries the coffee powder to the machine opening",
25
+ "Right arm empties coffee powder into the machine",
26
+ "Right arm puts the coffee powder down on the table",
27
+ "Right arm takes the cup and positions it for coffee",
28
+ "Right arm waits two seconds with the cup in place",
29
+ "Right arm moves the cup from the machine to the table",
30
+ "Left arm returns the handle to where it started",
31
+ "Left arm shifts the handle to the center",
32
+ "Right arm brings the coffee powder to the machine",
33
+ "Right arm dumps coffee powder into the machine",
34
+ "Right arm rests the coffee powder container on the table",
35
+ "Right arm holds the cup to catch the coffee",
36
+ "Right arm keeps the cup still for two seconds",
37
+ "Right arm places the cup back on the table",
38
+ "Left arm restores the handle to its original spot",
39
+ "Left arm centers the handle on the machine",
40
+ "Right arm fetches the coffee powder and pours it in",
41
+ "Right arm lays the coffee powder container on the table",
42
+ "Right arm raises the cup to receive coffee",
43
+ "Right arm maintains the cup position for two seconds",
44
+ "Right arm returns the cup to the table",
45
+ "Left arm resets the handle to its initial position",
46
+ "Left arm advances the handle to the middle",
47
+ "Right arm retrieves the coffee powder and adds it to the machine",
48
+ "Right arm deposits the coffee powder container on the table",
49
+ "Right arm lifts the cup to gather coffee",
50
+ "Right arm sustains the cup hold for two seconds",
51
+ "Right arm releases the cup onto the table",
52
+ "Left arm repositions the handle to its starting location",
53
+ "Left arm slides the handle to the center",
54
+ "Right arm gets the coffee powder and puts it in the machine",
55
+ "Right arm leaves the coffee powder container on the table",
56
+ "Right arm elevates the cup to collect coffee",
57
+ "Right arm pauses briefly with the cup",
58
+ "Right arm sets the cup down on the table",
59
+ "Left arm brings the handle back to where it was",
60
+ "Left arm adjusts the handle to the middle",
61
+ "Right arm takes the coffee powder and fills the machine",
62
+ "Right arm places the empty coffee powder container on the table",
63
+ "Right arm positions the cup under the coffee outlet",
64
+ "Right arm waits momentarily with the cup ready",
65
+ "Right arm transfers the cup to the table",
66
+ "Left arm moves the handle back to its first position",
67
+ "Left arm pushes the handle to the center of the machine",
68
+ "Right arm scoops up the coffee powder and pours it into the machine",
69
+ "Right arm rests the used coffee powder container on the table",
70
+ "Right arm raises the cup to catch the flowing coffee",
71
+ "Right arm holds position with the cup for two seconds",
72
+ "Right arm lowers the filled cup onto the table",
73
+ "Left arm retreats with the handle to its original place",
74
+ "Left arm centers the handle for brewing",
75
+ "Right arm gathers the coffee powder and adds it to the machine",
76
+ "Right arm places the spent coffee powder container on the table",
77
+ "Right arm lifts the cup to receive the brewed coffee",
78
+ "Right arm maintains hold of the cup for two seconds",
79
+ "Right arm delivers the cup to the table",
80
+ "Left arm returns the handle to its home position",
81
+ "Left arm shifts the handle toward the machine center",
82
+ "Right arm collects the coffee powder and pours it into the machine",
83
+ "Right arranges the coffee powder container on the table",
84
+ "Right arm hoists the cup to gather the coffee",
85
+ "Right arm keeps the cup in place for two seconds",
86
+ "Right arm deposits the cup on the table surface",
87
+ "Left arm retracts the handle to its starting point",
88
+ "Left arm moves the handle to the middle for brewing",
89
+ "Right arm secures the coffee powder and empties it into the machine",
90
+ "Right arm stations the coffee powder container on the table",
91
+ "Right arm raises the cup to accept the coffee stream",
92
+ "Right arm pauses with the cup held steady",
93
+ "Right arm places the cup on the table",
94
+ "Left arm restores the handle to its initial location",
95
+ "Left arm advances the handle to the center position",
96
+ "Right arm obtains the coffee powder and loads it into the machine",
97
+ "Right arm positions the coffee powder container on the table",
98
+ "Right arm waits two seconds while holding the cup",
99
+ "Right arm sets the cup onto the table",
100
+ "Left arm pulls the handle back to its original position",
101
+ "Left arm pushes the handle to the machine center",
102
+ "Right arm picks up the coffee powder and pours it into the machine",
103
+ "Right arm puts the coffee powder container down on the table",
104
+ "Right arm holds the cup to receive the coffee",
105
+ "Right arm stays still with the cup for two seconds",
106
+ "Right arm moves the cup to the table",
107
+ "Left arm brings the handle back to where it began",
108
+ "Left arm slides the handle to the middle",
109
+ "Right arm lifts the coffee powder and adds it to the machine",
110
+ "Right arm lays down the coffee powder container on the table",
111
+ "Right arm raises the cup under the coffee dispenser",
112
+ "Right arm holds the cup in position for two seconds",
113
+ "Left arm returns the handle to its starting position",
114
+ "Left arm centers the handle on the coffee machine",
115
+ "Right arm takes the coffee powder and pours it into the machine",
116
+ "Right arm sets the coffee powder container on the table",
117
+ "Right arm lifts the cup to get the coffee",
118
+ "Right arm pauses with the cup for two seconds"
119
+ ],
120
+ "num_descriptions": 110,
121
+ "model_name": "/dev/ckpts/Kimi-K2.5/Kimi-K2.5",
122
+ "base_url": "http://139.224.222.61:8170/v1",
123
+ "generated_at_utc": "2026-03-20T12:11:33.258622+00:00"
124
+ }
task_metadata/disk-12/Make_a_sandwich/episode_annotations_vla_en.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
task_metadata/disk-12/Make_a_sandwich/info.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "0.1",
3
+ "vendor": "agilex",
4
+ "source": "agilex-source",
5
+ "timestamp": "1764122054.708045056",
6
+ "location": "Shenzhen-Daxing",
7
+ "device_type": "Cobot Magic",
8
+ "robot_type": "Cobot Magic",
9
+ "task_id": "a24c7f93bda5163480898b3c15a934076d7f0299",
10
+ "task_prompt": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂拿取番茄酱挤到三明治的第一层上,右边拿起第二层放在第一层的上面,左臂拿取番茄酱挤到第二层上,右边拿取第三层到第二层上,机械臂回到零点。;成功:过程中物品不掉落,动作流畅。",
11
+ "data_path": "",
12
+ "video_path": "",
13
+ "duration": 46577.89,
14
+ "total_count": 1500,
15
+ "topic_list": [
16
+ "/tf_static",
17
+ "/tf",
18
+ "/puppet/end_pose_right",
19
+ "/puppet/end_pose_left",
20
+ "/camera_r/color/metadata",
21
+ "/camera_fl/color/metadata",
22
+ "/camera_f/color/metadata",
23
+ "/camera_f/color/image_raw",
24
+ "/master/joint_right",
25
+ "/camera_f/color/camera_info",
26
+ "/puppet/joint_left",
27
+ "/master/joint_left",
28
+ "/camera_r/color/camera_info",
29
+ "/puppet/joint_right",
30
+ "/camera_l/color/metadata",
31
+ "/camera_l/color/camera_info",
32
+ "/camera_l/color/image_raw",
33
+ "/camera_r/color/image_raw",
34
+ "/camera_fl/color/image_raw",
35
+ "/camera_fl/color/camera_info"
36
+ ],
37
+ "total_episodes": 1500,
38
+ "total_frames": 197811709,
39
+ "total_tasks": 1500,
40
+ "total_videos": "",
41
+ "total_chunks": "",
42
+ "chunks_size": "",
43
+ "fps": 30,
44
+ "task_prompt_vla_en": "Assemble a sandwich by adding ketchup between layers",
45
+ "task_prompt_vla_en_candidates": [
46
+ "Left arm gets ketchup and squeezes it on the first sandwich layer",
47
+ "Right arm picks up the second layer and puts it on the first layer",
48
+ "Left arm gets ketchup and squeezes it on the second sandwich layer",
49
+ "Right arm picks up the third layer and puts it on the second layer",
50
+ "Use left arm to squeeze ketchup onto the bottom sandwich layer",
51
+ "Use right arm to stack the middle layer on the bottom layer",
52
+ "Use left arm to squeeze ketchup onto the middle sandwich layer",
53
+ "Use right arm to stack the top layer on the middle layer",
54
+ "Left arm applies ketchup to the first layer of the sandwich",
55
+ "Right arm places the second layer onto the first layer",
56
+ "Left arm applies ketchup to the second layer of the sandwich",
57
+ "Right arm places the third layer onto the second layer",
58
+ "Squeeze ketchup on the first layer using the left arm",
59
+ "Put the second layer on the first layer using the right arm",
60
+ "Squeeze ketchup on the second layer using the left arm",
61
+ "Put the third layer on the second layer using the right arm",
62
+ "Left arm squeezes ketchup onto the bottom layer",
63
+ "Right arm sets the middle layer on the bottom layer",
64
+ "Left arm squeezes ketchup onto the middle layer",
65
+ "Right arm sets the top layer on the middle layer",
66
+ "Add ketchup to the first layer with the left arm",
67
+ "Stack the second layer on top with the right arm",
68
+ "Add ketchup to the second layer with the left arm",
69
+ "Stack the third layer on top with the right arm",
70
+ "Left arm puts ketchup on the first sandwich layer",
71
+ "Right arm puts the second layer over the first layer",
72
+ "Left arm puts ketchup on the second sandwich layer",
73
+ "Right arm puts the third layer over the second layer",
74
+ "Spread ketchup on the first layer with left arm",
75
+ "Lay the second layer on the first with right arm",
76
+ "Spread ketchup on the second layer with left arm",
77
+ "Lay the third layer on the second with right arm",
78
+ "Left arm dispenses ketchup onto the first layer",
79
+ "Right arm positions the second layer on the first",
80
+ "Left arm dispenses ketchup onto the second layer",
81
+ "Right arm positions the third layer on the second",
82
+ "Apply ketchup to layer one with the left arm",
83
+ "Place layer two on layer one with the right arm",
84
+ "Apply ketchup to layer two with the left arm",
85
+ "Place layer three on layer two with the right arm",
86
+ "Left arm squeezes ketchup on the first sandwich piece",
87
+ "Right arm places the second sandwich piece on the first",
88
+ "Left arm squeezes ketchup on the second sandwich piece",
89
+ "Right arm places the third sandwich piece on the second",
90
+ "Put ketchup on the bottom layer using left arm",
91
+ "Add the middle layer on top using right arm",
92
+ "Put ketchup on the middle layer using left arm",
93
+ "Add the top layer on top using right arm",
94
+ "Left arm adds ketchup to the first sandwich layer",
95
+ "Right arm adds the second layer to the sandwich",
96
+ "Left arm adds ketchup to the second sandwich layer",
97
+ "Right arm adds the third layer to the sandwich",
98
+ "Squeeze ketchup onto layer one with left arm",
99
+ "Set layer two on layer one with right arm",
100
+ "Squeeze ketchup onto layer two with left arm",
101
+ "Set layer three on layer two with right arm",
102
+ "Left arm covers the first layer with ketchup",
103
+ "Right arm covers the first layer with the second layer",
104
+ "Left arm covers the second layer with ketchup",
105
+ "Right arm covers the second layer with the third layer",
106
+ "Distribute ketchup on the first layer with left arm",
107
+ "Stack the second layer above with right arm",
108
+ "Distribute ketchup on the second layer with left arm",
109
+ "Stack the third layer above with right arm",
110
+ "Left arm squirts ketchup on the first sandwich layer",
111
+ "Right arm lays the second sandwich layer on top",
112
+ "Left arm squirts ketchup on the second sandwich layer",
113
+ "Right arm lays the third sandwich layer on top",
114
+ "Coat the first layer with ketchup using left arm",
115
+ "Position the second layer on top using right arm",
116
+ "Coat the second layer with ketchup using left arm",
117
+ "Position the third layer on top using right arm",
118
+ "Left arm puts ketchup between the first and second layers",
119
+ "Right arm brings the second layer down on the first",
120
+ "Left arm puts ketchup between the second and third layers",
121
+ "Right arm brings the third layer down on the second",
122
+ "Left arm applies condiment to the first layer",
123
+ "Right arm assembles the second layer onto the first",
124
+ "Left arm applies condiment to the second layer",
125
+ "Right arm assembles the third layer onto the second",
126
+ "Left arm adds sauce to the bottom sandwich layer",
127
+ "Right arm builds the sandwich with the middle layer",
128
+ "Left arm adds sauce to the middle sandwich layer",
129
+ "Right arm finishes the sandwich with the top layer",
130
+ "Left arm squeezes topping onto the first layer",
131
+ "Right arm places the next layer on the sandwich",
132
+ "Left arm squeezes topping onto the second layer",
133
+ "Right arm places the final layer on the sandwich",
134
+ "Left arm dresses the first layer with ketchup",
135
+ "Right arm stacks the second layer on the sandwich",
136
+ "Left arm dresses the second layer with ketchup",
137
+ "Right arm stacks the third layer on the sandwich",
138
+ "Left arm spreads ketchup on the base layer",
139
+ "Right arm adds the middle piece to the sandwich",
140
+ "Left arm spreads ketchup on the middle layer",
141
+ "Right arm adds the top piece to the sandwich",
142
+ "Left arm supplies ketchup for the first layer",
143
+ "Right arm supplies the second layer for stacking",
144
+ "Left arm supplies ketchup for the second layer",
145
+ "Right arm supplies the third layer for stacking",
146
+ "Left arm delivers ketchup onto the first layer",
147
+ "Right arm delivers the second layer onto the first",
148
+ "Left arm delivers ketchup onto the second layer",
149
+ "Right arm delivers the third layer onto the second",
150
+ "Left arm puts condiment on the first sandwich layer",
151
+ "Right arm puts the second layer in place",
152
+ "Left arm puts condiment on the second sandwich layer",
153
+ "Right arm puts the third layer in place",
154
+ "Left arm adds ketchup to the lower sandwich layer",
155
+ "Right arm adds the upper layer to the sandwich"
156
+ ],
157
+ "task_prompt_vla_en_count": 110,
158
+ "task_prompt_vla_en_generated_at_utc": "2026-03-20T12:26:52.754100+00:00"
159
+ }
task_metadata/disk-12/Make_a_sandwich/task_annotation_vla_en.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "source_task_name": "Make_a_sandwich",
4
+ "source_task_prompt_zh": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂拿取番茄酱挤到三明治的第一层上,右边拿起第二层放在第一层的上面,左臂拿取番茄酱挤到第二层上,右边拿取第三层到第二层上,机械臂回到零点。;成功:过程中物品不掉落,动作流畅。",
5
+ "cleaned_task_prompt_zh": "左臂拿取番茄酱挤到三明治的第一层上 右边拿起第二层放在第一层的上面 左臂拿取番茄酱挤到第二层上 右边拿取第三层到第二层上",
6
+ "canonical_task_en": "Assemble a sandwich by adding ketchup between layers",
7
+ "cleaned_source_summary_en": "Squeeze ketchup on first sandwich layer with left arm, place second layer on top with right arm, squeeze ketchup on second layer with left arm, place third layer on top with right arm",
8
+ "description_pool_en": [
9
+ "Left arm gets ketchup and squeezes it on the first sandwich layer",
10
+ "Right arm picks up the second layer and puts it on the first layer",
11
+ "Left arm gets ketchup and squeezes it on the second sandwich layer",
12
+ "Right arm picks up the third layer and puts it on the second layer",
13
+ "Use left arm to squeeze ketchup onto the bottom sandwich layer",
14
+ "Use right arm to stack the middle layer on the bottom layer",
15
+ "Use left arm to squeeze ketchup onto the middle sandwich layer",
16
+ "Use right arm to stack the top layer on the middle layer",
17
+ "Left arm applies ketchup to the first layer of the sandwich",
18
+ "Right arm places the second layer onto the first layer",
19
+ "Left arm applies ketchup to the second layer of the sandwich",
20
+ "Right arm places the third layer onto the second layer",
21
+ "Squeeze ketchup on the first layer using the left arm",
22
+ "Put the second layer on the first layer using the right arm",
23
+ "Squeeze ketchup on the second layer using the left arm",
24
+ "Put the third layer on the second layer using the right arm",
25
+ "Left arm squeezes ketchup onto the bottom layer",
26
+ "Right arm sets the middle layer on the bottom layer",
27
+ "Left arm squeezes ketchup onto the middle layer",
28
+ "Right arm sets the top layer on the middle layer",
29
+ "Add ketchup to the first layer with the left arm",
30
+ "Stack the second layer on top with the right arm",
31
+ "Add ketchup to the second layer with the left arm",
32
+ "Stack the third layer on top with the right arm",
33
+ "Left arm puts ketchup on the first sandwich layer",
34
+ "Right arm puts the second layer over the first layer",
35
+ "Left arm puts ketchup on the second sandwich layer",
36
+ "Right arm puts the third layer over the second layer",
37
+ "Spread ketchup on the first layer with left arm",
38
+ "Lay the second layer on the first with right arm",
39
+ "Spread ketchup on the second layer with left arm",
40
+ "Lay the third layer on the second with right arm",
41
+ "Left arm dispenses ketchup onto the first layer",
42
+ "Right arm positions the second layer on the first",
43
+ "Left arm dispenses ketchup onto the second layer",
44
+ "Right arm positions the third layer on the second",
45
+ "Apply ketchup to layer one with the left arm",
46
+ "Place layer two on layer one with the right arm",
47
+ "Apply ketchup to layer two with the left arm",
48
+ "Place layer three on layer two with the right arm",
49
+ "Left arm squeezes ketchup on the first sandwich piece",
50
+ "Right arm places the second sandwich piece on the first",
51
+ "Left arm squeezes ketchup on the second sandwich piece",
52
+ "Right arm places the third sandwich piece on the second",
53
+ "Put ketchup on the bottom layer using left arm",
54
+ "Add the middle layer on top using right arm",
55
+ "Put ketchup on the middle layer using left arm",
56
+ "Add the top layer on top using right arm",
57
+ "Left arm adds ketchup to the first sandwich layer",
58
+ "Right arm adds the second layer to the sandwich",
59
+ "Left arm adds ketchup to the second sandwich layer",
60
+ "Right arm adds the third layer to the sandwich",
61
+ "Squeeze ketchup onto layer one with left arm",
62
+ "Set layer two on layer one with right arm",
63
+ "Squeeze ketchup onto layer two with left arm",
64
+ "Set layer three on layer two with right arm",
65
+ "Left arm covers the first layer with ketchup",
66
+ "Right arm covers the first layer with the second layer",
67
+ "Left arm covers the second layer with ketchup",
68
+ "Right arm covers the second layer with the third layer",
69
+ "Distribute ketchup on the first layer with left arm",
70
+ "Stack the second layer above with right arm",
71
+ "Distribute ketchup on the second layer with left arm",
72
+ "Stack the third layer above with right arm",
73
+ "Left arm squirts ketchup on the first sandwich layer",
74
+ "Right arm lays the second sandwich layer on top",
75
+ "Left arm squirts ketchup on the second sandwich layer",
76
+ "Right arm lays the third sandwich layer on top",
77
+ "Coat the first layer with ketchup using left arm",
78
+ "Position the second layer on top using right arm",
79
+ "Coat the second layer with ketchup using left arm",
80
+ "Position the third layer on top using right arm",
81
+ "Left arm puts ketchup between the first and second layers",
82
+ "Right arm brings the second layer down on the first",
83
+ "Left arm puts ketchup between the second and third layers",
84
+ "Right arm brings the third layer down on the second",
85
+ "Left arm applies condiment to the first layer",
86
+ "Right arm assembles the second layer onto the first",
87
+ "Left arm applies condiment to the second layer",
88
+ "Right arm assembles the third layer onto the second",
89
+ "Left arm adds sauce to the bottom sandwich layer",
90
+ "Right arm builds the sandwich with the middle layer",
91
+ "Left arm adds sauce to the middle sandwich layer",
92
+ "Right arm finishes the sandwich with the top layer",
93
+ "Left arm squeezes topping onto the first layer",
94
+ "Right arm places the next layer on the sandwich",
95
+ "Left arm squeezes topping onto the second layer",
96
+ "Right arm places the final layer on the sandwich",
97
+ "Left arm dresses the first layer with ketchup",
98
+ "Right arm stacks the second layer on the sandwich",
99
+ "Left arm dresses the second layer with ketchup",
100
+ "Right arm stacks the third layer on the sandwich",
101
+ "Left arm spreads ketchup on the base layer",
102
+ "Right arm adds the middle piece to the sandwich",
103
+ "Left arm spreads ketchup on the middle layer",
104
+ "Right arm adds the top piece to the sandwich",
105
+ "Left arm supplies ketchup for the first layer",
106
+ "Right arm supplies the second layer for stacking",
107
+ "Left arm supplies ketchup for the second layer",
108
+ "Right arm supplies the third layer for stacking",
109
+ "Left arm delivers ketchup onto the first layer",
110
+ "Right arm delivers the second layer onto the first",
111
+ "Left arm delivers ketchup onto the second layer",
112
+ "Right arm delivers the third layer onto the second",
113
+ "Left arm puts condiment on the first sandwich layer",
114
+ "Right arm puts the second layer in place",
115
+ "Left arm puts condiment on the second sandwich layer",
116
+ "Right arm puts the third layer in place",
117
+ "Left arm adds ketchup to the lower sandwich layer",
118
+ "Right arm adds the upper layer to the sandwich"
119
+ ],
120
+ "num_descriptions": 110,
121
+ "model_name": "/dev/ckpts/Kimi-K2.5/Kimi-K2.5",
122
+ "base_url": "http://139.224.222.61:8170/v1",
123
+ "generated_at_utc": "2026-03-20T12:26:52.754100+00:00"
124
+ }
task_metadata/disk-15/Turn_on_the_desk_lamp/info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "0.1",
3
+ "vendor": "agilex",
4
+ "source": "agilex-source",
5
+ "timestamp": "1772590472.682974720",
6
+ "location": "Shenzhen-Daxing",
7
+ "device_type": "Cobot Magic",
8
+ "robot_type": "Cobot Magic",
9
+ "task_id": "353a3a82987f2a37478c3acadbf3a2a27052003c",
10
+ "task_prompt": "在桌面上放置如图所上的物品,在中间摄像头视线范围内,左臂拉取台灯拉环打开台灯,右臂拉去拉环关闭台灯,机械臂回到零点。",
11
+ "data_path": "",
12
+ "video_path": "",
13
+ "duration": 25676.67,
14
+ "total_count": 1500,
15
+ "topic_list": [
16
+ "/tf_static",
17
+ "/tf",
18
+ "/puppet/end_pose_right",
19
+ "/puppet/end_pose_left",
20
+ "/camera_r/color/metadata",
21
+ "/camera_fl/color/metadata",
22
+ "/camera_f/color/metadata",
23
+ "/camera_f/color/image_raw",
24
+ "/master/joint_right",
25
+ "/camera_f/color/camera_info",
26
+ "/puppet/joint_left",
27
+ "/master/joint_left",
28
+ "/camera_r/color/camera_info",
29
+ "/puppet/joint_right",
30
+ "/camera_l/color/metadata",
31
+ "/camera_l/color/camera_info",
32
+ "/camera_l/color/image_raw",
33
+ "/camera_r/color/image_raw",
34
+ "/camera_fl/color/image_raw",
35
+ "/camera_fl/color/camera_info"
36
+ ],
37
+ "total_episodes": 1500,
38
+ "total_frames": 112006352,
39
+ "total_tasks": 1500,
40
+ "total_videos": "",
41
+ "total_chunks": "",
42
+ "chunks_size": "",
43
+ "fps": 30
44
+ }
task_metadata/disk-5/Fold_the_purple_towel/episode_annotations_vla_en.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
task_metadata/disk-5/Fold_the_purple_towel/info.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_prompt": "叠紫色毛巾-重制版",
3
+ "total_count": 1506,
4
+ "source": "external_robotic_data",
5
+ "auto_generated_info": true,
6
+ "task_prompt_vla_en": "Fold the purple towel",
7
+ "task_prompt_vla_en_candidates": [
8
+ "Fold the purple towel.",
9
+ "Fold the purple towel in half.",
10
+ "Fold the purple towel again.",
11
+ "Fold the purple towel neatly.",
12
+ "Fold the purple towel carefully.",
13
+ "Fold the purple towel once.",
14
+ "Fold the purple towel twice.",
15
+ "Fold the purple towel into a square.",
16
+ "Fold the purple towel into a rectangle.",
17
+ "Fold the purple towel from the bottom.",
18
+ "Fold the purple towel from the top.",
19
+ "Fold the purple towel from the side.",
20
+ "Fold the purple towel from the edge.",
21
+ "Fold the purple towel from the corner.",
22
+ "Fold the purple towel to the left.",
23
+ "Fold the purple towel to the right.",
24
+ "Fold the purple towel to the center.",
25
+ "Fold the purple towel to the middle.",
26
+ "Fold the purple towel over itself.",
27
+ "Fold the purple towel over the edge.",
28
+ "Fold the purple towel over the top.",
29
+ "Fold the purple towel over the side.",
30
+ "Fold the purple towel over the bottom.",
31
+ "Fold the purple towel over the front.",
32
+ "Fold the purple towel over the back.",
33
+ "Fold the purple towel over the middle.",
34
+ "Fold the purple towel over the center.",
35
+ "Fold the purple towel over the corner.",
36
+ "Fold the purple towel so it is smaller.",
37
+ "Fold the purple towel to make it compact.",
38
+ "Fold the purple towel to reduce its size.",
39
+ "Fold the purple towel to make it neat.",
40
+ "Fold the purple towel to tidy it up.",
41
+ "Fold the purple towel to make it tidy.",
42
+ "Fold the purple towel to organize it.",
43
+ "Fold the purple towel to get it ready.",
44
+ "Fold the purple towel to prepare it.",
45
+ "Fold the purple towel to make it flat.",
46
+ "Fold the purple towel to make it even.",
47
+ "Fold the purple towel to make it straight.",
48
+ "Fold the purple towel to make it tidy now.",
49
+ "Fold the purple towel to make it small.",
50
+ "Fold the purple towel to make it neat now.",
51
+ "Fold the purple towel to make it simple.",
52
+ "Fold the purple towel to make it tight.",
53
+ "Fold the purple towel to make it snug.",
54
+ "Fold the purple towel to make it tight now.",
55
+ "Fold the purple towel to make it snug now.",
56
+ "Fold the purple towel to make it small now.",
57
+ "Fold the purple towel to make it flat now.",
58
+ "Fold the purple towel to make it even now.",
59
+ "Fold the purple towel to make it straight now.",
60
+ "Fold the purple towel to make it simple now.",
61
+ "Fold the purple towel to make it organized.",
62
+ "Fold the purple towel to make it orderly.",
63
+ "Fold the purple towel to make it ready now.",
64
+ "Fold the purple towel to make it prepared.",
65
+ "Fold the purple towel to make it ready.",
66
+ "Fold the purple towel so it lies flat.",
67
+ "Fold the purple towel to make it smaller.",
68
+ "Fold the purple towel into a neat pile.",
69
+ "Fold the purple towel to keep it tidy.",
70
+ "Fold the purple towel so it fits well.",
71
+ "Fold the purple towel to save some space.",
72
+ "Fold the purple towel to make it prepared now.",
73
+ "Fold the purple towel to make it organized now.",
74
+ "Fold the purple towel to make it orderly now.",
75
+ "Fold the purple towel to make it compact now.",
76
+ "Fold the purple towel to make it smaller now.",
77
+ "Fold the purple towel to make it fit well.",
78
+ "Fold the purple towel up.",
79
+ "Fold the purple towel down.",
80
+ "Fold the purple towel across.",
81
+ "Fold the purple towel inward.",
82
+ "Fold the purple towel outward.",
83
+ "Fold the purple towel over again.",
84
+ "Fold the purple towel over once.",
85
+ "Fold the purple towel over twice.",
86
+ "Fold the purple towel over three times.",
87
+ "Fold the purple towel over four times.",
88
+ "Fold the purple towel over five times.",
89
+ "Fold the purple towel over six times.",
90
+ "Fold the purple towel over seven times.",
91
+ "Fold the purple towel over eight times.",
92
+ "Fold the purple towel over nine times.",
93
+ "Fold the purple towel over ten times.",
94
+ "Fold the purple towel over eleven times.",
95
+ "Fold the purple towel over twelve times.",
96
+ "Fold the purple towel over thirteen times.",
97
+ "Fold the purple towel over fourteen times.",
98
+ "Fold the purple towel over fifteen times.",
99
+ "Fold the purple towel over sixteen times.",
100
+ "Fold the purple towel over seventeen times.",
101
+ "Fold the purple towel over eighteen times.",
102
+ "Fold the purple towel over nineteen times.",
103
+ "Fold the purple towel over twenty times.",
104
+ "Fold the purple towel over twenty-one times.",
105
+ "Fold the purple towel over twenty-two times.",
106
+ "Fold the purple towel over twenty-three times.",
107
+ "Fold the purple towel over twenty-four times.",
108
+ "Fold the purple towel over twenty-five times.",
109
+ "Fold the purple towel over twenty-six times.",
110
+ "Fold the purple towel over twenty-seven times.",
111
+ "Fold the purple towel over twenty-eight times.",
112
+ "Fold the purple towel over twenty-nine times."
113
+ ],
114
+ "task_prompt_vla_en_count": 105,
115
+ "task_prompt_vla_en_generated_at_utc": "2026-03-21T10:22:40.504713+00:00"
116
+ }
task_metadata/disk-5/Fold_the_purple_towel/task_annotation_vla_en.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "source_task_name": "Fold_the_purple_towel",
4
+ "source_task_prompt_zh": "叠紫色毛巾-重制版",
5
+ "cleaned_task_prompt_zh": "叠紫色毛巾-重制版",
6
+ "canonical_task_en": "Fold the purple towel",
7
+ "cleaned_source_summary_en": "Fold the purple towel",
8
+ "description_pool_en": [
9
+ "Fold the purple towel.",
10
+ "Fold the purple towel in half.",
11
+ "Fold the purple towel again.",
12
+ "Fold the purple towel neatly.",
13
+ "Fold the purple towel carefully.",
14
+ "Fold the purple towel once.",
15
+ "Fold the purple towel twice.",
16
+ "Fold the purple towel into a square.",
17
+ "Fold the purple towel into a rectangle.",
18
+ "Fold the purple towel from the bottom.",
19
+ "Fold the purple towel from the top.",
20
+ "Fold the purple towel from the side.",
21
+ "Fold the purple towel from the edge.",
22
+ "Fold the purple towel from the corner.",
23
+ "Fold the purple towel to the left.",
24
+ "Fold the purple towel to the right.",
25
+ "Fold the purple towel to the center.",
26
+ "Fold the purple towel to the middle.",
27
+ "Fold the purple towel over itself.",
28
+ "Fold the purple towel over the edge.",
29
+ "Fold the purple towel over the top.",
30
+ "Fold the purple towel over the side.",
31
+ "Fold the purple towel over the bottom.",
32
+ "Fold the purple towel over the front.",
33
+ "Fold the purple towel over the back.",
34
+ "Fold the purple towel over the middle.",
35
+ "Fold the purple towel over the center.",
36
+ "Fold the purple towel over the corner.",
37
+ "Fold the purple towel so it is smaller.",
38
+ "Fold the purple towel to make it compact.",
39
+ "Fold the purple towel to reduce its size.",
40
+ "Fold the purple towel to make it neat.",
41
+ "Fold the purple towel to tidy it up.",
42
+ "Fold the purple towel to make it tidy.",
43
+ "Fold the purple towel to organize it.",
44
+ "Fold the purple towel to get it ready.",
45
+ "Fold the purple towel to prepare it.",
46
+ "Fold the purple towel to make it flat.",
47
+ "Fold the purple towel to make it even.",
48
+ "Fold the purple towel to make it straight.",
49
+ "Fold the purple towel to make it tidy now.",
50
+ "Fold the purple towel to make it small.",
51
+ "Fold the purple towel to make it neat now.",
52
+ "Fold the purple towel to make it simple.",
53
+ "Fold the purple towel to make it tight.",
54
+ "Fold the purple towel to make it snug.",
55
+ "Fold the purple towel to make it tight now.",
56
+ "Fold the purple towel to make it snug now.",
57
+ "Fold the purple towel to make it small now.",
58
+ "Fold the purple towel to make it flat now.",
59
+ "Fold the purple towel to make it even now.",
60
+ "Fold the purple towel to make it straight now.",
61
+ "Fold the purple towel to make it simple now.",
62
+ "Fold the purple towel to make it organized.",
63
+ "Fold the purple towel to make it orderly.",
64
+ "Fold the purple towel to make it ready now.",
65
+ "Fold the purple towel to make it prepared.",
66
+ "Fold the purple towel to make it ready.",
67
+ "Fold the purple towel so it lies flat.",
68
+ "Fold the purple towel to make it smaller.",
69
+ "Fold the purple towel into a neat pile.",
70
+ "Fold the purple towel to keep it tidy.",
71
+ "Fold the purple towel so it fits well.",
72
+ "Fold the purple towel to save some space.",
73
+ "Fold the purple towel to make it prepared now.",
74
+ "Fold the purple towel to make it organized now.",
75
+ "Fold the purple towel to make it orderly now.",
76
+ "Fold the purple towel to make it compact now.",
77
+ "Fold the purple towel to make it smaller now.",
78
+ "Fold the purple towel to make it fit well.",
79
+ "Fold the purple towel up.",
80
+ "Fold the purple towel down.",
81
+ "Fold the purple towel across.",
82
+ "Fold the purple towel inward.",
83
+ "Fold the purple towel outward.",
84
+ "Fold the purple towel over again.",
85
+ "Fold the purple towel over once.",
86
+ "Fold the purple towel over twice.",
87
+ "Fold the purple towel over three times.",
88
+ "Fold the purple towel over four times.",
89
+ "Fold the purple towel over five times.",
90
+ "Fold the purple towel over six times.",
91
+ "Fold the purple towel over seven times.",
92
+ "Fold the purple towel over eight times.",
93
+ "Fold the purple towel over nine times.",
94
+ "Fold the purple towel over ten times.",
95
+ "Fold the purple towel over eleven times.",
96
+ "Fold the purple towel over twelve times.",
97
+ "Fold the purple towel over thirteen times.",
98
+ "Fold the purple towel over fourteen times.",
99
+ "Fold the purple towel over fifteen times.",
100
+ "Fold the purple towel over sixteen times.",
101
+ "Fold the purple towel over seventeen times.",
102
+ "Fold the purple towel over eighteen times.",
103
+ "Fold the purple towel over nineteen times.",
104
+ "Fold the purple towel over twenty times.",
105
+ "Fold the purple towel over twenty-one times.",
106
+ "Fold the purple towel over twenty-two times.",
107
+ "Fold the purple towel over twenty-three times.",
108
+ "Fold the purple towel over twenty-four times.",
109
+ "Fold the purple towel over twenty-five times.",
110
+ "Fold the purple towel over twenty-six times.",
111
+ "Fold the purple towel over twenty-seven times.",
112
+ "Fold the purple towel over twenty-eight times.",
113
+ "Fold the purple towel over twenty-nine times."
114
+ ],
115
+ "num_descriptions": 105,
116
+ "model_name": "/home/ss-oss1/data/ckpts/Qwen3.5-122B-A10B-GPTQ-Int4",
117
+ "base_url": "http://139.224.222.61:8170/v1",
118
+ "generated_at_utc": "2026-03-21T10:22:40.504713+00:00"
119
+ }