Skip to content

Study-Group-BK/ThesisBK-Robot-Soccer-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Soccer System

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.

Robot soccer system

  1. Camera: for computer vision, it is the eye of the system
  2. Off-field computer: the main controller of the system which processes the images and sends command to control the robots' motion.
  3. Soccer robots: the players of the game
  4. Ball: the ball is a standard golf ball

The soccer robot:

Soccer Robots

The control loop diagram:

Control loop