Software MSD16: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:


== 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. Therefore, a mapping of the game-state, i.e. the location of the ball, the location of opponent players etc. can be computed.


The image processing algorithms running on the TechUnited Turtles detect the ball in (or out) the field and the location of obstacles if these objects lie within its field of view. The Turtle is also able to determine its location in the field, using the omni-vision camera.


== Integration ==
== Integration ==

Revision as of 17:13, 13 March 2017

Internal Navigation


  1. Main
  2. Project
  3. System Architecture
  4. Implementation
  5. Conclusions & Recommendations
  6. Manuals


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. Therefore, a mapping of the game-state, i.e. the location of the ball, the location of opponent players etc. can be computed.

The image processing algorithms running on the TechUnited Turtles detect the ball in (or out) the field and the location of obstacles if these objects lie within its field of view. The Turtle is also able to determine its location in the field, using the omni-vision camera.

Integration