KamilaT commited on
Commit
459ecbd
·
verified ·
1 Parent(s): 1832fe1

Update README.md

Browse files

Add format and modality tags

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -19,6 +19,10 @@ tags:
19
  - sim-to-real
20
  - franka
21
  - exylos
 
 
 
 
22
  ---
23
 
24
  # Exylos Pick-and-Place Sample
@@ -48,13 +52,16 @@ This public release is intentionally compact. It is meant as an **inspection sam
48
  | Property | Value |
49
  |---|---|
50
  | Episodes | 50 |
 
51
  | Task | Pick up an object from the workspace and place it into a container |
52
  | Robot embodiment | Franka Emika Panda (7-DoF arm + parallel gripper) |
53
  | Camera views | 5 synchronized RGB streams |
54
  | Video | 30 FPS, H.264 |
55
  | Robot state | 9-dimensional |
56
  | Action vector | 9-dimensional |
57
- | Annotations | Episode-level outcome metadata + phase-level segmentation |
 
 
58
  | Trajectory mix | Success, failure, and recovery-rich episodes |
59
  | Format | LeRobot-compatible (Parquet + MP4) |
60
  | License | Apache 2.0 |
 
19
  - sim-to-real
20
  - franka
21
  - exylos
22
+ - parquet
23
+ - time-series
24
+ - trajectories
25
+ - state-action
26
  ---
27
 
28
  # Exylos Pick-and-Place Sample
 
52
  | Property | Value |
53
  |---|---|
54
  | Episodes | 50 |
55
+ | Modalities | Multi-view RGB video + robot state + actions + phase annotations + episode metadata |
56
  | Task | Pick up an object from the workspace and place it into a container |
57
  | Robot embodiment | Franka Emika Panda (7-DoF arm + parallel gripper) |
58
  | Camera views | 5 synchronized RGB streams |
59
  | Video | 30 FPS, H.264 |
60
  | Robot state | 9-dimensional |
61
  | Action vector | 9-dimensional |
62
+ | Trajectories | Synchronized robot state + action streams per frame |
63
+ | Episode-level metadata | Success / failure outcome, derived quality flags |
64
+ | Phase-level annotations | Approach, grasp, transport, place, recovery segments |
65
  | Trajectory mix | Success, failure, and recovery-rich episodes |
66
  | Format | LeRobot-compatible (Parquet + MP4) |
67
  | License | Apache 2.0 |