sk1700 commited on
Commit
6f401ae
·
verified ·
1 Parent(s): d4d3ee6

Initial dataset upload

Browse files
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - ur5e
10
  task_categories:
11
  - robotics
12
- pretty_name: UR5e Dual RealSense Haptic Teleop Dataset (Δq = q[t+1]-q[t], LeRobot v2.1)
13
  configs:
14
  - config_name: default
15
  data_files:
@@ -22,12 +22,8 @@ configs:
22
  - Dataset sampling: fixed 30 Hz
23
 
24
  Definitions:
25
- - `observation.state[t] = q_actual[t]` (UR joint positions, rad)
26
- - `action[t] = Δq[t] = q_actual[t+1] - q_actual[t]` (joint delta per dataset timestep at 30 Hz)
27
-
28
- Visualizer-friendly naming:
29
- - observation.state names: ['shoulder_pan.pos', 'shoulder_lift.pos', 'elbow_flex.pos', 'wrist_1.pos', 'wrist_2.pos', 'wrist_3.pos']
30
- - action names: ['shoulder_pan.dq', 'shoulder_lift.dq', 'elbow_flex.dq', 'wrist_1.dq', 'wrist_2.dq', 'wrist_3.dq']
31
 
32
  Videos:
33
  - `videos/chunk-000/observation.images.wrist/episode_XXXXXX.mp4`
 
9
  - ur5e
10
  task_categories:
11
  - robotics
12
+ pretty_name: UR5e Dual RealSense Haptic Teleop Dataset (Δq actions, LeRobot v2.1)
13
  configs:
14
  - config_name: default
15
  data_files:
 
22
  - Dataset sampling: fixed 30 Hz
23
 
24
  Definitions:
25
+ - `observation.state[t] = q_actual[t]`
26
+ - `action[t] = Δq[t] = q_target[t] - q_actual[t]` (q_target from RTDE `target_q`)
 
 
 
 
27
 
28
  Videos:
29
  - `videos/chunk-000/observation.images.wrist/episode_XXXXXX.mp4`
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65666735299cc9c94b2a0e0e1d020aff887d5983c1316f0078c123f81a653316
3
- size 24157
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22cc0a130c10b6b617364092bc3ff8d7784be8965bf84873e4ad7b94ffe4a5f7
3
+ size 26911
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09370ea9826f829ce4419ad02a62c186c7906c46872b150c27b2cb3c244bafe4
3
- size 22362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37cd68b06d386d7a98cdc5d14675ab32dc8c2dc954f8dee6ea96bd78b4769d6
3
+ size 26680
data/chunk-000/episode_000002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ab22fbdb89e1165919e725a6ac8b47ba6e5e9fc551d397ca1264cb7e36a3ac8
3
- size 16761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c35e75ac874afd7ebc8ab43857620e4036aaff0ccda9fada3183e2232ca45bf3
3
+ size 28223
data/chunk-000/episode_000003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98d27ccb42fb6fa05b037f3350cd5fa05e23f4f93d7ed872263524db67c34f9f
3
- size 17678
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eb6df3612eb62a77aa1e8b9817c180abd133c486d2f0b550daefd0945f0db1c
3
+ size 8943
data/chunk-000/episode_000004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c26b5b923517a20ac9df2fff2e544b9c0eba20d0ed6ced2eab5adf25b66f8e85
3
- size 13852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866000f0402c3172bad71c03b112a3bfa337e5a7c73f6c56ea9f35e1409557fd
3
+ size 12432
meta/episodes.jsonl CHANGED
@@ -1,5 +1,3 @@
1
- {"episode_index": 0, "tasks": ["pick up"], "length": 205}
2
- {"episode_index": 1, "tasks": ["pick up"], "length": 186}
3
- {"episode_index": 2, "tasks": ["pick up"], "length": 131}
4
- {"episode_index": 3, "tasks": ["pick up"], "length": 137}
5
- {"episode_index": 4, "tasks": ["pick up"], "length": 95}
 
1
+ {"episode_index": 0, "tasks": ["Pick"], "length": 255}
2
+ {"episode_index": 1, "tasks": ["Pick"], "length": 254}
3
+ {"episode_index": 2, "tasks": ["Pick"], "length": 272}
 
 
meta/info.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "ur5e",
4
- "total_episodes": 5,
5
- "total_frames": 754,
6
  "total_tasks": 1,
7
- "total_videos": 10,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
- "train": "0:5"
13
  },
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
@@ -24,12 +24,12 @@
24
  6
25
  ],
26
  "names": [
27
- "shoulder_pan.dq",
28
- "shoulder_lift.dq",
29
- "elbow_flex.dq",
30
- "wrist_1.dq",
31
- "wrist_2.dq",
32
- "wrist_3.dq"
33
  ]
34
  },
35
  "observation.state": {
@@ -38,12 +38,12 @@
38
  6
39
  ],
40
  "names": [
41
- "shoulder_pan.pos",
42
- "shoulder_lift.pos",
43
- "elbow_flex.pos",
44
- "wrist_1.pos",
45
- "wrist_2.pos",
46
- "wrist_3.pos"
47
  ]
48
  },
49
  "observation.images.wrist": {
 
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "ur5e",
4
+ "total_episodes": 3,
5
+ "total_frames": 781,
6
  "total_tasks": 1,
7
+ "total_videos": 6,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
+ "train": "0:3"
13
  },
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
 
24
  6
25
  ],
26
  "names": [
27
+ "dq1",
28
+ "dq2",
29
+ "dq3",
30
+ "dq4",
31
+ "dq5",
32
+ "dq6"
33
  ]
34
  },
35
  "observation.state": {
 
38
  6
39
  ],
40
  "names": [
41
+ "q1",
42
+ "q2",
43
+ "q3",
44
+ "q4",
45
+ "q5",
46
+ "q6"
47
  ]
48
  },
49
  "observation.images.wrist": {
meta/tasks.jsonl CHANGED
@@ -1 +1 @@
1
- {"task_index": 0, "task": "pick up"}
 
1
+ {"task_index": 0, "task": "Pick"}
videos/chunk-000/observation.images.front/episode_000000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:153d4d04b75ecfd20600029444a643e6c7e83ec3e1d019ce4900144ac0a15f50
3
- size 621456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9762274918c1b40041f8a89c801b9b84c81879e013d6b3f8737cbb48dc378064
3
+ size 762401
videos/chunk-000/observation.images.front/episode_000001.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:719b551a091dc2ecfe6e22b79339a41edd0c7d50a330be4e2713665fb8c15e8d
3
- size 565105
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496bce168af89fbee1dc8223cef26dbf64c9988badb6a6394f0bda0a8406c0e8
3
+ size 757563
videos/chunk-000/observation.images.front/episode_000002.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fbd1c96751c4f40513aa9304740d6bedf7065ab4ad37ddf3435f8e6281dc303
3
- size 396660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f5d6b5d75aea3ba3728ebd9c6cda92bd725a82081da6322c08680fbf01d313
3
+ size 811285
videos/chunk-000/observation.images.front/episode_000003.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45c10768483e4162664e281d01589fb6f6713ab696012d0b52cc520e352c64ff
3
- size 418920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f31ca1597d45ebb4b82f985166228747b9e2a2cfcfb54e24cb7512652cee40e6
3
+ size 131744
videos/chunk-000/observation.images.front/episode_000004.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75a8220fc2a84a746dcca8348cc5a6511f80b7e0bc1b530a2ee47b3f985452f1
3
- size 286052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16a2c847ca578047ff4bcf71b3dc203e4cb5405100ad1353632814e9757ea00
3
+ size 245295
videos/chunk-000/observation.images.wrist/episode_000000.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8df5a39319657959bbf82f0b717267d78f1e7a0822ca863eae7d3415d4bed716
3
- size 375639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92dd4f725301a1853cf263d88884b7a939192f1e236b746489bce7680c81fd55
3
+ size 470756
videos/chunk-000/observation.images.wrist/episode_000001.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:998619a475dafb30c025f58f9d28ff3ca9e614f628fb978274ab0dbe8e5d62be
3
- size 337547
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:516bcabce5fe03e36dddacadd4eb068af9cd51e2fbb18c2b55cbcb7f6251b654
3
+ size 469714
videos/chunk-000/observation.images.wrist/episode_000002.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9b4114dbd7f10a9dea5e82006fb8c54c014708cdb226b05207629230f0c3f46
3
- size 239821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62f638ce3cb59a18a9299a733982358c785125e258500a4d1bc321ac64005db
3
+ size 511900
videos/chunk-000/observation.images.wrist/episode_000003.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e56df9eef9e52d1885b349d791bddd8aca0b3ac902b133ada8ba2b8e53e0773b
3
- size 252354
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7ae3d7531093c9a98c81f67e60a96845faa821006b360cd9fe6107c4a388f6
3
+ size 84474
videos/chunk-000/observation.images.wrist/episode_000004.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13593f2a8d16fa33b878c0a92fb9a62b934584c60f21b14753033fac003fe858
3
- size 173020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a723e4334cc9b8ab1745b36ca1caeafe2f4239104d80211d39dd442aa8826b
3
+ size 152223