ma3oun commited on
Commit
f910eb8
·
verified ·
1 Parent(s): 1f7f0e6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
6
+
7
+ ## Task description
8
+
9
+ The objective of the task is to grasp and place colored cubes in a 2x2 grid, using a SO-101 robot arm. Two cameras were used to visualize the scene.
10
+
11
+ The task to achieve is decomposed in three sub-tasks ordered by difficulty:
12
+
13
+ - level 1: pick a single black cube and place it in a cell of the 2x2 grid. The cell is indicated by a black cross and is always at the same position (top-left cell).
14
+ - level 2: same as level 1 but the target cell can be any cell in the 2x2 grid.
15
+ - level 3: pick two cubes (one black and one green) and place them on the cells marked with the corresponding colored crosses in the 2x2 grid.
16
+
17
+ Each level was the occasion to record a new dataset specific to the level to complete.
18
+
19
+ ## Dataset Description
20
+
21
+ This dataset contains a set of teleoperated demonstrations collected during a two-day hackathon using the LeRobot library and SO-101 robot arms in a leader–follower setup.
22
+ Each episode shows the follower arm picking two colored cubes and placing them onto the matching colored crosses inside a 2×2 grid.
23
+
24
+ Two RGB cameras were used: one facing the follower arm and one looking at the follower arm from a +45° perspective.
25
+
26
+ The background was masked with cardboard and wood panes. Ambient lighting varied throughout the day.
27
+
28
+ ### Episode Protocol
29
+
30
+ 1- Start with the black cube: grasp and place it on the cross
31
+
32
+ 2- Go back to the starting position.
33
+
34
+ 3- Repeat with the green cube (task 3).
35
+
36
+ 4- Go back to the starting position.
37
+
38
+ ## Variability
39
+
40
+ Data were recorded with 3 different persons that manipulates the leader arm, each one with its own "style".
41
+