Robot Obstacle pillar Fast flow — near Slow flow — far
Onboard camera — optical flow overlay
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

Optical-Flow Obstacle Avoidance

A camera-only robot flies forward through a field of pillars at varying distances from its path. It carries no lidar and no stereo rig — instead it tracks how fast each obstacle sweeps across its single onboard camera, the classic optical-flow cue: near things blur past quickly, far things barely move. Averaging that apparent speed across the left and right halves of the view is enough to tell which side is closer, and the autopilot steers away from it — the same trick a flying insect uses to dodge clutter without any depth sensor. Switch off flow steering to watch the robot fly a straight line into the first thing in its way.