collection (sample of data set submitted at one time)
│ commit.yaml (Author information and declaration)
│
├─series-1 (Same scene, same robot)
│ │ calibration_1.yaml (Camera1 calibration parameters)
│ │ calibration_cam1_lidar1.yaml (Camera1 and Lidar1 calibration parameters)
│ │ IMU.pdf (IMU instruction)
│ │ information.yaml (Scene description, robot information and other sensor numbers and information)
│ │ touch.pdf (Touch sensor instruction)
│ │ AgileX Robots instruction.pdf
│ │
│ ├─task-1 (A task. For example: Pick up an Apple)
│ │ │ description.yaml(instruction)
│ │ │ task_record.mp4 (Video of each task)
│ │ │
│ │ ├─episode-1 (A whole data collection process)
│ │ │ │ audio-1-1709554382234.aac (Audio data)
│ │ │ │ base.txt (Mobile base motion data)
│ │ │ │ IMU-1.txt (IMU data)
│ │ │ │ left_master_arm_joint-0.txt (Data of left master arm joint-0)
│ │ │ │ left_master_gripper.txt (Data of left master gripper)
│ │ │ │ left_slave_arm_joint-0.txt (Data of left slave arm joint-0)
│ │ │ │ left_slave_gripper.txt (Data of left slave gripper)
│ │ │ │ pan_tilt.txt (Data of pan tilt)
│ │ │ │ right_master_arm_joint-5.txt (Data of right master arm joint-5)
│ │ │ │ right_master_gripper.txt (Data of right master gripper)
│ │ │ │ right_slave_arm_joint-5.txt (Data of right slave arm joint-5)
│ │ │ │ right_slave_gripper.txt (Data of right slave gripper)
│ │ │ │
│ │ │ ├─cam-1 (Images recorded by camera 1. The collecting frame should >=30 FPS)
│ │ │ │ 1709554382234.png
│ │ │ │ 1709554383638.png
│ │ │ │
│ │ │ ├─cam-2
│ │ │ │ 1709554382234.png
│ │ │ │ 1709554383638.png
│ │ │ │
│ │ │ ├─lidar-1 (PCD collected by Lidar1. xyz unit: m)
│ │ │ │ 1709554382234.ply
│ │ │ │ 1709554382334.ply
│ │ │ │
│ │ │ ├─lidar-2
│ │ │ │ 1709554382235.ply
│ │ │ │ 1709554382354.ply
│ │ │ │
│ │ │ ├─rgbd-1 (PCD Data collected by rgbd 1)
│ │ │ │ 1709554382234.ply
│ │ │ │ 1709554383630.ply
│ │ │ │
│ │ │ └─touch-1 (Touch sensor1 data)
│ │ │ 1709554382234.txt
│ │ │
│ │ └─episode-2
│ └─task-2
│ │ description.yaml
│ │ task_record.mp4
│ │
│ └─episode-1
│
└─series-2
│ information.yaml
│ AgileX robot2 instruction.pdf
│
└─task-1
│ description.yaml
│ task_record.mp4
│
└─episode-1