| --- |
| license: mit |
| task_categories: |
| - robotics |
| tags: |
| - tactile |
| --- |
| |
| # π¦ FreeTacman |
| ## Robot-free Visuo-Tactile Data Collection System for Contact-rich Manipulation |
|
|
|
|
| ## π― Overview |
|
|
| This dataset supports the paper **[FreeTacman: Robot-free Visuo-Tactile Data Collection System for Contact-rich Manipulation](http://arxiv.org/abs/2506.01941)**. It contains a large-scale, high-precision visuo-tactile manipulation dataset with over 3000k visuo-tactile image pairs, more than 10k trajectories across 50 tasks. |
|  |
| Please refer to our π [Website](http://opendrivelab.com/freetacman) | π [Paper](http://arxiv.org/abs/2506.01941) | π» [Code](https://github.com/OpenDriveLab/FreeTacMan) | π οΈ [Hardware Guide](https://docs.google.com/document/d/1Hhi2stn_goXUHdYi7461w10AJbzQDC0fdYaSxMdMVXM/edit?addon_store&tab=t.0#heading=h.rl14j3i7oz0t) | πΊ [Video](https://opendrivelab.github.io/FreeTacMan/landing/FreeTacMan_demo_video.mp4) | π [X](https://x.com/OpenDriveLab/status/1930234855729836112) for more details. |
|
|
| ## π Dataset Structure |
|
|
| The dataset is organized into 50 task categories, each containing: |
| - **Video files**: Synchronized video recordings from the wrist-mounted and visuo-tactile cameras for each demonstration |
| - **Trajectory files**: Detailed tracking data for tool center point pose and gripper distance |
|
|
|
|
| ## π§Ύ Data Format |
|
|
| ### Video Files |
|
|
| - **Format**: MP4 |
| - **Views**: Wrist-mounted camera and visuo-tactile camera perspectives per demonstration |
|
|
| ### Trajectory Files |
|
|
| Each trajectory file contains the following data columns: |
|
|
| #### Timestamp |
| - `timestamp` - Unix Timestamp |
|
|
| #### Tool Center Point (TCP) Data |
|
|
| - `TCP_pos_x`, `TCP_pos_y`, `TCP_pos_z` - TCP position |
| - `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (euler angles) |
| - `quat_w`, `quat_x`, `quat_y`, `quat_z` - TCP orientation (quaternion representation) |
|
|
| #### Gripper Data |
| - `gripper_distance` - Gripper opening distance |
|
|
|
|
| ## π Citation |
|
|
| If you use this dataset in your research, please cite: |
|
|
| ```bibtex |
| @article{wu2025freetacman, |
| title={Freetacman: Robot-free visuo-tactile data collection system for contact-rich manipulation}, |
| author={Wu, Longyan and Yu, Checheng and Ren, Jieji and Chen, Li and Jiang, Yufei and Huang, Ran and Gu, Guoying and Li, Hongyang}, |
| journal={arXiv preprint arXiv:2506.01941}, |
| year={2025} |
| } |
| ``` |
|
|
| ## πΌ License |
|
|
| This dataset is released under the MIT License. See LICENSE file for details. |
|
|
| ## π§ Contact |
|
|
| For questions or issues regarding the dataset, please contact: Longyan Wu (im.longyanwu@gmail.com). |