Datasets:

Modalities:
Video
ArXiv:
License:
l0ngyan commited on
Commit
1e471f3
Β·
verified Β·
1 Parent(s): fd20759

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -20,7 +20,7 @@ Please refer to our πŸš€ [Website](http://opendrivelab.com/freetacman) | πŸ“„ [P
20
  The dataset is organized into 50 task categories, each containing:
21
 
22
  - **Video files**: Synchronized video recordings from the wrist-mounted and visuo-tactile cameras for each demonstration
23
- - **Trajectory files**: Detailed 3D tracking data for TCP and gripper distance
24
 
25
 
26
  ## 🧾 Data Format
@@ -38,12 +38,12 @@ Each trajectory file contains the following data columns:
38
  - `timestamp` - Unix Timestamp
39
 
40
  #### Tool Center Point (TCP) Data
41
- - `TCP_pos_x`, `TCP_pos_y`, `TCP_pos_z` - TCP 3D position (mm)
42
- - `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (Euler angles in degrees)
43
  - `quat_w`, `quat_x`, `quat_y`, `quat_z` - TCP orientation (quaternion representation)
44
 
45
  #### Gripper Data
46
- - `gripper_distance` - Gripper opening distance (mm)
47
 
48
 
49
  ## πŸ“ Citation
@@ -65,4 +65,4 @@ This dataset is released under the MIT License. See LICENSE file for details.
65
 
66
  ## πŸ“§ Contact
67
 
68
- For questions or issues regarding the dataset, please contact: Longyan Wu ([email protected])
 
20
  The dataset is organized into 50 task categories, each containing:
21
 
22
  - **Video files**: Synchronized video recordings from the wrist-mounted and visuo-tactile cameras for each demonstration
23
+ - **Trajectory files**: Detailed tracking data for tool center point pose and gripper distance
24
 
25
 
26
  ## 🧾 Data Format
 
38
  - `timestamp` - Unix Timestamp
39
 
40
  #### Tool Center Point (TCP) Data
41
+ - `TCP_pos_x`, `TCP_pos_y`, `TCP_pos_z` - TCP position
42
+ - `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (euler angles)
43
  - `quat_w`, `quat_x`, `quat_y`, `quat_z` - TCP orientation (quaternion representation)
44
 
45
  #### Gripper Data
46
+ - `gripper_distance` - Gripper opening distance
47
 
48
 
49
  ## πŸ“ Citation
 
65
 
66
  ## πŸ“§ Contact
67
 
68
+ For questions or issues regarding the dataset, please contact: Longyan Wu ([email protected]).