Software MSD16: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:




== Supervisor Implementation ==
= Supervisor Implementation =




== Skill Matcher ==
= Skill Matcher =




== Image Processing ==
= Image Processing =




== Kalman Filtering ==
= Kalman Filtering =




== Particle Filtering ==
= Particle Filtering =




== Communication Protocol Implementation ==
= Communication Protocol Implementation =


The Kinect and the omni-vision camera on the TechUnited Turle allow the robot to take images of the on-going game. With image processing algorithms useful information form the game can be extracted and a mapping of the game-state, i.e.  
The Kinect and the omni-vision camera on the TechUnited Turle allow the robot to take images of the on-going game. With image processing algorithms useful information form the game can be extracted and a mapping of the game-state, i.e.  
1.the location of the Turtle,
1.the location of the Turtle,
2.the location of the ball,
2.the location of the ball,
3.the location of opponent players
3.the location of opponent players


and other entities present on the field can be computed. At TechUnited, this mapping is stored (in the memory) and maintained (updated regularly) in a real-time data-base (RTDb) which is called the WorldMap. The details on this can be obtained from the [http://www.techunited.nl/wiki/index.php?title=Software software page] of TechUnited.
and other entities present on the field can be computed. This location is with respect to the global coordinate system fixed at the center of the pitch.  At TechUnited, this mapping is stored (in the memory) and maintained (updated regularly) in a real-time data-base (RTDb) which is called the WorldMap. The details on this can be obtained from the [http://www.techunited.nl/wiki/index.php?title=Software software page] of TechUnited. In a Robocup match, the participating robots, maintain this data-base locally. Therefore, the Turtle which is used for the referee system, 
 


In this project
In this project


== Integration ==
= Integration =

Latest revision as of 09:57, 5 April 2017


Supervisor Implementation

Skill Matcher

Image Processing

Kalman Filtering

Particle Filtering

Communication Protocol Implementation

The Kinect and the omni-vision camera on the TechUnited Turle allow the robot to take images of the on-going game. With image processing algorithms useful information form the game can be extracted and a mapping of the game-state, i.e.

1.the location of the Turtle,

2.the location of the ball,

3.the location of opponent players

and other entities present on the field can be computed. This location is with respect to the global coordinate system fixed at the center of the pitch. At TechUnited, this mapping is stored (in the memory) and maintained (updated regularly) in a real-time data-base (RTDb) which is called the WorldMap. The details on this can be obtained from the software page of TechUnited. In a Robocup match, the participating robots, maintain this data-base locally. Therefore, the Turtle which is used for the referee system,

In this project

Integration