Playing Robotic Soccer Based on an Explicit World Model

Total Page:16

File Type:pdf, Size:1020Kb

Playing Robotic Soccer Based on an Explicit World Model AI Magazine Volume 21 Number 1 (2000) (© AAAI) Articles The CS Freiburg Team Playing Robotic Soccer Based on an Explicit World Model Jens-Steffen Gutmann, Wolfgang Hatzack, Immanuel Herrmann, Bernhard Nebel, Frank Rittinger, Augustinus Topor, and Thilo Weigel I Robotic soccer is an ideal task to demonstrate new reacting on mostly uninterpreted sensor input techniques and explore new problems. Moreover, as in pure behavior-based (Werger et al. 1998) problems and solutions can easily be communicat- or reinforcement learning approaches (Suzuki ed because soccer is a well-known game. Our et al. 1998), soccer seems to be a game that has intention in building a robotic soccer team and a structure that requires more than just react- participating in RoboCup-98 was, first, to demon- ing on uninterpreted sensor input. Our claim strate the usefulness of the self-localization meth- ods we have developed. Second, we wanted to is justified by the fact that the two winning show that playing soccer based on an explicit teams in the simulation and the small-size world model is much more effective than other league in RoboCup-97 used this approach methods. Third, we intended to explore the prob- (Burkhard, Hannebauer, and Wendler 1998; lem of building and maintaining a global team Veloso et al. 1998). Further evidence for our world model. As has been demonstrated by the claim is the performance of our team at performance of our team, we were successful with RoboCup-98, which won the competition in the first two points. Moreover, robotic soccer gave the middle-size league. us the opportunity to study problems in distrib- Third, we intended to address the problem uted, cooperative sensing. of multirobot sensor integration to build a global world model and exploit it for coopera- obotic soccer is an interesting research tive sensing and acting. In the end, we identi- domain because problems in robotics, AI, fied more problems in this area than we solved. multiagent systems, and real-time rea- However, we believe that it is an interesting R topic for future research. soning have to be solved to create a successful team of robotic soccer players (Kitano et al. Although perception and sensor interpreta- 1997). Furthermore, it is an ideal task to tion were definitely the focus of our research, demonstrate the feasibility of new ideas and it was also necessary to develop basic soccer techniques and explore new problems. skills and forms of multiagent cooperation to We started to design a robotic soccer team show the advantage of our approach. Al- with the intention of participating in though this part certainly needs improvement, RoboCup-98 for three reasons: First, we intend- it was still effective enough to be competitive. ed to demonstrate the advantage of our percep- Furthermore, based on an accurate world mod- tion methods based on laser range finders el, our robots were much more reliable than (Gutmann et al. 1998; Gutmann and Nebel other teams. 1997; Gutmann and Schlegel 1996), which The rest of the article is structured as fol- make explicit world modeling and accurate lows: In the next section, we give a brief sketch and robust self-localization possible. of the robot hardware. We then describe the Second, we believe that soccer is a game, general architecture of our soccer players and where it is advantageous to base deliberation the soccer team. The next section focuses on and action selection on an explicit world mod- our self-localization approach, and then we el, and we intended to demonstrate that such describe our player- and ball-recognition an approach is superior to other approaches. methods that are needed to create the local Although it is possible to play robotic soccer by world model. The integration of these world Copyright © 2000, American Association for Artificial Intelligence. All rights reserved. 0738-4602-2000 / $2.00 SPRING 2000 37 Articles a Toshiba notebook LIBRETTO 70CT running LINUX. The robot is controlled using SAPHIRA (Konolige et al. 1997), which comes with the PIONEER robots. Finally, to enable communica- tion between the robots and an off-field com- puter, we use the WAVELAN radio ethernet. In addition to these components, we added PLS200 laser range finders manufactured by SICK AG to all our robots. These range finders can give depth information for a field of view with an angular resolution of 0.5 degrees, and an accuracy of 5 centimeters to a distance of 30 meters. Handling the ball with the body of the PIO- NEER 1 robot is not an effective way of moving the ball around the field or pushing it into the opponent’s goal. For this reason, we developed a kicking device using parts from the MÄRKLIN METALLBAUKASTEN. Furthermore, to steer the ball, we used flexible flippers that have a length of approximately 35 percent of the diameter of the ball. Although these flippers led to some discussions before the tournament, it was final- ly decided that the use of such flippers does not violate the RoboCup rules. In fact, we believe that taking the idea of embodiment seriously, such a ball-steering mechanism is necessary to play soccer effectively and authentically. In fact, without the flippers, it is almost impossi- ble to retrieve the ball from the wall, which means that the referee must relocate the ball, Figure 1. Three of Our Five Robots: Two Field Players and the Goal Keeper. which is annoying for everyone—in particular, for spectators. Furthermore, without the ball- steering mechanism, the ball is easily lost when models into a global model and the problems running with the ball. we encountered are described in the next sec- tion. We then sketch the behavior-based con- trol of the soccer agents and show how a basic General Architecture form of multiagent cooperation is achieved. Our robots are basically autonomous robotic Finally, in the last section, we describe our soccer players. They have all sensors, effectors, experience participating in RoboCup-98 and and computers on board. Each soccer agent has present our conclusions. a perception module that builds a local world model (figure 2). Based on the observed state of Robot Hardware the world and intentions of other players com- municated by the radio link, the behavior-based Because our group is not specialized in devel- control module decides what behavior is activat- oping robot platforms, we used an off-the-shelf ed. If the behavior involves moving to a partic- robot—the PIONEER 1 robot developed by Kurt ular target point on the field, the path-planning Konolige and manufactured by ActivMedia. In module is invoked, which computes a colli- its basic version, however, the PIONEER 1 robot is sion-free path to the target point. hardly able to play soccer because of its limited To initialize the soccer agents, start and stop sensory and effectory skills. For this reason, we the robots, and monitor the state of all agents, had to add a number of hardware components we use a radio ethernet connection between (figure 1). the on-board computers and an off-field com- On each robot, we mounted a video camera puter (figure 3). connected to the Cognachrome vision system If the radio connection is unusable, we still manufactured by Newton Labs, which is used can operate the team by starting each agent to identify and track the ball. For local infor- manually. A large number of the other teams mation processing, each robot is equipped with in the middle-size league used a similar 38 AI MAGAZINE Articles Communication Behavior- Effectors Perception based Sensors control Path- planning Player Figure 2. Player Architecture. approach (Asada and Kitano 1999). Unlike other teams, we use the off-field com- puter and the radio connection for realizing global sensor integration, leading to a global Global Graphical world model. This world model is sent back to Sensor User all players, and they can use this information to extend their own local view of the world. Integration Interface Thus, the world model our players have is sim- ilar to the world model constructed by an over- head camera, as used in the small-size league by teams such as CMUNITED (Veloso et al. 1998). Commu- nication Self-Localization Off-field Computer We started the development of our soccer team with the hypothesis that it is an obvious advantage if the robotic soccer agents know Radio Ethernet their position and orientation on the field. Based on our experience with different self- localization methods using laser range finders (Gutmann et al. 1998), we decided to use such Goal Player 1 Player 2 Player 3 Player 4 a method as one of the key components in our Keeper soccer agents. A number of different self-localization meth- ods exist based on laser scans (Gutmann and Schlegel 1996; Weiß and von Puttkamer 1995; Figure 3. Team Architecture. Lu and Milios 1994; Cox 1990). However, these methods are only local; that is, they can only more costly from a computational point of be used to correct an already-existing position view. For these reasons, we designed a new self- estimation. Thus, once a robot loses its posi- tion, it will be completely lost. Furthermore, all localization method that trades off generality the methods are computationally demanding, for speed and the possibility of global self-local- needing 100 milliseconds to a few seconds on ization. Our method first extracts line segments a modern computer. Global methods are even from laser range scans and matches them SPRING 2000 39 Articles Scan with extracted line segments Robot Position hypotheses RoboCup field model Figure 4. Scan Matches Lead to Position Hypotheses. against an a priori model of the soccer field.
Recommended publications
  • Robocup a Challenge Problem for Artificial Intelligence
    RoboCup A Challenge Problem for Artificial Intelligence Michail G. Lagoudakis Intelligent Systems Laboratory Department of Electronic and Computer Engineering Technical University of Crete Chania, Greece Democritus Summer School 2010 July 2010, Athens, Greece RoboCup: A Challenge Problem for Artificial Intelligence Sunday 17 July 2050 Spain vs Robots Soccer City Stadium Summer School 2010 Michail G. Lagoudakis Page 2 RoboCup: A Challenge Problem for Artificial Intelligence Humans vs. Robots 2010 Summer School 2010 Michail G. Lagoudakis Page 3 RoboCup: A Challenge Problem for Artificial Intelligence Where do we stand today? RoboCup 2010 Humanoid KidSize League Final (Dribblers vs. Fumanoids) Summer School 2010 Michail G. Lagoudakis Page 4 RoboCup: A Challenge Problem for Artificial Intelligence Where do we stand today? RoboCup 2010 Humanoid TeenSize League Final (Nimbro vs. CIT Brains) Summer School 2010 Michail G. Lagoudakis Page 5 RoboCup: A Challenge Problem for Artificial Intelligence Talk Outline RoboCup The Aldebaran Nao Robot Standard Platform League Team Kouretes Kouretes Research Summer School 2010 Michail G. Lagoudakis Page 6 RoboCup Robot Champions! RoboCup: A Challenge Problem for Artificial Intelligence RoboCup RoboCup – international robotic soccer world cup – 1994: idea conceived by Hiroaki Kitano – today: RoboCup federation [ www.robocup.org ] Vision – “By the year 2050, to develop a team of fully autonomous humanoid robots that can win against the human world soccer champions ” – ambitious endeavor similar to sending a man to the moon – "One small step for a ROBOT, one giant leap for mankind." TM Extensions – RoboRescue: search and rescue missions – RoboCup Junior, RoboCup@home, RoboDance Summer School 2010 Michail G. Lagoudakis Page 8 RoboCup: A Challenge Problem for Artificial Intelligence RoboCup Divisions Summer School 2010 Michail G.
    [Show full text]
  • Case Study North Rhine-Westphalia
    Contract No. 2008.CE.16.0.AT.020 concerning the ex post evaluation of cohesion policy programmes 2000‐2006 co‐financed by the European Regional Development Fund (Objectives 1 and 2) Work Package 4 “Structural Change and Globalisation” CASE STUDY NORTH RHINE‐WESTPHALIA (DE) Prepared by Christian Hartmann (Joanneum Research) for: European Commission Directorate General Regional Policy Policy Development Evaluation Unit CSIL, Centre for Industrial Studies, Milan, Italy Joanneum Research, Graz, Austria Technopolis Group, Brussels, Belgium In association with Nordregio, the Nordic Centre for Spatial Development, Stockholm, Sweden KITE, Centre for Knowledge, Innovation, Technology and Enterprise, Newcastle, UK Case Study – North Rhine‐Westphalia (DE) Acronyms BERD Business Expenditure on R&D DPMA German Patent and Trade Mark Office ERDF European Regional Development Fund ESF European Social Fund EU European Union GERD Gross Domestic Expenditure on R&D GDP Gross Domestic Product GRP Gross Regional Product GVA Gross Value Added ICT Information and Communication Technology IWR Institute of the Renewable Energy Industry LDS State Office for Statistics and Data Processing NGO Non‐governmental Organisation NPO Non‐profit Organisation NRW North Rhine‐Westphalia NUTS Nomenclature of Territorial Units for Statistics PPS Purchasing Power Standard REN Rational Energy Use and Exploitation of Renewable Resources R&D Research and Development RTDI Research, Technological Development and Innovation SME Small and Medium Enterprise SPD Single Programming Document
    [Show full text]
  • Development of an Open Humanoid Robot Platform for Research and Autonomous Soccer Playing
    Development of an Open Humanoid Robot Platform for Research and Autonomous Soccer Playing Karl J. Muecke and Dennis W. Hong RoMeLa: Robotics and Mechanisms Lab Virginia Tech Blacksburg, VA 24061 [email protected], [email protected] Abstract This paper describes the development of a fully autonomous humanoid robot for locomotion research and as the first US entry in to RoboCup. DARwIn (Dynamic Anthropomorphic Robot with Intelligence) is a humanoid robot capable of bipedal walking and performing human like motions. As the years have progressed, DARwIn has evolved from a concept to a sophisticated robot platform. DARwIn 0 was a feasibility study that investigated the possibility of making a humanoid robot walk. Its successor, DARwIn I, was a design study that investigated how to create a humanoid robot with human proportions, range of motion, and kinematic structure. DARwIn IIa built on the name ªhumanoidº by adding autonomy. DARwIn IIb improved on its predecessor by adding more powerful actuators and modular computing components. Finally, DARwIn III is designed to take the best of all the designs and incorporate the robot's most advanced motion control yet. Introduction Dynamic Anthropomorphic Robot with Intelligence (DARwIn), a humanoid robot, is a sophisticated hardware platform used for studying bipedal gaits that has evolved over time. Five versions of DARwIn have been developed, each an improvement on its predecessor. The first version, DARwIn 0 (Figure 1a), was used as a design study to determine the feasibility of creating a humanoid robot abd for actuator evaluation. The second version, DARwIn I (Figure 1b), used improved gaits and software.
    [Show full text]
  • You Are Well Qualified and Want to Work in Germany? Plasterer
    ZAV IPS RPS Dasbachstr. 9 54292 Trier, Germany Tel./E-Mail: +49 651 205 1802 [email protected] You are well qualified and want to work in Germany? The International Placement Services ZAV is a member of the network of European Employment Services EURES – our service is free for you! We are looking for Plasterer m/w for a company in Rhineland-Palatinate Rhineland-Palatinate is a region of great historical and cultural significance with numerous castles and romantic vineyards in the Middle Rhine and Moselle. Attractive cities such as Mainz, Koblenz and Trier contribute to the profile of this region. RPS is a great region for working and living! www.fachkraefte.rlp.de Qualification requirements: We expect You are a Plasterer with professional training Ideally, you have experience in this job You are able to work autonomously German basic should be available Driving-licence B is an advantage Your tasks: Our sites are located in the area around Trier and Bitburg. The construction sites are driven from central points in Trier, Bitburg and from the headquarters in Bernkastel-Andel with company cars. All professional work, for example for building insulation and for plastering as well as for underground treatment. We offer 40 hours per week; Wages depending on qualification/experience (from 10,10 € / h non qualified, from 13,10 € / h gross for qualified workers) Place of work: Region around the city of Trier, Rhineland-Palatinate, Germany, Your are interested? Please send us your CV or EUROPASS CV (http://europass.europa.eu) via e-mail, using the code RPS-036-BAU: [email protected] www.zav.de/arbeiten-in-deutschland | www.make-it-in-germany.com .
    [Show full text]
  • 2018 RCJ Soccer Rules
    RoboCupJunior Soccer - Rules 2018 RoboCupJunior Soccer Technical Committee RoboCupJunior General Chairs Marek Šuppa (Slovakia) CHAIR Irene Kipnis (Israel) CHAIR Felipe Nascimento (The Netherlands) Roberto Bonilla (Mexico) James Riley (Australia) Nerea de la Riva (Sweden) Javier Delgado (México) Michael Sloan Warren (USA) Trustees representing RoboCupJunior Sarit Salzman (Israel) Amy Eguchi (USA)* Fernando Ribeiro (Portugal) Gerard Elias (Australia) * RoboCup Federation Vice President representing RCJ Gerald Steinbauer (Austria) These are the official Soccer rules for RoboCupJunior 2018. They are released by the RoboCupJunior Soccer Technical Committee. The English version of these rules has priority over any translations. Items in red represent significant rules changes introduced this year. Teams are advised to check the RoboCupJunior Soccer site http://junior.robocup.org/soccer/ for OC (Organizational Committee) procedures and requirements for the international competition. Each team is responsible for verifying the latest version of the rules prior to competition. Preface In the RoboCupJunior soccer challenge, teams of young engineers design, build, and program two fully autonomous mobile robots to compete against another team in matches. The robots must detect a ball and score into a color-coded goal on a special field that resembles a human soccer field. Figure 1: Two teams of two robots with an orange ball on a RoboCupJunior Soccer field. Final Rules as of April 23rd, 2018 Page 1 of 40 To be successful, participants must demonstrate skill in programming, robotics, electronics and mechatronics. Teams are also expected to contribute to the advancement of the community as a whole by sharing their discoveries with other participants and by engaging in good sportsman- ship,regardless of culture, age or result in the competition.
    [Show full text]
  • The French Robocup Team
    RoboCup-99 Team Descriptions 0 NIL League, Team French-Team, pages 0–0 http://www.ep.liu.se/ea/cis/1999/NIL/2/ The French Robocup Team French-Team Kamel BOUCHEFRA, Vincent HUGEL, Patrick BONNIN, Pierre BLAZEVIC, Dominique DUHAUT DD: Paris 6 University PB: Versailles Saint Quentin En Yvelines University VH: Laboratoire de Paris KB, PB: Paris 13 University Abstract. This paper presents the software components designed by the LRP team and which are intended to make the Sony Pet Robots behave as powerful organized soccer players. These components comprise a locomo- tion module, a vision module and a strategy module. The article explains the personal background of the authors, this includes the experience from earlier projects. The key words of this work are the following : Pet Robots, auton- omy, perception, concurrency, strategy. The French RoboCup Team is composed of Dominique DUHAUT, Pierre BLAZEVIC, Patrick BONNIN, Vincent HUGEL and Kamel BOUCHEFRA. Pierre BLAZEVIC and Vincent HUGEL are both in charge of the robotics part of the project. They are the roboticians of our team. Pierre and Vincent have been involved in many competitions and exhibitions, among which the last RoboCup held in july 1998 in Paris. Pierre BLAZEVIC is an Associate Professor at Versailles Saint Quentin En Yvelines University. Vincent HUGEL is a PhD student at LRP (Laboratoire de Paris). Patrick BONNIN is in charge of the vision system. He has been involved in the last RoboCup held in july 1998 in Paris. Patrick BONNIN is an Associate Professor at Paris 13 university. Kamel BOUCHEFRA is a new member in the team, he is in charge of the strategy level within the subject.
    [Show full text]
  • Saar Coal Field, Saarland
    Case Study: Germany – Saar Coal Field, Saarland Saarland is a state of Germany lo- Figure 1.1 cated in the west of the country. It Currently operating mine gas plants in the Saar Region covers an area of 2,570 km² and has a population of 990,000. It is the smallest German state in both area and population. Saarbrücken is the state capital and the largest city. To the west and south Saar- land borders France (apart from a few kilometres of the Moselle River bordering Luxembourg) and to the north and east the German state of Rhineland-Palatinate. More than 500 years of hard coal mining influenced topographic, Source: Schemmer economic, and social levels in the Saar Region. For many years it was an important mining district for high volatile bituminous coals. The Saar Nahe Basin (SNB) is an intramontane late orogenic sedimentary basin in the internal zone of the Variscan mountain belt originated in the Carbon era (Westphalian A to the Stephanian D). The coal deposit consists of approxi- mately 500 coal seams with a cumulative thickness of more than 150 m and a coal content of about 120 billion m³ (Juch, 1994). Since 1429 until 2012, the Saar coalfields have been mined. Production peaked in 1957 with 16 Mio. t and decreased to 5.7 Mio. t in 2010. In 2012, the last year of production, 0.4 Mio. t of hard coal were excavated (statista.de). In the 1970s for safety reasons, the coal mining company Saarberg AG started to drain the hazardous methane from the underground working sites and built up a mine gas network, which reached a total length of 110 km.
    [Show full text]
  • Robocupjunior Rescue Line - Rules 2021 (Draft 01)
    RoboCupJunior Rescue Line - Rules 2021 (Draft 01) RoboCupJunior Rescue Technical Committee 2020 Chair Kai Junge UK Naomi Chikuma Japan Tom Linnemann Germany Ryo Unemoto Japan Elizabeth Mabrey USA Tatiana Pazelli Brazil Alexis Cosette Arizaga Mexico RoboCupJunior General Chairs 2020 Trustees representing RoboCupJunior Chair Nerea de la Riva Iriepa Sweden Amy Eguchi USA Julia Maurer USA Fernando Ribeiro Portugal Shoko Niwa Japan Gerard Elias Australia Gerald Steinbauer Austria Official Resources RoboCupJunior Official Site RoboCupJunior Official Forum https://junior.robocup.org/ https://junior.forum.robocup.org/ Corrections and clarifications to the rules may be posted on the Forum in advance of updating this rule file. It is the responsibility of the teams to review the forum to have a complete vision of these rules. Last updated: 2020-07-14 Page 1 of 21 Before you read the rules Please read through the RoboCupJunior General Rules before proceeding on with these rules, as they are the premise for all rules. The English rules published by the RoboCupJunior Rescue Technical Committee are the only official rules for RoboCupJunior Rescue Line 2021. The translated versions that can be published by each regional committee are only reference information for non-English speakers to better understand the rules. It is the responsibility of the teams to have read and understood the official rules. Scenario The land is simply too dangerous for humans to reach the victims. Your team has been given a difficult task. The robot must be able to carry out a rescue mission in a fully autonomous mode with no human assistance. The robot must be durable and intelligent enough to navigate through treacherous terrain with hills, uneven land and rubble without getting stuck.
    [Show full text]
  • Specific Audit Report on the Controls in Germany of Pesticide Residues In
    EUROPEAN COMMISSION HEALTH & CONSUMERS DIRECTORATE-GENERAL Directorate F - Food and Veterinary Office DG(SANCO)/2008-7852 - Final GENERAL AUDIT REPORT OF A SPECIFIC AUDIT CARRIED OUT IN GERMANY FROM 27/10/2008 TO 03/11/2008 IN ORDER TO EVALUATE THE CONTROLS OF PESTICIDE RESIDUES IN FOOD OF PLANT ORIGIN PART B – SECTOR SPECIFIC ISSUES Please note that factual errors in the draft report have been corrected. Clarifications provided by the Competent Authority are included in endnotes. TABLE OF CONTENTS 1. FINDINGS AND CONCLUSIONS ...................................................................................................5 1.1. LEGISLATION................................................................................................................................5 1.2. CONTROLS FOR PESTICIDE RESIDUES ............................................................................................5 1.2.1. National control programmes.................................................................................................5 1.2.2. Sampling .................................................................................................................................7 1.2.3. Reporting ................................................................................................................................8 1.2.4. Controls of pesticide residues in imported produce................................................................9 1.3. CONTROLS OF ILLEGAL PESTICIDES ............................................................................................10
    [Show full text]
  • Robocuppers! Attention! Your Technical Innovation Will Be Evaluated Prior to by Robocup Junior Rescue Organizing Committee the Start of the Field Competition
    ROBOCUP JUNIOR RESCUE Robocup Junior Rescue July 11, 2014 WELCOME! NEWSLETTER #1 OPEN TECHNICAL EVALUATION Welcome RoboCuppers! Attention! Your technical innovation will be evaluated prior to by RoboCup Junior Rescue Organizing Committee the start of the field competition. We will focus on it the first days starting on the setup day (July 20th) at Once again, it is an honor for us to share, released by the RCJ Rescue Technical the evening on the working area. with the best teams around the world, the Committee and have priority over any experience of the RoboCupJunior world cup translation. Do not forget to bring your robot, poster, and the engineering journal printed out. Be prepared to championship. This time we will meet in the If you have any question please contact them explain about your work! beautiful city of João Pessoa, Brazil. How through the International RCJ Community quickly the time passes since we had the Forum at http://www.rcjcommunity.org/ opportunity to see each other in our 2013 edition at Eindhoven, the Netherlands and Inspection for others this will be a great first experience. As stated in the RoboCupJunior Rescue 2014 The Organizing Committee have worked rules under the 2.4 Inspection section, all the hard in the contest to be a great source of teams have to comply with: knowledge and experience for each one of “2.4.5 All teams will need to email a you. Here you will have the opportunity to technical document containing the major list test the hard work carried out in recent of hardware and software components […]” RCJ 2014 Members months.
    [Show full text]
  • Welcome to Germany! Table of Contents What Rules Apply To
    Welcome to Germany! Owing to the COVID-19 pandemic, special regulations apply to entry into Germany. If you have spent time in one of the risk areas listed below within the 10 days prior to entering the Federal Republic of Germany, you must follow specific regulations. Questions concerning the coronavirus: https://www.zusammengegencorona.de/informi- eren/basiswissen-zum-coronavirus/ Did you receive a coronavirus SMS? Since 1 March 2021, in line with section 36 (10) sentence 1 no. 3 of the Protection Against Infection Act in connection with the Ordinance on Coronavirus Entry Regulations, German mobile network op- erators have been sending text messages containing current coronavirus information from the Federal Government to travellers entering Germany. Further information is available here: https://www.bun- desgesundheitsministerium.de/coronavirus-infos-reisende/einreise-sms/datenschutzhinweise.html Table of contents Which rules apply to me? Where can I get additional information? What should I be aware of when travelling and during my stay in Germany? What rules apply to me? The following overview will inform you of the obligations with respect to SARS-CoV-2 corona- virus when entering the Federal Republic of Germany. Please note: Exemptions may apply with regard to the obligations to register, provide a test result or quarantine. In what area did I spend time in the 10 days prior to entering Germany? Countries currently listed as risk areas: www.rki.de/risikogebiete Risk area High-incidence area Area of variants of con- Not a risk area cern Current issues: . Ban on carriage until 3 March 2021 . Some entry re- strictions until 3 March 2021 Very few exceptions! Before entry: Before entry: Before entry: Before entry: Registration Registration Registration .
    [Show full text]
  • Rescue Simulation (Former Cospace) 2021 Rules – Final
    RoboCupJunior Simulation (former CoSpace) – Rules 2021 RoboCupJunior Rescue Technical Committee 2020 RoboCupJunior General Chairs Kai Junge (UK) CHAIR Nerea de la Riva (Sweden) CHAIR Naomi Chikuma (Japan) Julia Maurer (USA) Tom Linnemann (Germany) Shoko Niwa (Japan) Ryo Unemoto (Japan) Elizabeth Mabrey (USA) Trustees representing RoboCupJunior Tatiana Pazelli (Brazil) Amy Eguchi (USA) Alexis Cosette Arizaga (Mexico) Fernando Ribeiro (Portugal) Gerard Elias (Australia) Gerald Steinbauer (Austria) Please read through the RoboCupJunior General Rules before proceeding on with this rule, as it is the premise for all rules. These are the official rules for RoboCupJunior Rescue Simulation 2021. They are released by the RoboCupJunior Rescue Technical Committee (TC). The English rules have priority over any translations. Additions from the 2020 rules are highlighted by a "NEW" indicator in front of the section/subsection/subsubsection, dependent on the change. Grammatical corrections, rearrangements of rules, and minor clarifications will not be indicated. It is the responsibility of the teams to have read and understood the official rules. Summary of notable changes to the rules ● Removal of the Preliminary level. All of the individual competition will be performed identically to the former Advanced level. ● Removal of the use of real robots. ● Teams are not allowed to change their AI/program after submission for each round. Final Rules as of Sept 27th, 2020 Page 1 of 31 Preface In Rescue Simulation, teams have to develop and program appropriate strategies for virtual and autonomous robots to navigate through the virtual world to collect objects while competing with another team’s robot that is searching and collecting objects in the same virtual world.
    [Show full text]