Introduction
Imagine a drone that needs to move along a path marked on the ground without human control. The challenge is to make the drone see the path and follow it accurately using its camera.
Imagine walking on a narrow trail in a forest while looking down at your feet. If you see the trail veering to the left, you step left to stay on it. If it moves right, you step right. Your eyes guide your steps to keep you on the path.
┌───────────────┐
│ Drone │
│ ┌─────────┐ │
│ │ Camera │ │
│ └─────────┘ │
│ │ │
│ ↓ │
│ Image Data │
│ │ │
│ ↓ │
│ Image Processing │
│ │ │
│ ↓ │
│ Line Position │
│ │ │
│ ↓ │
│ Movement Control│
└───────────────┘
↓
Follows Line