cawm
收藏资源简介:
cawm数据集包含使用Franka Panda机械臂遥操作收集的真实机器人数据,专注于USB插入任务。数据集包含23个episodes,共计62,265个时间步,持续约103.8分钟,采样频率为10 Hz。每个episode存储为独立的HDF5文件,包含以下观测和动作字段: - 观测:机器人末端执行器位置(3维,米)、末端执行器四元数姿态(4维,xyzw)、关节角度(7维,弧度)、夹爪宽度(1维,米)、固定场景相机图像(224×224 RGB,RealSense D435i)、腕部相机图像(224×224 RGB,RealSense D405)、左侧触觉力网格(16×32,归一化接触力)、右侧触觉力网格(16×32,注意:该值为左侧的精确副本,无独立测量)。 - 动作:7维向量,表示命令增量,包括:前3维为末端执行器位置增量(米,基坐标系),第3-6维为旋转增量(轴角,弧度,基坐标系,但实际为零),第7维为夹爪命令(+1闭合,-1张开,但实际恒为+1)。 关键注意事项: - 动作的旋转部分(索引3-6)在所有episodes中恒为零,表示在采集过程中姿态被锁定,数据集仅包含平移运动。 - 夹爪命令(索引6)恒为+1.0,夹爪在记录前已闭合且从未打开,因此无抓取或释放事件。 - 夹爪宽度(gripper_width)接近0(-0.007至0.009毫米),因为USB连接器由固定夹具固定,而非手指夹持。 - 右侧触觉力网格是左侧的精确逐字节副本,该设置仅为匹配双指配置,不包含独立测量。 - 最大每步位置增量可达6.00 mm(对应0.06 m/s)。 该数据集适用于机器人模仿学习、操作任务中的触觉感知研究、以及基于视觉-触觉的机器人控制策略开发。
The cawm dataset contains real robot data collected via teleoperation using a Franka Panda robot arm, focusing on USB insertion tasks. The dataset consists of 23 episodes, totaling 62,265 time steps, lasting approximately 103.8 minutes, sampled at 10 Hz. Each episode is stored as an independent HDF5 file and includes observation and action fields. Observations include: robot end-effector position (3D, meters), end-effector quaternion orientation (4D, xyzw), joint angles (7D, radians), gripper width (1D, meters), fixed scene camera image (224×224 RGB, RealSense D435i), wrist camera image (224×224 RGB, RealSense D405), left tactile force grid (16×32, normalized contact force), right tactile force grid (16×32, note: this is an exact copy of the left, no independent measurement). Actions: 7-dimensional vector representing command increments, including: first 3 dimensions for end-effector position increments (meters, base frame), dimensions 3-6 for rotation increments (axis-angle, radians, base frame, but actually zero), dimension 7 for gripper command (+1 close, -1 open, but actually constant +1). Key notes: The rotation part of actions (indices 3-6) is zero across all episodes, indicating that the orientation was locked during collection, and the dataset only contains translational motion. The gripper command (index 6) is constant +1.0, the gripper was closed before recording and never opened, so there are no grasping or releasing events. The gripper width (gripper_width) is close to 0 (-0.007 to 0.009 mm) because the USB connector is fixed by a stationary fixture, not by the fingers. The right tactile force grid is an exact byte-wise copy of the left, this setup is only to match the two-finger configuration, with no independent measurement. The maximum per-step position increment is up to 6.00 mm (corresponding to 0.06 m/s). This dataset is suitable for robot imitation learning, tactile perception research in manipulation tasks, and development of vision-tactile robot control strategies.
CAWM 数据集概述
数据集简介
CAWM 是一个在 Franka Panda 机械臂上通过遥操作收集的真实机器人操作数据集,主要用于机器人操作、触觉感知和模仿学习研究。
核心内容:real/usb_insertion 任务
基本信息
| 属性 | 数值 |
|---|---|
| 回合数 | 23 |
| 总步数 | 62,265 |
| 总时长 | 103.8 分钟 |
| 采样频率 | 10 Hz |
| 数据格式 | HDF5,每回合一个文件(episode_0.hdf5 至 episode_22.hdf5) |
任务描述
USB 连接器插入任务,使用 3Dconnexion SpaceMouse 进行遥操作收集。
数据文件内容
观测数据(obs)
| 字段 | 维度 | 类型 | 说明 |
|---|---|---|---|
robot0_eef_pos |
(N, 3) | float32 | 末端执行器测量位置(米) |
robot0_eef_quat |
(N, 4) | float32 | 末端执行器测量姿态(四元数,xyzw) |
robot0_joint_pos |
(N, 7) | float32 | 关节角度(弧度) |
gripper_width |
(N, 1) | float32 | Franka Hand 手指间距(米) |
cameras_agentview_rgb |
(N, 224, 224, 3) | uint8 | 固定场景相机(RealSense D435i) |
cameras_wrist_rgb |
(N, 224, 224, 3) | uint8 | 腕部相机(RealSense D405) |
tactile_force_grid_left |
(N, 16, 32) | float32 | FlexiTac 接触图(左侧,归一化) |
tactile_force_grid_right |
(N, 16, 32) | float32 | 触觉数据(见注意事项) |
动作空间(actions)
7 维,表示指令增量而非实际运动:
| 索引 | 含义 |
|---|---|
[0:3] |
末端执行器位置增量(米,基坐标系) |
[3:6] |
末端执行器旋转增量(轴角 rotvec,弧度,基坐标系,外旋) |
[6] |
夹爪:+1 = 闭合,-1 = 打开 |
文件属性
每个文件包含 num_samples、action_dim、init_eef_pos (3,)、init_eef_quat (4,) 等属性。
重要注意事项(训练前必读)
恒定维度(无信号)
actions[3:6]在所有回合每一步均为零:采集时锁定姿态,整个数据集仅包含平移运动。actions[6]全为+1.0:夹爪在录制前已闭合且从未打开,数据中无抓取或释放事件。gripper_width接近 0(-0.007 至 0.009 毫米):连接器由打印夹具固定,手指闭合。tactile_force_grid_right与..._left完全一致:设备仅有一个 FlexiTac 垫,右侧键仅为匹配双指架构而添加,无独立测量值。
运动约束
每步位置变化最大 6.00 毫米(10 Hz 下对应 0.06 m/s)。
观测与动作关系
观测在动作执行之前采集,每个 (obs, action) 对表示操作者看到的状态及其发出的指令。指令轨迹为 init_eef_pos + cumsum(actions[:, :3]),测量姿态见 obs/robot0_eef_pos,两者差异反映阻抗控制器的延迟(最大 2.4–3.3 厘米)。
图像说明
图像已裁剪为训练用的 224×224 分辨率,原始未裁剪的传感器帧未记录。
数据来源与验证
来源
数据来自 2026-08-13 和 2026-08-19 三次采集会话的合并;real/usb_insertion/merge_manifest.txt 记录了每个回合对应的源文件。
质量验证
上传前已对每个回合逐帧检查:无重复/停滞相机帧、无 NaN/无穷大值、各数据集长度一致、23 个文件 schema 完全相同。
许可证
作者未指定许可证,使用前请联系仓库所有者。




