Robot Cell centroid target High-importance zone
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

Distributed Coverage Control: Voronoi Swarm

A fleet of ground robots must spread itself across an arena so that every point is close to some robot — weighted by how much each point matters. Each robot computes its own Voronoi cell against its neighbors and steers toward that cell's weighted centroid, a fully distributed control law that needs no central planner and no robot knowing the full swarm's state. Switch to the naive baseline to see plain neighbor-repulsion spread the same robots evenly in space while ignoring the importance field entirely, then compare the live coverage-cost metric between the two strategies.