From ed230106f0e8262441b6ba94064835e4685438d9 Mon Sep 17 00:00:00 2001 From: Adham Beshr <adham.beshr@stud.th-deg.de> Date: Tue, 4 Mar 2025 14:56:00 +0100 Subject: [PATCH] Edit README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf9c2e1..3ee9df9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🚗 **Autonomous Line-Following Car Project** + + ## 🚀 **Project Overview** This project involves building an autonomous vehicle that can follow a track using a line scan camera and a BLDC motor. The vehicle uses real-time image data to detect the track’s boundaries and calculates the deviation from the center of the track. Based on this information, the car adjusts its steering to stay on the track. -- GitLab