collection(一次提交的数据集样本) │ commit.yaml(提交者信息与声明) │ ├─series-1(同一个场景,同一个机器人) │ │ calibration_1.yaml(相机1标定参数) │ │ calibration_cam1_lidar1.yaml(相机1与lidar 1的标定参数) │ │ IMU.pdf(IMU传感器说明书) │ │ information.yaml(场景描述,机器人信息,各传感器数量和信息) │ │ touch.pdf(触觉传感器说明书) │ │ 松灵机器人说明书.pdf │ │ │ ├─task-1(一个任务,如:抓取苹果) │ │ │ description.yaml(instruction) │ │ │ task_record.mp4(每个任务的视频记录) │ │ │ │ │ ├─episode-1(一次完整采集过程) │ │ │ │ audio-1-1709554382234.aac(音频数据) │ │ │ │ base.txt(机器人本体运动数据) │ │ │ │ IMU-1.txt(IMU传感器数据) │ │ │ │ left_master_arm_joint-0.txt(master左臂关节0数据) │ │ │ │ left_master_gripper.txt(master左夹持器运动数据) │ │ │ │ left_slave_arm_joint-0.txt(slave左臂关节0数据) │ │ │ │ left_slave_gripper.txt(slave左夹持器运动数据) │ │ │ │ pan_tilt.txt(头部云台数据) │ │ │ │ right_master_arm_joint-5.txt(master右臂关节5数据) │ │ │ │ right_master_gripper.txt(master右夹持器运动数据) │ │ │ │ right_slave_arm_joint-5.txt(slave右臂关节5数据) │ │ │ │ right_slave_gripper.txt(slave右臂的夹持器运动数据) │ │ │ │ │ │ │ ├─cam-1(camera 1采的图像,相机采样帧率应>=30FPS) │ │ │ │ 1709554382234.png │ │ │ │ 1709554383638.png │ │ │ │ │ │ │ ├─cam-2 │ │ │ │ 1709554382234.png │ │ │ │ 1709554383638.png │ │ │ │ │ │ │ ├─lidar-1(激光雷达1采的点云,xyz单位:m) │ │ │ │ 1709554382234.ply │ │ │ │ 1709554382334.ply │ │ │ │ │ │ │ ├─lidar-2 │ │ │ │ 1709554382235.ply │ │ │ │ 1709554382354.ply │ │ │ │ │ │ │ ├─rgbd-1(rgbd 1采的点云) │ │ │ │ 1709554382234.ply │ │ │ │ 1709554383630.ply │ │ │ │ │ │ │ └─touch-1(触觉传感器1的数据) │ │ │ 1709554382234.txt │ │ │ │ │ └─episode-2 │ └─task-2 │ │ description.yaml │ │ task_record.mp4 │ │ │ └─episode-1 │ └─series-2 │ information.yaml │ 松灵机器人2说明书.pdf │ └─task-1 │ description.yaml │ task_record.mp4 │ └─episode-1