Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
---
|
2 |
-
size_categories:
|
3 |
-
- 1K<n<10K
|
4 |
-
---
|
5 |
## Dataset Description
|
6 |
|
7 |
This is a fully annotated, synthetically generated dataset consisting of 1,000 demonstrations of a single Franka Panda robot arm performing a fixed-order three-cube stacking task in Isaac Lab. The robot consistently stacks cubes in the order: blue (bottom) → red (middle) → green (top).
|
@@ -43,13 +43,13 @@ Each demo consists of a time-indexed sequence of the following modalities:
|
|
43 |
- 7D vector: 6D relative end-effector motion + 1D gripper action
|
44 |
|
45 |
### Observations
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
-
|
50 |
- 200×200 RGB (visually augmented using Cosmos Transfer1)
|
51 |
- 200×200 Depth
|
52 |
- 200×200 Segmentation mask
|
53 |
- 200×200 Surface normal map
|
54 |
-
-
|
55 |
- 200×200 RGB
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- 1K<n<10K
|
4 |
+
---
|
5 |
## Dataset Description
|
6 |
|
7 |
This is a fully annotated, synthetically generated dataset consisting of 1,000 demonstrations of a single Franka Panda robot arm performing a fixed-order three-cube stacking task in Isaac Lab. The robot consistently stacks cubes in the order: blue (bottom) → red (middle) → green (top).
|
|
|
43 |
- 7D vector: 6D relative end-effector motion + 1D gripper action
|
44 |
|
45 |
### Observations
|
46 |
+
- Robot states: Joint positions, velocities, and gripper open/close state
|
47 |
+
- EEF states: End-effector 6-DOF pose
|
48 |
+
- Cube states: Poses (positions + orientations) for blue, red, and green cubes
|
49 |
+
- Table camera visuals:
|
50 |
- 200×200 RGB (visually augmented using Cosmos Transfer1)
|
51 |
- 200×200 Depth
|
52 |
- 200×200 Segmentation mask
|
53 |
- 200×200 Surface normal map
|
54 |
+
- Wrist camera visuals:
|
55 |
- 200×200 RGB
|