Skip to main content

RoboCup Small Size League — the Fastest Robot Game

Watch one Small Size League (SSL) match and you will not forget it: small cylindrical robots move at startling speed, exchange accurate passes and take shots the eye struggles to follow. It is the fastest robot football there is.

A different architecture

Unlike other leagues, SSL uses a shared overhead camera that sees the whole field and reports every robot and ball position to the teams. Each team runs an off-field computer that decides and sends wireless commands. The robots are the body; the brain sits outside the pitch.

Why this design? To separate "seeing" from "deciding". When everyone has identical information, the contest concentrates on strategy — which is why SSL is RoboCup's most respected laboratory for multi-agent planning.

What makes it hard

  • Speed and latency: at several metres per second, even a few hundred milliseconds of control-loop delay means a collision or a lost ball.
  • Prediction: decisions must be based on where things will be, not where they are.
  • Multi-robot path planning without collisions.
  • Kicking and dribbling in a very small chassis — a serious engineering challenge.
  • Genuine football tactics: wall passes, give-and-go, defensive cover — many teams implement human football patterns.

What it teaches

SSL is the clearest practical example of a centrally coordinated multi-agent system — the same shape as drone fleet management, robotic warehouses and autonomous traffic. Its key skill is not hardware programming but real-time algorithms and optimisation.

Entering from Iran

Building SSL robots is costly, but the strategy layer can be practised with open-source simulators, where Iranian teams have a good record. For an algorithm-minded student, Soccer Simulation builds the same skill for free.

Frequently asked questions

Why is an overhead camera allowed?

Because the league exists to compare strategy and multi-agent planning, not perception. Identical information for everyone focuses the contest on decisions.

How fast are SSL robots?

Noticeably faster than other leagues; several metres per second is normal at the top level.

Can you work on the software only?

Yes — open-source SSL simulators let teams develop and test strategy without building robots.

Want to work on multi-agent strategy?

Novin Zehn competition teams train from zero to the world stage — in Tehran and live online.

Register / free consultation AI & machine learning course

Related articles