update readme
Browse files- Figures/setup.png +3 -0
- README.md +59 -0
Figures/setup.png
ADDED
|
Git LFS Details
|
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 |
---
|