Update Trip Planning authored by Adham Beshr's avatar Adham Beshr
...@@ -24,6 +24,8 @@ The car moves on the track by detecting its position. If the car is centered, it ...@@ -24,6 +24,8 @@ The car moves on the track by detecting its position. If the car is centered, it
However, the system faced challenges when trying to implement the “move forward” behavior precisely. However, the system faced challenges when trying to implement the “move forward” behavior precisely.
![main func](https://mygit.th-deg.de/ab11885/autonomous-line-following-car-with-camera-based-navigation/-/raw/main/Images/carbon__1_.png)
### 3. **🔧 Trial and Error for Calibration** ### 3. **🔧 Trial and Error for Calibration**
During testing, we found that due to **inaccurate ADC values** (Analog-to-Digital Converter values from the sensors), the deviation while the car was centered on the track was often around **24** instead of zero. This led to interference between the **turn left** and **move forward** functions. Essentially, because the deviation value was positive (but not close enough to zero), the vehicle was incorrectly triggered to turn left even when it should have been moving forward. During testing, we found that due to **inaccurate ADC values** (Analog-to-Digital Converter values from the sensors), the deviation while the car was centered on the track was often around **24** instead of zero. This led to interference between the **turn left** and **move forward** functions. Essentially, because the deviation value was positive (but not close enough to zero), the vehicle was incorrectly triggered to turn left even when it should have been moving forward.
... ...
......