taccap-g1-assemble-toy-blocks-0808
收藏资源简介:
该数据集由 LeRobot 框架创建,专注于双机械臂的触觉操作任务,具体为组装玩具积木。数据集包含 79 个演示片段,总计 465,237 帧,帧率为 30 FPS。机器人类型为 bi_taccap_gripper(双 TACCap 夹爪),所有数据用于训练(无验证/测试划分)。每个样本包含 20 维的动作向量(左右机械臂末端执行器位姿及夹爪位置)和对应的 20 维状态观测。此外,还提供 6 个视觉观测通道:左/右腕部摄像头(480×640 像素,RGB)和四个触觉图像(左/右触觉传感器的左右两侧,400×700 像素,RGB),均以 H.264 编码视频形式存储。数据文件为 Parquet 格式,视频文件为 MP4 格式。该数据集适用于模仿学习、机器人操作策略学习等任务。
This dataset is created by the LeRobot framework, focusing on bi-manual tactile manipulation tasks for assembling toy blocks. It contains 79 episodes with a total of 465,237 frames at 30 FPS. The robot type is bi_taccap_gripper (dual TACCap grippers). All data is used for training (no validation/test split). Each sample includes a 20-dimensional action vector (left and right arm end-effector poses and gripper positions) and corresponding 20-dimensional state observations. Additionally, 6 visual observation channels are provided: left/right wrist cameras (480×640 pixels, RGB) and four tactile images (left/right tactile sensor left and right sides, 400×700 pixels, RGB), all stored as H.264 encoded videos. Data files are in Parquet format, and video files are in MP4 format. The dataset is suitable for imitation learning, robot policy learning, etc.
数据集概述:taccap-g1-assemble-toy-blocks-0808
基本信息
- 数据集地址: https://huggingface.co/datasets/TacVerse/taccap-g1-assemble-toy-blocks-0808
- 许可证: Apache 2.0
- 任务类型: 机器人学(Robotics)
- 标签: LeRobot
- 创建工具: 基于 LeRobot 框架创建
- 机器人类型: bi_taccap_gripper(双臂触觉夹爪)
- 数据集用途: 由 XenseRobotics 团队提供,用于支持 LeRobot 框架下的 Xense 触觉机器人操作研究
数据集规模
- 总任务数: 1 个(组装玩具积木)
- 总回合数 (Episodes): 79 个
- 总帧数 (Frames): 465,237 帧
- 数据文件大小: 100 MB(Parquet 格式)
- 视频文件大小: 200 MB(MP4 格式)
- 采样频率 (FPS): 30 fps
- 数据划分: 训练集包含全部 79 个回合(0:79),无单独验证集或测试集
数据结构
数据文件组织
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4 - 数据块大小 (Chunk Size): 1000 帧/块
特征说明
| 特征名称 | 数据类型 | 维度/形状 | 描述 |
|---|---|---|---|
action |
float32 | 20 | 机器人动作指令,包含左右臂TCP位姿(6D)和夹爪位置 |
observation.state |
float32 | 20 | 机器人观测状态,与动作维度一致 |
observation.images.left_tactile_left |
视频 | 400×700×3 | 左侧触觉传感器(左)图像 |
observation.images.left_tactile_right |
视频 | 400×700×3 | 左侧触觉传感器(右)图像 |
observation.images.left_wrist |
视频 | 480×640×3 | 左手腕相机图像 |
observation.images.right_tactile_left |
视频 | 400×700×3 | 右侧触觉传感器(左)图像 |
observation.images.right_tactile_right |
视频 | 400×700×3 | 右侧触觉传感器(右)图像 |
observation.images.right_wrist |
视频 | 480×640×3 | 右手腕相机图像 |
timestamp |
float32 | 1 | 时间戳 |
frame_index |
int64 | 1 | 帧索引 |
episode_index |
int64 | 1 | 回合索引 |
index |
int64 | 1 | 全局索引 |
task_index |
int64 | 1 | 任务索引 |
动作/状态空间定义(20维)
动作和状态向量包含以下 20 个分量:
- 左臂 TCP 位姿(9 维):
left_tcp.x,left_tcp.y,left_tcp.z,left_tcp.r1~left_tcp.r6 - 左夹爪位置(1 维):
left_gripper.pos - 右臂 TCP 位姿(9 维):
right_tcp.x,right_tcp.y,right_tcp.z,right_tcp.r1~right_tcp.r6 - 右夹爪位置(1 维):
right_gripper.pos
视频编码参数
- 视频编码格式: H.264
- 像素格式: yuv420p
- 视频帧率: 30 fps
- 通道数: 3(RGB)
- 是否深度图: 否
- 是否包含音频: 否
引用信息
如需引用该数据集,请使用以下 BibTeX:
bibtex @misc{xense-taccap-lerobot, author = {XenseRobotics Team}, title = {LeRobot-Xense: LeRobot with Xense Tactile Robotics Support}, howpublished = {url{https://github.com/Vertax42/xense-taccap-lerobot}}, year = {2026} }
数据可视化
用户可通过 LeRobot 提供的可视化工具(在数据集主页上可见)直接预览数据集内容,无需本地下载即可浏览视频与状态数据。




