You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class WORLD2GRID,BRESENHAM,BAYES_UPDATE mappingStyle
107
-
class FRONTIER_DETECT,PID_CTRL,MOTOR_CMD planningStyle
108
-
class LCD_RENDER,WIFI_TX,STATUS_OUT outputStyle
109
-
```
110
-
34
+

111
35
112
36
### Processing Pipeline
113
37
@@ -129,17 +53,23 @@ At each 100ms cycle, the system executes sequentially:
129
53
130
54
### Week 5 - 11 May
131
55
56
+
Decided upon hardware components and designed a block scheme with the hardware architecture I will built.
57
+
132
58
### Week 12 - 18 May
133
59
60
+
Asembled hardware components, tested each component (to verify its functionality) through simple tasks and finalized hardware implementation.
61
+
134
62
### Week 19 - 25 May
135
63
136
64
## Hardware
137
65
138
66
The robot is built on a 2WD chassis with two DC motors with Hall encoders for precise odometry. Three HC-SR04 ultrasonic sensors (front, left, right) mounted on an SG90 scanning servo provide obstacle detection. An MPU-6050 IMU handles heading correction, while two IR sensors detect floor edges. An ST7735 128x160 color LCD displays the live map, and an ESP8266 WiFi module streams data wirelessly to a PC. The system is powered by a 7.4V 2000mAh LiPo battery with an LM2596 voltage regulator.
139
67
68
+

69
+
140
70
### Schematics
141
71
142
-
Place your KiCAD or similar schematics here in SVG format.
0 commit comments