sobit_home-pickup_the_block-left-gazebo
收藏资源简介:
该数据集是一个机器人操作数据集,使用LeRobot工具创建。数据集包含一个名为“sobit_home”的移动操作机器人的演示数据,旨在支持机器人模仿学习或强化学习任务。数据集规模包括202个 episodes,总计19,483帧,数据文件大小为100MB,视频文件大小为200MB,帧率为6 fps。数据仅包含训练集。数据集提供了丰富的多模态观测和动作信息:观测包括机器人状态(19维关节位置)、左末端执行器位姿(6维位置和姿态)、以及来自头部摄像头(640x480分辨率)和左手摄像头(1920x1200分辨率)的视频流;动作包括机器人关节的绝对位置和相对变化(delta),共19维,涵盖头部、身体、左臂、左手以及移动基座(base_x, base_y, base_theta)的控制。此外,数据集还包含时间戳、帧索引、episode索引等元数据。机器人详细信息描述了其移动操作器形态,包括头部、身体、左右臂、左右末端执行器以及移动基座的可控关节和对应的ROS控制主题。数据集适用于机器人学习研究,特别是基于视觉的移动操作任务。
This dataset is a robot manipulation dataset created using the LeRobot tool. It contains demonstration data from a mobile manipulation robot named sobit_home, designed to support robot imitation learning or reinforcement learning tasks. The dataset scale includes 202 episodes, totaling 19,483 frames, with a data file size of 100MB, a video file size of 200MB, and a frame rate of 6 fps. The data only includes a training set. The dataset provides rich multimodal observations and action information: observations include robot state (19-dimensional joint positions), left end-effector pose (6-dimensional position and orientation), and video streams from the head camera (640x480 resolution) and left-hand camera (1920x1200 resolution); actions include absolute positions and relative changes (delta) of robot joints, totaling 19 dimensions, covering control of the head, body, left arm, left hand, and mobile base (base_x, base_y, base_theta). Additionally, the dataset includes metadata such as timestamps, frame indices, and episode indices. Robot details describe its mobile manipulator morphology, including controllable joints and corresponding ROS control topics for the head, body, left and right arms, left and right end-effectors, and mobile base. The dataset is suitable for robot learning research, particularly vision-based mobile manipulation tasks.
数据集概述
- 数据集名称:
k-valentin/sobit_home-pickup_the_block-left-gazebo - 许可证: Apache-2.0
- 任务类别: 机器人学 (Robotics)
- 创建工具: 使用 LeRobot 创建
数据集结构
- 机器人类型: 移动操作器 (mobile_manipulator)
- 机器人名称: sobix_home (版本 1.0.0)
- 总集数 (episodes): 202
- 总帧数 (frames): 19,483
- 总任务数 (tasks): 1
- 块大小 (chunks_size): 1000
- 数据文件大小: 约 100 MB
- 视频文件大小: 约 200 MB
- 帧率 (FPS): 6
- 数据集划分: 仅包含训练集 (splits: train = 0:202)
数据路径
- 数据文件:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
数据特征 (Features)
该数据集包含多种类型的特征,涵盖动作、状态、图像和时间信息:
1. 动作 (Action)
action: 19维浮点向量,包含头部(2个关节)、身体(1个关节)、左臂(6个关节)、左手(6个关节)以及移动底座(3个维度:x, y, theta)的动作。action.is_fresh: 19维布尔向量,标记动作是否为新。action.delta: 19维浮点向量,表示动作的变化量。action.delta.is_fresh: 19维布尔向量,标记动作变化量是否为新。action.base: 3维浮点向量,表示移动底座的动作 (x, y, theta)。action.base.is_fresh: 3维布尔向量,标记底座动作是否为新。
2. 观测状态 (Observation State)
observation.state: 19维浮点向量,包含与action相同的关节状态(头部、身体、左臂、左手、移动底座)。observation.state.is_fresh: 19维布尔向量,标记状态是否为新。observation.ee_pose.left: 6维浮点向量,表示左臂末端执行器的位姿 (x, y, z, roll, pitch, yaw)。observation.ee_pose.left.delta: 6维浮点向量,表示左臂末端执行器位姿的变化量。
3. 视觉观测 (Observation Images)
observation.images.head_camera: 视频数据,尺寸为 3×480×640 (通道×高×宽),编码为 H.264,帧率 6 FPS。observation.images.hand_left_camera: 视频数据,尺寸为 3×1200×1920,编码为 H.264,帧率 6 FPS。
4. 时间与索引 (Timestamp & Index)
timestamp: 浮点型标量,记录时间戳。frame_index: 64位整型标量,帧索引。episode_index: 64位整型标量,序列索引。index: 64位整型标量,数据索引。task_index: 64位整型标量,任务索引。
机器人形态 (Robot Morphology)
- 机器人类型: 移动操作器
- 可操作部件:
- 头部: 包含
head_pan_joint和head_tilt_joint两个关节。 - 身体: 包含
body_lift_joint一个关节。 - 左臂: 包含6个关节(如
arm_left_shoulder_tilt_joint等)。 - 右臂: 包含6个关节(如
arm_right_shoulder_tilt_joint等)。 - 左手末端执行器: 包含8个手指关节(如
hand_left_finger_l_mcp_joint等)。 - 右手末端执行器: 包含8个手指关节(如
hand_right_finger_l_mcp_joint等)。 - 移动底座: 支持速度控制(x, y, theta),涉及8个车轮关节。
- 头部: 包含
传感器配置 (Sensors)
- 传感器类型: RGB 相机 (rgb_cam)
- 相机列表:
- 头部相机:
head_camera, 分辨率 640×480,模型orbbec_336l。 - 左手相机:
hand_left_camera, 分辨率 1920×1200,模型elp_usbgs1200p01_h120_j。 - 右手相机:
hand_right_camera, 分辨率 1920×1200,模型elp_usbgs1200p01_h120_j。
- 头部相机:
- 话题信息:
- 图像压缩话题:
/sobit_home/head_camera/color/image_raw/compressed等。 - 相机信息话题:
/sobit_home/head_camera/color/camera_info等。
- 图像压缩话题:
用户信息 (User Info)
- 创建者: Keith Valentin
- 电子邮箱: e25d5303@soka-u.jp
- 地点: 日本创价大学 (Soka University, Japan)
引用 (Citation)
- BibTeX: 暂无相关信息。




