Top Banner
Competition Rules Updated Version by Feb. 23rd 2018 Cognitive Robotics Hans-Dieter Burkhard Vistula University 2018
22

Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Jul 27, 2018

Download

Documents

haliem
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Rules

Updated Version by Feb. 23rd 2018

Cognitive Robotics

Hans-Dieter Burkhard Vistula University 2018

Page 2: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition There will be a final championship with your programs at the end of the course on Fri. March 23rd A test championship will be on Wed. March 21th . More details are described below (and may be adapted later).

Competition Vistula 2018 2

Become the Champion of the Vistula RoboNewbie Competition 2018!

Page 3: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday, Feb 21st

Team members work on one of the following tasks: • Team leader: Coordination, strategy, test games, … • Other team members program one of the following players

a) Goal keeper b) Defender c) 1. Offender d) 2. Offender

Competition Vistula 2018 3

Page 4: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Reports Each team makes 2 team reports about their progress. Contents for both reports: 1) Overview (by team leader) 2) Work on Goal keeper 3) Work on Defender 4) Work on 1. Offender 5) Work on 2. Offender

Competition Vistula 2018 4

1.Report, intermediate results: before Tue March 20th, 6 p.m. 2. Final Report after the course: until Tue March 27th. Send both reports to [email protected]

Include your ideas, trials, achievements, critics, lessons learned ... All what is interesting for other people. Don’t forget credits for third party code.

Page 5: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Programs

Competition Vistula 2018 5

Each team needs 2 projects for playing as offenders resp. as defenders. Give your teams the following names: • <team_name>_offenders • <team_name>_defenders

Give your Netbeans-Projekt the same names.

Zip the projects and send by email to [email protected] For test competition: before 6p.m. on Tue, March 20 For final competition: before 6p.m. on Thu, March 22

Page 6: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

All Dates

Competition Vistula 2018 6

Wed Feb 21st at the course: Formation of teams (team name, members) Tue March 20th, before 6 p.m.: 1.Report, intermediate results Projects as zip-files for test competition Wed March 21st: Test competition Thu March 22nd, before 6 p.m.: Projects as zip-files for final competition Fri March 23rd: Final competition Tue March 27th.: Final Report

Send reports and zip-files of the projects by email to [email protected]

Page 7: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Mail by Deputy Head of Department, Edip Senyurek (30.Jan. 2018)

Competition Vistula 2018 7

Dear Valuable Students, I would like to mention that you will have a cognitive robotics with Prof. Burkhard. He is mentioning about some important issues about to manage class activities as follows: (Please follow the rules which are mentioned below.) - strict attendance at the course, - participation at the project and doing homework, - work in groups with about 5 members, - sending reports about their work in time, - no possibility for later work after the course is finished.

Page 8: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Programs Sample programs are provided by packages examples.agentSimpleSoccer examples.agentSoccerTeam which have already some basic skills for walk, turn, kick, … You can modify and extend them with • new/better skills (e.g. walk/kick sidewards or backwards), • better perception, • more intelligent behavior etc.

More details below.

Competition Vistula 2018 8

Page 9: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Rules Each team can have at most 2 players in the field. You can develop different strategies for playing as offending resp. defending team. Your players may act according to specific roles e.g. Attacker, Supporter, Defender, Goalkeeper, … That is up to your choice (and programming). The initial poses must regard special constraints (depending on attacking/defending team, see next slide) .

Competition Vistula 2018 9

Page 10: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Vistula 2018 10

Offending team (left team with kick-off): Both players outside of blue area (Distance to ball >=1m )

Initial poses

Defending team (right team) Player 1: outside of read area (BeamX< -3 & -1.5 < BeamY < 1.5 ) Player 2: outside of red and yellow areas (-1.5 < BeamY < 1.5 )

Page 11: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Vistula 2018 11

Each half starts with kickoff (“k” and “b”) • ball at the point in the middle, • players at initial positions.

After scoring, the match is continued with kickoff (“k” and “b”) from the same initial positions (left site team remains offending). If ball goes outside field , the game is started again, elapsed time is regarded. Special rules can apply for crowding and unfair blocking. If goalkeeper does not stand up after 15 sec.: Goal for opponents, start again, elapsed time is regarded..

Page 12: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Rules

Competition Vistula 2018 12

A match consists of 2 halfs (2 minutes each). Playing offenders/defenders is changed in 2nd half. The winner of a match is determined by goal difference. Winner gets 3 points. In case of draw, both teams get 1 point. The winner is the team with the most points.

In case of draw, the total goal difference counts. If still draw, the direct matches are regarded. If there is no result, a coin toss will be used.

Page 13: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Preparation

Competition Vistula 2018 13

Each group prepares 2 complete RoboNewbie projects for - Offending team final String team = "<name of your team>_Offenders"; - Defending team final String team = "<name of your team>_Defenders";

Give your projects the same names. Each project must be complete for playing (with all programs and keyframe files). Prepare 2 zip-files and send by email as requested. For each match: Start of the programs by one group member.

Page 14: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

The Dominators 1) Aditya Kumaraswami ( Team Leader) 2) Colin Christian ( Offender) 3) Daksh Rawal ( Offender) 4) Digvijay Patel (defender) 5) Hiren Devmurari (defender)

Competition Vistula 2018 14

Page 15: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Tech No Logic Team Leader: "Abhijit john" Goalkeeper: "Harun Yilmaz" Defender: "Christian" Offender 1: "Meryem Sel" Offender 2: "Chipepo Manase"

Competition Vistula 2018 15

Page 16: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

River Valerian Nikunjkumar Begda (Team Leader) Sanjeet Pidiyancheril Earnest (Offender) Muhammet Hamdi (Defender) Deep Gajjar (Goal Keeper) Kaushal Dhamelia (?) Nikita Zhdan - 2.Defender

Competition Vistula 2018 16

Page 17: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Roboccer 1)Anif Hayeenawhere - Team Leader 2)Bezaleel Baskaran Inbaraj - Goalkeeper 3)Mukhammadyusuf Qosimov - Defender 4)Tatenda Samunderu - 1.Offender 5)Tutsirai Gerald Dzimwasha - 2.offender

Competition Vistula 2018 17

Page 18: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Pixonic -Team Leader : Irem Nur Karsli -Goal Keeper: Aghyad Alaziz -Defender: Gaurav Singh -Offender 1: Bader Alhaffar -Offender 2: Eugenia Tumar.

Competition Vistula 2018 18

Page 19: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Vistula 2018 19

Page 20: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Competition Vistula 2018 20

Page 21: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Pix. TNL RV TD Rob. Points Goals Rank

Pixonic X

Tech No Logic X

River Valerian X

The Dominators X

Roboccer X

Test Competition on March 21st

21 Competition Vistula 2018

Page 22: Cognitive Robotics - informatik.hu-berlin.denaoth/RoboNewbie/Courses/R... · Student Teams Competition between 5 student teams. • 5 members per team. • Teams constituted on Wednesday,

Final Competition on March 23rd

22 Competition Vistula 2018

Pix. TNL RV TD Rob. Points Goals Rank

Pixonic X

Tech No Logic X

River Valerian X

The Dominators X

Roboccer X