vikram-avea commited on
Commit
2b1e3b1
·
verified ·
1 Parent(s): 8211ef3

Add dataset card with tags

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - lerobot
4
+ - robotics
5
+ - dataset
6
+ - v3.0
7
+ - teleoperation
8
+ task_categories:
9
+ - robotics
10
+ size_categories:
11
+ - n<1K
12
+ ---
13
+
14
+ # sentinel-demo-01
15
+
16
+ LeRobot v3.0 dataset for teleoperation task.
17
+
18
+ **Description:** 1 episode
19
+
20
+ **Format:** LeRobot v3.0
21
+ **Robot:** LimX Sentinel
22
+ **FPS:** 30
23
+ **Task:** teleoperation
24
+
25
+ ## Usage
26
+
27
+ ```python
28
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
29
+
30
+ dataset = LeRobotDataset("vikram-avea/sentinel-demo-01")
31
+ print(f"Episodes: {len(dataset)}")
32
+ ```
33
+
34
+ ## Dataset Info
35
+
36
+ This dataset was collected using the Avea Sentinel system and converted to LeRobot v3.0 format.