| { |
| "codebase_version": "v2.1", |
| "robot_type": "x2w", |
| "total_episodes": 9, |
| "total_frames": 22676, |
| "total_tasks": 3, |
| "total_videos": 27, |
| "total_chunks": 1, |
| "chunks_size": 1000, |
| "fps": 30, |
| "splits": { |
| "train": "0:9" |
| }, |
| "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", |
| "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", |
| "features": { |
| "observation.state": { |
| "dtype": "float32", |
| "shape": [ |
| 89 |
| ], |
| "field_descriptions": { |
| "/x2w_sensor/joint_state": { |
| "description": "长度为66,共22个关节信息,每个关节有position,velocity,effort,前22个数分别表示这22个关节的position,中间22个为velocity,最后22个为effort。注意排列不是一个数的position,velocity,effort,而是22个position,22个velocity,22个effort。", |
| "dimensions": 66, |
| "indices": [ |
| 0, |
| 1, |
| 2, |
| 3, |
| 4, |
| 5, |
| 6, |
| 7, |
| 8, |
| 9, |
| 10, |
| 11, |
| 12, |
| 13, |
| 14, |
| 15, |
| 16, |
| 17, |
| 18, |
| 19, |
| 20, |
| 21, |
| 22, |
| 23, |
| 24, |
| 25, |
| 26, |
| 27, |
| 28, |
| 29, |
| 30, |
| 31, |
| 32, |
| 33, |
| 34, |
| 35, |
| 36, |
| 37, |
| 38, |
| 39, |
| 40, |
| 41, |
| 42, |
| 43, |
| 44, |
| 45, |
| 46, |
| 47, |
| 48, |
| 49, |
| 50, |
| 51, |
| 52, |
| 53, |
| 54, |
| 55, |
| 56, |
| 57, |
| 58, |
| 59, |
| 60, |
| 61, |
| 62, |
| 63, |
| 64, |
| 65 |
| ] |
| }, |
| "/x2w_sensor/gripper_pose": { |
| "description": "长度为14,包含左右两个末端执行器的pose,每个7个数字表示,前三个数字表示position,xyz,后四个表示四元数(quaternion)。", |
| "dimensions": 14, |
| "indices": [ |
| 66, |
| 67, |
| 68, |
| 69, |
| 70, |
| 71, |
| 72, |
| 73, |
| 74, |
| 75, |
| 76, |
| 77, |
| 78, |
| 79 |
| ] |
| }, |
| "/x2w_sensor/wheel_joint_state": { |
| "description": "长度为9,包含3个轮子关节(wheel_front_left, wheel_front_right, wheel_rear),前3个数(0-2)分别是三个wheel的position,中间3个(3-5)分别是三个wheel的velocity,最后3个(6-8)是effort。注意排列不是一个数的position,velocity,effort,而是3个position,3个velocity,3个effort。", |
| "dimensions": 9, |
| "indices": [ |
| 80, |
| 81, |
| 82, |
| 83, |
| 84, |
| 85, |
| 86, |
| 87, |
| 88 |
| ] |
| } |
| } |
| }, |
| "action": { |
| "dtype": "float32", |
| "shape": [ |
| 89 |
| ], |
| "field_descriptions": { |
| "/x2w_control/joint_command": { |
| "description": "长度为66,共22个关节的控制命令,每个关节有position,velocity,effort,前22个数分别表示这22个关节的position,中间22个为velocity,最后22个为effort。注意排列不是一个数的position,velocity,effort,而是22个position,22个velocity,22个effort。", |
| "dimensions": 66, |
| "indices": [ |
| 0, |
| 1, |
| 2, |
| 3, |
| 4, |
| 5, |
| 6, |
| 7, |
| 8, |
| 9, |
| 10, |
| 11, |
| 12, |
| 13, |
| 14, |
| 15, |
| 16, |
| 17, |
| 18, |
| 19, |
| 20, |
| 21, |
| 22, |
| 23, |
| 24, |
| 25, |
| 26, |
| 27, |
| 28, |
| 29, |
| 30, |
| 31, |
| 32, |
| 33, |
| 34, |
| 35, |
| 36, |
| 37, |
| 38, |
| 39, |
| 40, |
| 41, |
| 42, |
| 43, |
| 44, |
| 45, |
| 46, |
| 47, |
| 48, |
| 49, |
| 50, |
| 51, |
| 52, |
| 53, |
| 54, |
| 55, |
| 56, |
| 57, |
| 58, |
| 59, |
| 60, |
| 61, |
| 62, |
| 63, |
| 64, |
| 65 |
| ] |
| }, |
| "/x2w_control/gripper_target": { |
| "description": "长度为14,先左后右,包含左右两个末端执行器的目标pose,每个7个数字表示,前三个数字表示position(xyz),后四个表示四元数(quaternion)。", |
| "dimensions": 14, |
| "indices": [ |
| 66, |
| 67, |
| 68, |
| 69, |
| 70, |
| 71, |
| 72, |
| 73, |
| 74, |
| 75, |
| 76, |
| 77, |
| 78, |
| 79 |
| ] |
| }, |
| "/x2w_control/wheel_joint_command": { |
| "description": "长度为9,包含3个轮子关节(wheel_front_left, wheel_front_right, wheel_rear)的控制命令,前3个数(0-2)分别是三个wheel的position,中间3个(3-5)分别是三个wheel的velocity,最后3个(6-8)是effort。注意排列不是一个数的position,velocity,effort,而是3个position,3个velocity,3个effort。", |
| "dimensions": 9, |
| "indices": [ |
| 80, |
| 81, |
| 82, |
| 83, |
| 84, |
| 85, |
| 86, |
| 87, |
| 88 |
| ] |
| } |
| } |
| }, |
| "observation.images.x2w_camera_head_realsense_compressed": { |
| "dtype": "video", |
| "shape": [ |
| 720, |
| 1280, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 720, |
| "video.width": 1280, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 30, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.images.x2w_camera_left_wrist_zedxonegs_rgb_raw_image_compressed": { |
| "dtype": "video", |
| "shape": [ |
| 720, |
| 1280, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 720, |
| "video.width": 1280, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 30, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "observation.images.x2w_camera_right_wrist_zedxonegs_rgb_raw_image_compressed": { |
| "dtype": "video", |
| "shape": [ |
| 720, |
| 1280, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "info": { |
| "video.height": 720, |
| "video.width": 1280, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "video.fps": 30, |
| "video.channels": 3, |
| "has_audio": false |
| } |
| }, |
| "timestamp": { |
| "dtype": "float32", |
| "shape": [ |
| 1 |
| ], |
| "names": null |
| }, |
| "frame_index": { |
| "dtype": "int64", |
| "shape": [ |
| 1 |
| ], |
| "names": null |
| }, |
| "episode_index": { |
| "dtype": "int64", |
| "shape": [ |
| 1 |
| ], |
| "names": null |
| }, |
| "index": { |
| "dtype": "int64", |
| "shape": [ |
| 1 |
| ], |
| "names": null |
| }, |
| "task_index": { |
| "dtype": "int64", |
| "shape": [ |
| 1 |
| ], |
| "names": null |
| } |
| }, |
| "key_frame": { |
| "0": { |
| "single": [], |
| "dual": [] |
| }, |
| "1": { |
| "single": [], |
| "dual": [] |
| }, |
| "2": { |
| "single": [], |
| "dual": [] |
| }, |
| "3": { |
| "single": [], |
| "dual": [] |
| }, |
| "4": { |
| "single": [], |
| "dual": [] |
| }, |
| "5": { |
| "single": [], |
| "dual": [] |
| }, |
| "6": { |
| "single": [], |
| "dual": [] |
| }, |
| "7": { |
| "single": [], |
| "dual": [] |
| }, |
| "8": { |
| "single": [], |
| "dual": [] |
| } |
| }, |
| "instruction_segments": { |
| "0": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 137, |
| "end_frame_index": 137 |
| }, |
| { |
| "instruction": "Put the clothing in the folding area.", |
| "instruction_augmentation": "", |
| "start_frame_index": 137, |
| "success_frame_index": 404, |
| "end_frame_index": 404 |
| }, |
| { |
| "instruction": "Unfold the clothing and fold it neatly.", |
| "instruction_augmentation": "", |
| "start_frame_index": 404, |
| "success_frame_index": 1654, |
| "end_frame_index": 1654 |
| }, |
| { |
| "instruction": "Place the folded clothing in the storage area.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1654, |
| "success_frame_index": 1847, |
| "end_frame_index": 1847 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1847, |
| "success_frame_index": 2156, |
| "end_frame_index": 2156 |
| } |
| ], |
| "1": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 104, |
| "end_frame_index": 104 |
| }, |
| { |
| "instruction": "Put the clothing in the folding area.", |
| "instruction_augmentation": "", |
| "start_frame_index": 104, |
| "success_frame_index": 362, |
| "end_frame_index": 362 |
| }, |
| { |
| "instruction": "Unfold the clothing and fold it neatly.", |
| "instruction_augmentation": "", |
| "start_frame_index": 362, |
| "success_frame_index": 1764, |
| "end_frame_index": 1764 |
| }, |
| { |
| "instruction": "Place the folded clothing in the storage area.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1764, |
| "success_frame_index": 1943, |
| "end_frame_index": 1943 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1943, |
| "success_frame_index": 2213, |
| "end_frame_index": 2213 |
| } |
| ], |
| "2": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 152, |
| "end_frame_index": 152 |
| }, |
| { |
| "instruction": "Put the clothing in the folding area.", |
| "instruction_augmentation": "", |
| "start_frame_index": 152, |
| "success_frame_index": 401, |
| "end_frame_index": 401 |
| }, |
| { |
| "instruction": "Unfold the clothing and fold it neatly.", |
| "instruction_augmentation": "", |
| "start_frame_index": 401, |
| "success_frame_index": 1577, |
| "end_frame_index": 1577 |
| }, |
| { |
| "instruction": "Place the folded clothing in the storage area.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1577, |
| "success_frame_index": 1750, |
| "end_frame_index": 1750 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1750, |
| "success_frame_index": 1943, |
| "end_frame_index": 1943 |
| } |
| ], |
| "3": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 172, |
| "end_frame_index": 172 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 172, |
| "success_frame_index": 489, |
| "end_frame_index": 489 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 489, |
| "success_frame_index": 781, |
| "end_frame_index": 781 |
| }, |
| { |
| "instruction": "Put these two pieces of clothing into the washer.", |
| "instruction_augmentation": "", |
| "start_frame_index": 781, |
| "success_frame_index": 1679, |
| "end_frame_index": 1679 |
| }, |
| { |
| "instruction": "Put these two pieces of clothing into the washer.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1679, |
| "success_frame_index": 2244, |
| "end_frame_index": 2244 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2244, |
| "success_frame_index": 2678, |
| "end_frame_index": 2678 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2678, |
| "success_frame_index": 2935, |
| "end_frame_index": 2935 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2935, |
| "success_frame_index": 3216, |
| "end_frame_index": 3216 |
| } |
| ], |
| "4": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 223, |
| "end_frame_index": 223 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 223, |
| "success_frame_index": 568, |
| "end_frame_index": 568 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 568, |
| "success_frame_index": 864, |
| "end_frame_index": 864 |
| }, |
| { |
| "instruction": "Put these two pieces of clothing into the washer.", |
| "instruction_augmentation": "", |
| "start_frame_index": 864, |
| "success_frame_index": 1588, |
| "end_frame_index": 1588 |
| }, |
| { |
| "instruction": "Put these two pieces of clothing into the washer.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1588, |
| "success_frame_index": 2177, |
| "end_frame_index": 2177 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2177, |
| "success_frame_index": 2634, |
| "end_frame_index": 2634 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2634, |
| "success_frame_index": 2841, |
| "end_frame_index": 2841 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2841, |
| "success_frame_index": 3121, |
| "end_frame_index": 3121 |
| } |
| ], |
| "5": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 331, |
| "end_frame_index": 331 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 331, |
| "success_frame_index": 692, |
| "end_frame_index": 692 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 692, |
| "success_frame_index": 1028, |
| "end_frame_index": 1028 |
| }, |
| { |
| "instruction": "Put these two pieces of clothing into the washer.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1028, |
| "success_frame_index": 1747, |
| "end_frame_index": 1747 |
| }, |
| { |
| "instruction": "Put these two pieces of clothing into the washer.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1747, |
| "success_frame_index": 2388, |
| "end_frame_index": 2388 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2388, |
| "success_frame_index": 2831, |
| "end_frame_index": 2831 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2831, |
| "success_frame_index": 3100, |
| "end_frame_index": 3100 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 3100, |
| "success_frame_index": 3399, |
| "end_frame_index": 3399 |
| } |
| ], |
| "6": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 144, |
| "end_frame_index": 144 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 144, |
| "success_frame_index": 424, |
| "end_frame_index": 424 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 424, |
| "success_frame_index": 646, |
| "end_frame_index": 646 |
| }, |
| { |
| "instruction": "Take the clothing out of the washer and put it in the basket.", |
| "instruction_augmentation": "", |
| "start_frame_index": 646, |
| "success_frame_index": 1018, |
| "end_frame_index": 1018 |
| }, |
| { |
| "instruction": "Take the clothing out of the washer and put it in the basket.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1018, |
| "success_frame_index": 1320, |
| "end_frame_index": 1320 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1320, |
| "success_frame_index": 1749, |
| "end_frame_index": 1749 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1749, |
| "success_frame_index": 1910, |
| "end_frame_index": 1910 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1910, |
| "success_frame_index": 2161, |
| "end_frame_index": 2161 |
| } |
| ], |
| "7": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 95, |
| "end_frame_index": 95 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 95, |
| "success_frame_index": 382, |
| "end_frame_index": 382 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 382, |
| "success_frame_index": 609, |
| "end_frame_index": 609 |
| }, |
| { |
| "instruction": "Take the clothing out of the washer and put it in the basket.", |
| "instruction_augmentation": "", |
| "start_frame_index": 609, |
| "success_frame_index": 972, |
| "end_frame_index": 972 |
| }, |
| { |
| "instruction": "Take the clothing out of the washer and put it in the basket.", |
| "instruction_augmentation": "", |
| "start_frame_index": 972, |
| "success_frame_index": 1287, |
| "end_frame_index": 1287 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1287, |
| "success_frame_index": 1646, |
| "end_frame_index": 1646 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1646, |
| "success_frame_index": 1823, |
| "end_frame_index": 1823 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1823, |
| "success_frame_index": 2053, |
| "end_frame_index": 2053 |
| } |
| ], |
| "8": [ |
| { |
| "instruction": "Start remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 0, |
| "success_frame_index": 159, |
| "end_frame_index": 159 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 159, |
| "success_frame_index": 543, |
| "end_frame_index": 543 |
| }, |
| { |
| "instruction": "Use the gripper to fully open the washing machine door.", |
| "instruction_augmentation": "", |
| "start_frame_index": 543, |
| "success_frame_index": 804, |
| "end_frame_index": 804 |
| }, |
| { |
| "instruction": "Take the clothing out of the washer and put it in the basket.", |
| "instruction_augmentation": "", |
| "start_frame_index": 804, |
| "success_frame_index": 1263, |
| "end_frame_index": 1263 |
| }, |
| { |
| "instruction": "Take the clothing out of the washer and put it in the basket.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1263, |
| "success_frame_index": 1624, |
| "end_frame_index": 1624 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 1624, |
| "success_frame_index": 2058, |
| "end_frame_index": 2058 |
| }, |
| { |
| "instruction": "Close the washing machine door tightly with the gripper.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2058, |
| "success_frame_index": 2261, |
| "end_frame_index": 2261 |
| }, |
| { |
| "instruction": "End remote operation.", |
| "instruction_augmentation": "", |
| "start_frame_index": 2261, |
| "success_frame_index": 2414, |
| "end_frame_index": 2414 |
| } |
| ] |
| }, |
| "episode_status": { |
| "0": "approved", |
| "1": "approved", |
| "2": "approved", |
| "3": "approved", |
| "4": "approved", |
| "5": "approved", |
| "6": "approved", |
| "7": "approved", |
| "8": "approved" |
| }, |
| "take_over": { |
| "0": [], |
| "1": [], |
| "2": [], |
| "3": [], |
| "4": [], |
| "5": [], |
| "6": [], |
| "7": [], |
| "8": [] |
| }, |
| "episode_ids": { |
| "0": 169595, |
| "1": 169598, |
| "2": 169603, |
| "3": 126911, |
| "4": 126914, |
| "5": 126924, |
| "6": 133296, |
| "7": 133297, |
| "8": 133311 |
| } |
| } |
|
|