Micromouse tournaments have been happening since the late 1970s, a deceptively simple form of robotics competition where entrants design small robots that must autonomously navigate a maze from start to finish as quickly as possible. A new video from documentary creators Veritasium highlights what it calls “The Fastest Maze-Solving Competition on Earth” and the deep struggle to optimize both physical engineering and robotics.
For my part I found it so interesting because I assumed that this style of robotics competition had gone out of fashion decades ago. As with many competitive events, however, it turns out that new innovations bred ever-more-clever solutions to the mazes and the mouse’s programming. One particularly dramatic moment comes when a team introduces diagonal movement, while another when someone starts solving for fastest traversal time rather than physically shortest path.
“It turns out solving the maze is not the problem, right? It never was the problem, right?” says MIT Research Engineer David Otten in the video. “It’s actually about navigation, and it’s about going fast.”
A lot of the algorithms and programming you hear about in here are…