alibasalam's picture
Update README.md
e2b81ad verified
metadata
license: apache-2.0
task_categories:
  - robotics
tags:
  - LeRobot
configs:
  - config_name: default
    data_files: data/*/*.parquet

This dataset was created using LeRobot.

Dataset Description

  • Homepage: [More Information Needed]
  • Paper: [More Information Needed]
  • License: apache-2.0

Dataset Structure

meta/info.json:

{
    "codebase_version": "v3.0",
    "robot_type": "mobileai_robot",
    "total_episodes": 21,
    "total_frames": 12491,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 500,
    "fps": 30,
    "splits": {
        "train": "0:21"
    },
    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
    "features": {
        "action": {
            "dtype": "float32",
            "names": [
                "left_joint_0.pos",
                "left_joint_1.pos",
                "left_joint_2.pos",
                "left_joint_3.pos",
                "left_joint_4.pos",
                "left_joint_5.pos",
                "left_left_carriage_joint.pos",
                "right_joint_0.pos",
                "right_joint_1.pos",
                "right_joint_2.pos",
                "right_joint_3.pos",
                "right_joint_4.pos",
                "right_joint_5.pos",
                "right_left_carriage_joint.pos",
                "x.vel",
                "theta.vel"
            ],
            "shape": [
                16
            ]
        },
        "observation.state": {
            "dtype": "float32",
            "names": [
                "left_joint_0.pos",
                "left_joint_1.pos",
                "left_joint_2.pos",
                "left_joint_3.pos",
                "left_joint_4.pos",
                "left_joint_5.pos",
                "left_left_carriage_joint.pos",
                "right_joint_0.pos",
                "right_joint_1.pos",
                "right_joint_2.pos",
                "right_joint_3.pos",
                "right_joint_4.pos",
                "right_joint_5.pos",
                "right_left_carriage_joint.pos",
                "x.vel",
                "theta.vel"
            ],
            "shape": [
                16
            ]
        },
        "observation.images.cam_high": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.cam_left_wrist": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.cam_right_wrist": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "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
        }
    }
}

Citation

BibTeX:

[More Information Needed]

Notes

mobile-block-transfer-v3 — Dataset Overview

Task Description

A mobile bimanual manipulation task performed with the WidowX AI robot mounted on a motorized base. The robot must pick up a block with one arm, transfer it to the opposite arm, and place it onto a target location while the base remains stationary or performs small corrective motions.

Field Value
Robot Mobile — bimanual WidowX AI with motorized base
Dataset Format LeRobot v3
Episodes 21
Operator Ali Basalam
Organization Trossen Robotics
Framework LeRobot Plugin (lerobot-trossen, v0.4.4)
Cameras cam_high, cam_left_wrist, cam_right_wrist
Converted from v2 → v3 No — native v3 dataset
Notes (no v3 → v2 conversion path exists).