Update README.md
Browse files
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
|
| 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
|
| 42 |
-
- `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (
|
| 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,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]).
|