yuncheol-ncdtech commited on
Commit
8f7d403
·
verified ·
1 Parent(s): 3c328d4

Upload 7 files

Browse files
.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
  ![NCDTech 4-layer stack](assets/03_four_layer_stack.png)
 
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
+ ![Sensor definition stage in the simulation studio](assets/05_sim_studio_sensors.png)
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
+ ![Driving run on the virtual map](assets/06_virtual_map_run.png)
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
+ ![Tracked test robot with hand-mounted ultrasonic sensors](assets/04_real_robot.jpg)
77
+
78
  ## Where this fits: our 4-layer stack
79
 
80
  ![NCDTech 4-layer stack](assets/03_four_layer_stack.png)
assets/04_real_robot.jpg ADDED

Git LFS Details

  • SHA256: 67a6a5dbae3d3d2f49f83dfc331fcced54284a78461aa4d3d0ec63512bd2406c
  • Pointer size: 131 Bytes
  • Size of remote file: 908 kB
assets/05_sim_studio_sensors.png ADDED

Git LFS Details

  • SHA256: c5da7f419aec98a9e1acc635abb367a823f67cc66481170de8cdc2fe50a59a03
  • Pointer size: 131 Bytes
  • Size of remote file: 456 kB
assets/06_virtual_map_run.png ADDED

Git LFS Details

  • SHA256: d066e0d11e994926c0bfd2f19f40f05390fbcf77c64349ed2d3c19bef4dd612c
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB