ed1son commited on
Commit
9c81616
Β·
1 Parent(s): 3fbb46b

update readme

Browse files
Files changed (2) hide show
  1. Figures/setup.png +3 -0
  2. README.md +59 -0
Figures/setup.png ADDED

Git LFS Details

  • SHA256: d80128b564eb517d2c40af3f4984377354b531271d25aae644023b20d7e55778
  • Pointer size: 133 Bytes
  • Size of remote file: 13.8 MB
README.md CHANGED
@@ -1,3 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
 
 
 
 
3
  ---
 
1
+ # ScanBot: Towards Intelligent Surface Scanning in Embodied Robotic Systems
2
+
3
+ ## 🧠 Dataset Summary
4
+ **ScanBot** is a large-scale, multimodal dataset for studying instruction-driven surface scanning in industrial settings. Collected with a UR3 robotic arm and a KEYENCE LJ-X8200 laser profiler, ScanBot captures RGB-D images, laser point clouds, and 6-DOF robot trajectories for a variety of object features and scanning tasks.
5
+
6
+
7
+ ## πŸ“¦ Use Cases
8
+
9
+ - Vision-Language Action Planning (VLA)
10
+ - Instruction-Guided Surface Scanning
11
+ - 3D Surface Reconstruction
12
+ - Spatial Reasoning and Feature Localization
13
+ - Laser Profile Analysis for Inspection Tasks
14
+
15
+
16
+
17
+ ## πŸ—‚οΈ Data Description
18
+ ```
19
+ scanbot/
20
+ β”œβ”€β”€ cube1/
21
+ β”‚ β”œβ”€β”€ top_surface/
22
+ β”‚ β”‚ β”œβ”€β”€ path_001/
23
+ β”‚ β”‚ β”‚ β”œβ”€β”€ rgb/
24
+ β”‚ β”‚ β”‚ β”‚ └── ...
25
+ β”‚ β”‚ β”‚ β”œβ”€β”€ depth/
26
+ β”‚ β”‚ β”‚ β”‚ └── ...
27
+ | | | |── 1746226187.997976_gopro.mp4
28
+ β”‚ β”‚ β”‚ β”œβ”€β”€ robot_joint_states.csv
29
+ β”‚ β”‚ β”‚ β”œβ”€β”€ robot_tcp_poses.csv
30
+ β”‚ β”‚ β”‚ └── metadata.json
31
+ β”‚ β”‚ β”œβ”€β”€ path_002/
32
+ β”‚ β”‚ β”‚ └── ...
33
+ β”œβ”€β”€ cube2
34
+ β”œβ”€β”€ cylinder_red
35
+ β”œβ”€β”€ cylinder_white
36
+ β”œβ”€β”€ cylinder_white
37
+ ```
38
+
39
+ ## πŸ’¬ Task Levels
40
+
41
+ Each scan is driven by an instruction that falls under one of the following task categories:
42
+
43
+ | Task Type | Description |
44
+ |-----------|-------------|
45
+ | T1 | Surface Scan |
46
+ | T2 | Geometry Focus |
47
+ | T3 | Spatial Reference |
48
+ | T4 | Functional Target |
49
+ | T5 | Defect Inspection |
50
+ | T6 | Comparative Analysis |
51
+
52
+ ## πŸ› οΈ Hardware Setup
53
+
54
+ <img src="Figures/setup.png" alt="ScanBot Example" width="30%"/>
55
+
56
  ---
57
  license: cc-by-4.0
58
+ task_categories:
59
+ - robotics
60
+ language:
61
+ - en
62
  ---