Robot soccer system is a project of the Study Group, it is conducted into two parts:
- Design and Implementation of Vision and Communication in a Robot Soccer System
- Design and Implementation of Compact Soccer Robots
A soccer robot is a specialized autonomous robot and mobile robot that is used to play variants of soccer. Robot soccer games are the competitions where two teams of robots play soccer autonomously without direct control from human.
The idea of robot soccer games started in 1997 by Alan Mackworth, which has evolved into international robotics competitions. The main organised competitions are RoboCup or FIRA tournaments played each year.
In this project, we create a prototype of a small robot soccer system with 2 robots, as shown in the figure below.
- Camera: for computer vision, it is the eye of the system
- Off-field computer: the main controller of the system which processes the images and sends command to control the robots' motion.
- Soccer robots: the players of the game
- Ball: the ball is a standard golf ball
The soccer robot:
The control loop diagram: