Upload 7 files
Browse files- .gitattributes +3 -0
- README.md +18 -0
- assets/04_real_robot.jpg +3 -0
- assets/05_sim_studio_sensors.png +3 -0
- assets/06_virtual_map_run.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/03_four_layer_stack.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/03_four_layer_stack.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/04_real_robot.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
assets/05_sim_studio_sensors.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
assets/06_virtual_map_run.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -57,6 +57,24 @@ angle = float(y[0, 5])
|
|
| 57 |
print(cmd, angle)
|
| 58 |
```
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
## Where this fits: our 4-layer stack
|
| 61 |
|
| 62 |

|
|
|
|
| 57 |
print(cmd, angle)
|
| 58 |
```
|
| 59 |
|
| 60 |
+
## The simulator and the target robot
|
| 61 |
+
|
| 62 |
+
The studio stage where the model's four inputs are defined: ultrasonic sensors
|
| 63 |
+
F/L/R/B with datasheet-based noise models, checked by the built-in self QA/QC
|
| 64 |
+
checklist, with the local LLM panel on the right.
|
| 65 |
+
|
| 66 |
+

|
| 67 |
+
|
| 68 |
+
A driving run on the 8 m × 8 m virtual map used for data collection
|
| 69 |
+
(green: ultrasonic rays from the robot):
|
| 70 |
+
|
| 71 |
+

|
| 72 |
+
|
| 73 |
+
The target hardware: a tracked test robot with the ultrasonic sensors mounted on
|
| 74 |
+
the hand, the same F-channel placement the simulator reproduces.
|
| 75 |
+
|
| 76 |
+

|
| 77 |
+
|
| 78 |
## Where this fits: our 4-layer stack
|
| 79 |
|
| 80 |

|
assets/04_real_robot.jpg
ADDED
|
Git LFS Details
|
assets/05_sim_studio_sensors.png
ADDED
|
Git LFS Details
|
assets/06_virtual_map_run.png
ADDED
|
Git LFS Details
|