Most basic line followers use a simple "if/else" structure (e.g., "If I see white, turn left"). This fails spectacularly on complex tracks (gaps, sharp curves, variable lighting). Our code uses a ...
This project implements a dual-mode autonomous robot capable of both line following and obstacle avoidance, with the mode selectable through a physical toggle switch. The robot uses IR sensors, an ...