Overview
This challenge aims to program a robot capable of following a defined path using light sensors while performing an additional task of collecting balls along the way.
Objective
Drive the robot to successfully complete the designated path and collect as many balls as possible within the time limit, without going off track.
Challenge Mechanics
- The robot starts from the starting point
- It follows the line using sensors
- It collects balls placed along the path
- Points are awarded based on the number of balls collected and movement accuracy
Skills Developed
- Sensor programming
- Motion control
- Multitasking
- Precision and focus