hyundai-uiwang-right
收藏资源简介:
Hyundai Uiwang — 右臂操作数据集(LeRobot v3.0)是一个用于机器人操作任务的开源数据集。它通过遥操作方式收集了机器人操作演示,包含118个独立的演示片段,总计77,490帧数据,采集频率为30 Hz。演示使用现代HDRB (HDR35_20) 机械臂搭配INSPIRE-RH56灵巧手(右手)作为机器人平台。每个数据样本包括动作指令和多种观测信息:26维机器人状态(由6维机械臂关节状态和20维手部状态构成,其中手部实际使用6个主动控制维度)、来自前置摄像头和腕部摄像头的RGB图像观测(分辨率480x640)、30维夹爪传感器数据和6维腕部力/力矩传感器数据。该数据集适用于机器人模仿学习、强化学习、策略学习等研究,特别专注于机械臂与灵巧手协同操作的任务。
The Hyundai Uiwang — Right Arm Manipulation Dataset (LeRobot v3.0) is an open-source dataset for robotic manipulation tasks. It contains robot operation demonstrations collected via teleoperation, with 118 independent episodes, totaling 77,490 frames at a frequency of 30 Hz. The demonstrations use the Hyundai HDRB (HDR35_20) robotic arm paired with the INSPIRE-RH56 dexterous hand (right hand) as the robot platform. Each sample includes action commands and multiple observation types: 26-dimensional robot state (composed of 6-dimensional arm joint state and 20-dimensional hand state, with the hand using 6 active control dimensions), RGB image observations from a front camera and a wrist camera (resolution 480x640), 30-dimensional gripper sensor data, and 6-dimensional wrist force/torque sensor data. This dataset is suitable for research in robot imitation learning, reinforcement learning, policy learning, and particularly focuses on tasks involving coordinated manipulation with robotic arms and dexterous hands.
数据集概述
Hyundai Uiwang — RIGHT arm manipulation dataset (LeRobot v3.0)
- 任务类型:机器人操作(Robotics, Manipulation)
- 许可协议:其他(Other)
数据规模
- 总帧数:77,490 帧
- 序列长度:118 个片段(episodes)
- 采样频率:30 Hz
机器人平台
- 机械臂:HDRB (HDR35_20) 右臂
- 灵巧手:INSPIRE-RH56 右手(20 个自由度,其中 6 个主动关节)
动作 / 状态空间
- 动作 / 观测状态:26 维
- 机械臂:6 维
- 灵巧手:20 维(RH56 使用 6 个主动维度)
观测传感器
- 相机:
observation.images.front_rgb(480×640 像素)observation.images.wrist_rgb(480×640 像素)
- 额外本体感知:
observation.gripper_sensor:30 维observation.wrist_ft_sensor:6 维
数据加载示例
python from lerobot.datasets.lerobot_dataset import LeRobotDataset ds = LeRobotDataset("Ngseo/hyundai-uiwang-right")
标签与标记
- 标签:LeRobot, robotics, manipulation, hyundai-uiwang




