1 Abstract and Motivation

Size: px
Start display at page:

Download "1 Abstract and Motivation"

Transcription

1 1 Abstract and Motivation Robust robotic perception, manipulation, and interaction in domestic scenarios continues to present a hard problem: domestic environments tend to be unstructured, are constantly changing, and have to remain optimised for humans, not robots. Reliably perceiving and manipulating a wide range of objects in a person s home therefore remains a key problem for future robotic applications. With the Tidy Up My Room Challenge, we aim to highlight the existing research challenges in robotic perception and manipulation. We want to motivate the robotics, computer vision, and machine learning communities to solve these research challenges in a holistic fashion, requiring a tight integration of perception, reasoning, and actuation. By providing a standardized set of tasks and rules, we also foster reproducibility of experiments, which is often lacking in robotics research. At the first annual Tidy up my room Challenge at ICRA 2018, participating teams will deploy their robotics technologies in a domestic living room setup and demonstrate capabilities in advanced perception and manipulation tasks. The Challenge also comprises a perception-only task to enable participants without a robot to demonstrate their capabilities in terms of scene understanding and advanced semantic and spatial reasoning. The Challenge will furthermore provide a forum for participants and the greater community to exchange ideas and discuss approaches as well as open research challenges. We particularly encourage teams from previous Amazon Robotics Challenges, RoboCup@Home and European Robotics League challenges to participate, as the core skills required in these challenges go hand in hand. Tidy Up My Room Challenge 2018 Rulebook (v1) - 1

2 2 Rules and Task Descriptions 2.1 Room Layout For the Tidy Up My Room Challenge, the robots will operate in a controlled environment that resembles a living room. The size of this room will be 5x5 metres with fixed furniture objects such as bookshelves, small tables and chairs placed in a predetermined configuration within. The room will be enclosed by walls of around 1 metre height. The robot is not to navigate outside of this space during the course of the competition. Each fixed furniture object will be at least 50 cm away from any and all other fixed objects to ensure adequate room for the robot, and mimic a real world scenario where humans, just as robots, need some space to navigate between objects. These fixed items may be include a number of chairs, bookshelves and tables along with larger furniture items that the robot may not move. There will be an area of at least 1x1 metre in the room, on the floor that will be clear of any obstacles, allowing the robotic platform to be safely deployed. This area will be located near the center of the room, to provide good visibility of the room. The robot may navigate outside of this safe area, however there may be objects in its way. Tidy Up My Room Challenge 2018 Rulebook (v1) - 2

3 Pictured below is an example of a furnished room with the 1x1 metre robot safety area in the center indicated by green color (for illustration only - area may or may not be highlighted in the real setup). 2.2 Objects and Open-Set Characteristics We will place a selection of everyday objects in the mock living room. Many of these objects are of classes that are part of the popular COCO dataset, the YCB dataset, or the ACRV Picking Benchmark. To make our Challenge adhere to the open-set characteristics commonly encountered in domestic applications, the exact appearance, shape, nature, or types of these objects are not made known to the participants beforehand. Participants best prepare for the Challenge by training their perception and manipulation systems to handle everyday items that can typically be found in a domestic environments. Among the broad categories that can be expected are diverse types of tableware, cutlery, toys, stationary, but also tools, and plants. There might be household objects that are not typically found in a living room (i.e. misplaced items that would belong in a different room). The participants will not be allowed to remove objects from the room during test runs. Training specific object detectors for particular objects during the test / training days of the Challenge is discouraged. The organisers will introduce novel objects that were not seen during the training days on the final day of the competition. Tidy Up My Room Challenge 2018 Rulebook (v1) - 3

4 2.3 Competition Task 1 - Scene Understanding The task for the participants is to explore the room, automatically build a rich model of the environment, and answer questions such as How many pieces of cutlery are in the room?, Where is the red bowl?, or Did you see any keys on the table?. The task begins with a dedicated exploration phase. The participants have 10 minutes to explore the room, and are not allowed to enter the room after this time has passed. The exploration can be done using a mobile or stationary robot, or by one team member who carries a sensor suite (including a laptop computer) through the room. If a robot is used, the robot can be teleoperated or do the exploration autonomously. There are no restrictions on the type and number of sensors used for this task. After the exploration phase, the judges will hand a set of questions to the participating team, that will need to be automatically answered using the data and information gathered during the exploration, without human intervention or help. The questions will be in machine readable form (e.g. in a.json file, using WordNet synsets to identify object classes) and do not require natural language processing. Further details will be announced soon. The questions can be broken down into several types, each with varying degree of difficulty: a) Simple inventory counting. For example: How many spoons are in the room? b) Hierarchical inventory counting. For example: How many pieces of cutlery are in the room? Here we expect teams to reason that spoons, knives, and forks are all pieces of cutlery, and therefore the correct answer is the sum of occurences for spoons, knives, and forks combined. We will use the WordNet hierarchy to determine the hypernyms used for this task. c) Inventory counting with simple attributes. For example: How many blue bowls are in the room? Possible attributes for this task are color d) Object detection with size attributes. For example: Show me the big plate. Here we expect teams to show an image where the big plate is the dominant object in the image. For questions like this, there will be multiple instance of the same class, but different sizes in the room. e) Object detection with location attributes. For example: Is there a wine glass on the shelf? We expect teams to positively answer this question by showing an image where the wine glass in the shelf is the dominant object, if the glass is there. For this task there can be multiple instance of the same class in the room, but in different locations. Example locations might be on the shelf, on the table, on the chair. The simplest spatial relations we will use are in or on / on top of. More complex relations can comprise directions (left of, right of, next to, under), or distance (close to, near). Points will be awarded for providing the correct answers. Further details will be announced soon. Tidy Up My Room Challenge 2018 Rulebook (v1) - 4

5 2.4 Competition Task 2 - Autonomous Scene Understanding The motivation of this task is to highlight the difficulties of autonomous navigation and scene understanding. This task is very similar to Task 1. The key differences are: - The exploration needs to be done autonomously on a robot without any human intervention. - The questions will be handed to the team at the beginning of the exploration phase. This way, the robot can use the questions to guide the exploration. 2.5 Competition Tasks 3 & 4 - Object Manipulation The task for the participants is to move objects that are out of place to their designated spots. Building on previous tasks the robot should be performing these operations automatically. No human intervention is allowed after starting the task. The participants have a specified time to detect out of place objects and move them to a dedicated space. There is no restrictions on the manipulators used for the task. For the first Tidy Up My Room Challenge we will provide a list of appropriate places for objects as a simple object : furniture relation model, as in Competition Task 1. Points are awarded for placing objects in their dedicated space - destroying an object incurs negative points. Extra points are awarded for placing objects in their canonical poses, e.g. a wine glass placed upright, like a human would do. Additionally time remaining after finishing the task will provide additional points. Further details on scoring will be announced soon. To appeal to a wider audience there are two tasks, either a stationary task or mobile version. 2.6 Competition Task 3 - Manipulation with a Stationary Robot This tasks aims at demonstrate simple robotic manipulation fused with reasoning about the objects currently on a table. The robot can be placed, by the competing team, in front of the specified fixed furniture item that needs to be tidied for best reach or perception of the scene. The task is to be performed automatically within a maximum of 15 minutes. Example Scenario: Tidy up the coffee table - Robot shall be placed in front of the table by the team - A variety of objects are then placed (according to predefined, but unknown to the participants schematic) and the team are given a task description file - The robot will need to clean up the coffee table by grabbing or pushing objects to their desired positions on the table, or off the table into a box it they do not belong onto the table - This will need to be performed autonomously Tidy Up My Room Challenge 2018 Rulebook (v1) - 5

6 This task may be performed in front of any of the stationary objects as mentioned above. 2.7 Competition Task 4 - Manipulation with a Mobile Robot For this task, a robot has to autonomously tidy up the room, i.e. it is required to move all objects from the top of the table and the floor into the shelfs. The robot is to be placed within the safety area by the competing team and has then 30 minutes of autonomous operation to tidy up the room. The robot should explore, map and navigate the space to find the objects that are out of place, e.g. a book on the floor. Each object should be placed in their desired space as provided by the task description. Correctly placed objects at the end of the run are awarded with points. Extra points are awarded for placing objects in their canonical position, e.g. a wine glass should be placed upright, like a human would do it. Further extra points are rewarded for tidying up systematically and grouping objects: The robot should move a glass from the table into a bin in the shelf that already contains other glasses, or move a plate onto an existing pile of plates. 2.8 Robot Specifications The teams can field a robot of their choosing. There are no limitations to sensors, compute, budget or volume. Participants can for example use a combination of stereo camera, depth camera, and laser scanner. There is no restrictions on the manipulators used for the task. Participants can for example use a single arm, vacuum suction or grippers on a mobile or stationary base. For the stationary setups power can be extended to the teams chosen fixed location. 3 Disclaimer The organisers of the challenge encourage teams to explore a large range of possibilities within the scope of the rules described herein, as long as they are within the spirit of the challenge. Final decisions on rules, scoring and rankings are at the sole discretion of the organisers. Tidy Up My Room Challenge 2018 Rulebook (v1) - 6

Benchmarking Intelligent Service Robots through Scientific Competitions: the approach. Luca Iocchi. Sapienza University of Rome, Italy

Benchmarking Intelligent Service Robots through Scientific Competitions: the approach. Luca Iocchi. Sapienza University of Rome, Italy Benchmarking Intelligent Service Robots through Scientific Competitions: the RoboCup@Home approach Luca Iocchi Sapienza University of Rome, Italy Motivation Benchmarking Domestic Service Robots Complex

More information

Vision Centric Challenge Mosaic

Vision Centric Challenge Mosaic Vision Centric Challenge 2016 - Mosaic Computer vision gives robots the ability to see. Using cameras as the main sensory modality of robotics has the following advantages: Low cost compared to expensive

More information

Partner Robot Challenge Real Space

Partner Robot Challenge Real Space Partner Robot Challenge Real Space Rules & Regulations Version: 2018 Rev-Unknown Last Build Date: December 30, 2017 Time: 820 Last Revision Date: Unknown About this rulebook This is the official rulebook

More information

Benchmarking Intelligent Service Robots through Scientific Competitions. Luca Iocchi. Sapienza University of Rome, Italy

Benchmarking Intelligent Service Robots through Scientific Competitions. Luca Iocchi. Sapienza University of Rome, Italy RoboCup@Home Benchmarking Intelligent Service Robots through Scientific Competitions Luca Iocchi Sapienza University of Rome, Italy Motivation Development of Domestic Service Robots Complex Integrated

More information

Graz University of Technology (Austria)

Graz University of Technology (Austria) Graz University of Technology (Austria) I am in charge of the Vision Based Measurement Group at Graz University of Technology. The research group is focused on two main areas: Object Category Recognition

More information

Specifications. Chapter Arenas Basic Arena Standard Arena

Specifications. Chapter Arenas Basic Arena Standard Arena Chapter 8 Specifications 8.1 Arenas The competition takes place in a square arena that simulates a kitchen. The arena is 2.5 m on each side, with a black floor and white walls that are 30 cm high. A Home

More information

JHU Robotics Challenge 2015

JHU Robotics Challenge 2015 JHU Robotics Challenge 2015 An engineering competition for students in grades 6 12 May 2, 2015 Glass Pavilion JHU Homewood Campus Sponsored by: Johns Hopkins University Laboratory for Computational Sensing

More information

Funzionalità per la navigazione di robot mobili. Corso di Robotica Prof. Davide Brugali Università degli Studi di Bergamo

Funzionalità per la navigazione di robot mobili. Corso di Robotica Prof. Davide Brugali Università degli Studi di Bergamo Funzionalità per la navigazione di robot mobili Corso di Robotica Prof. Davide Brugali Università degli Studi di Bergamo Variability of the Robotic Domain UNIBG - Corso di Robotica - Prof. Brugali Tourist

More information

CLEVELAND PHOTOGRAPHIC SOCIETY COMPETITION RULES FOR

CLEVELAND PHOTOGRAPHIC SOCIETY COMPETITION RULES FOR CLEVELAND PHOTOGRAPHIC SOCIETY COMPETITION RULES FOR 2018-2019 CPS holds regular competitions throughout the Club year in an effort to afford its members an opportunity to display their work and to receive

More information

On past, present and future of a scientific competition for service robots

On past, present and future of a scientific competition for service robots On RoboCup@Home past, present and future of a scientific competition for service robots Dirk Holz 1, Javier Ruiz del Solar 2, Komei Sugiura 3, and Sven Wachsmuth 4 1 Autonomous Intelligent Systems Group,

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Robotics Introduction Matteo Matteucci

Robotics Introduction Matteo Matteucci Robotics Introduction About me and my lectures 2 Lectures given by Matteo Matteucci +39 02 2399 3470 matteo.matteucci@polimi.it http://www.deib.polimi.it/ Research Topics Robotics and Autonomous Systems

More information

2 Focus of research and research interests

2 Focus of research and research interests The Reem@LaSalle 2014 Robocup@Home Team Description Chang L. Zhu 1, Roger Boldú 1, Cristina de Saint Germain 1, Sergi X. Ubach 1, Jordi Albó 1 and Sammy Pfeiffer 2 1 La Salle, Ramon Llull University, Barcelona,

More information

Sioux CCM. Mechatronics Trophy assignment description. Nov 2017 v0.9 Page 1 of 13

Sioux CCM. Mechatronics Trophy assignment description. Nov 2017 v0.9 Page 1 of 13 Sioux CCM Mechatronics Trophy 2018 assignment description Nov 2017 v0.9 Page 1 of 13 Index Index... 2 WIPE-OUT... 3 Assignment description... 3 Element descriptions... 4 Robot... 4 Brush... 5 Contest area...

More information

IEEE Open Milker Robot Version 1.1

IEEE Open Milker Robot Version 1.1 IEEE Open 2016 2017 Milker Robot Version 1.1 Sumary Introduction Goals The scenario The Field Cows Gloves Terrines The Milk Tank Zones Markers Lighting conditions Dimensions The Robot Rules Arena initial

More information

Robotic Systems Challenge 2013

Robotic Systems Challenge 2013 Robotic Systems Challenge 2013 An engineering challenge for students in grades 6 12 April 27, 2013 Charles Commons Conference Center JHU Homewood Campus Sponsored by: Johns Hopkins University Laboratory

More information

CoSpace Make Code Challenge Rules 2016

CoSpace Make Code Challenge Rules 2016 CoSpace Make Code Challenge Rules 2016 CoSpace Technical Committee This is the official rules for Make Code Challenge 2016 and is released by the CoSpace Technical Committee. The rules contained in this

More information

World Robot Olympiad 2018

World Robot Olympiad 2018 World Robot Olympiad 2018 Advanced Robotics Category Game Description, Rules and Scoring Version: Final Version January 15 th Table of Contents Introduction... 3 Important changes for Tetrastack 2018...

More information

Robots Leaving the Production Halls Opportunities and Challenges

Robots Leaving the Production Halls Opportunities and Challenges Shaping the future Robots Leaving the Production Halls Opportunities and Challenges Prof. Dr. Roland Siegwart www.asl.ethz.ch www.wysszurich.ch APAC INNOVATION SUMMIT 17 Hong Kong Science Park Science,

More information

CHAPTER-4 F & B SERVICE EQUIPMENT

CHAPTER-4 F & B SERVICE EQUIPMENT CHAPTER-4 F & B SERVICE EQUIPMENT Familiarization & selection factors of equipments A customer s first impression on entering the service area is of great important and their business may be gained (or

More information

What will the robot do during the final demonstration?

What will the robot do during the final demonstration? SPENCER Questions & Answers What is project SPENCER about? SPENCER is a European Union-funded research project that advances technologies for intelligent robots that operate in human environments. Such

More information

Manipulation Tasks (* All rules and objects are subject to change due to availability, space limitation, time constraints, etc.)

Manipulation Tasks (* All rules and objects are subject to change due to availability, space limitation, time constraints, etc.) Manipulation Tasks (* All rules and objects are subject to change due to availability, space limitation, time constraints, etc.) The competition tasks listed here are for both tracks: hand-in-hand grasping

More information

Version 1.1 February 7th, Beach Cleaner Robot

Version 1.1 February 7th, Beach Cleaner Robot 1. Introduction 11º IEEE Students Latin American Robotics Competition Rules of the OPEN category Version 1.1 February 7th, 2012 Beach Cleaner Robot This year the IEEE Students Latin American Robotics Competition

More information

By Pierre Olivier, Vice President, Engineering and Manufacturing, LeddarTech Inc.

By Pierre Olivier, Vice President, Engineering and Manufacturing, LeddarTech Inc. Leddar optical time-of-flight sensing technology, originally discovered by the National Optics Institute (INO) in Quebec City and developed and commercialized by LeddarTech, is a unique LiDAR technology

More information

Sample Test Project Regional Skill Competitions Level 3 Skill 23 - Mobile Robotics Category: Manufacturing & Engineering Technology

Sample Test Project Regional Skill Competitions Level 3 Skill 23 - Mobile Robotics Category: Manufacturing & Engineering Technology Sample Test Project Regional Skill Competitions Level 3 Skill 23 - Mobile Robotics Category: Manufacturing & Engineering Technology Version 3 May 2018 Skill - Mobile Robotics 1 Table of Contents A. Preface...

More information

Competition Rules and Etiquette

Competition Rules and Etiquette 2018-2019 Competition Rules and Etiquette COMPETITION ETIQUETTE Judging requires great concentration and should be unbiased. Thus, the audience is requested to remain quiet during the judging and to remain

More information

Team Description

Team Description NimbRo@Home 2014 Team Description Max Schwarz, Jörg Stückler, David Droeschel, Kathrin Gräve, Dirk Holz, Michael Schreiber, and Sven Behnke Rheinische Friedrich-Wilhelms-Universität Bonn Computer Science

More information

World Robot Olympiad 2018

World Robot Olympiad 2018 World Robot Olympiad 2018 ADVANCED ROBOTICS CHALLENGE RULES DO NOT PUBLISH BEFORE JANUARY 15TH 2018 Version: Final Version January 15 th Table of Contents ADVANCED ROBOTICS CHALLENGE RULES... 1 Introduction...

More information

Senior Design Competition Problem

Senior Design Competition Problem Senior Design Competition Problem Spring 2014 Waterloo Engineering Competition July 4-5, 2014 SCHEDULE The schedule of the Spring 2014 Senior Team Design competition is as follows: Friday, July 4 5:15

More information

Learning Actions from Demonstration

Learning Actions from Demonstration Learning Actions from Demonstration Michael Tirtowidjojo, Matthew Frierson, Benjamin Singer, Palak Hirpara October 2, 2016 Abstract The goal of our project is twofold. First, we will design a controller

More information

Sample Test Project District / Zonal Skill Competitions Skill- Mobile Robotic Category: Manufacturing & Engineering Technology

Sample Test Project District / Zonal Skill Competitions Skill- Mobile Robotic Category: Manufacturing & Engineering Technology Sample Test Project District / Zonal Skill Competitions Skill- Mobile Robotic Category: Manufacturing & Engineering Technology Version 1 Dec 2017 Skill- Mobile Robotic 1 Table of Contents A. Preface...

More information

Competition Arena Rules Revised March 21, 2017

Competition Arena Rules Revised March 21, 2017 Competition Arena Rules Revised March 21, 2017 General Rules GR1 Only one robot per team will be allowed in the tournament. Backup robots will NOT be allowed. Teams found in violation will not be allowed

More information

Introduction To Robotics (Kinematics, Dynamics, and Design)

Introduction To Robotics (Kinematics, Dynamics, and Design) Introduction To Robotics (Kinematics, Dynamics, and Design) SESSION # 5: Concepts & Defenitions Ali Meghdari, Professor School of Mechanical Engineering Sharif University of Technology Tehran, IRAN 11365-9567

More information

IEEE-INTERNATIONAL ADVANCED ROBOTICS COMPETITION Rulebook Rev 3.0

IEEE-INTERNATIONAL ADVANCED ROBOTICS COMPETITION Rulebook Rev 3.0 IEEE-INTERNATIONAL ADVANCED ROBOTICS COMPETITION 2017 (IEEE-iARC-2017) Rulebook Rev 3.0 Rulebook Rev 3.0 Modified on 22/10/2017. Any issues, please email to our support team: support@ieeeutp.org IEEE-INTERNATIONAL

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Eurathlon 2013 Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario Space Applications Services Mobile manipulation for handling hazardous material For each of the following aspects, especially

More information

Content. 3 Preface 4 Who We Are 6 The RoboCup Initiative 7 Our Robots 8 Hardware 10 Software 12 Public Appearances 14 Achievements 15 Interested?

Content. 3 Preface 4 Who We Are 6 The RoboCup Initiative 7 Our Robots 8 Hardware 10 Software 12 Public Appearances 14 Achievements 15 Interested? Content 3 Preface 4 Who We Are 6 The RoboCup Initiative 7 Our Robots 8 Hardware 10 Software 12 Public Appearances 14 Achievements 15 Interested? 2 Preface Dear reader, Robots are in everyone's minds nowadays.

More information

Spatial Interfaces and Interactive 3D Environments for Immersive Musical Performances

Spatial Interfaces and Interactive 3D Environments for Immersive Musical Performances Spatial Interfaces and Interactive 3D Environments for Immersive Musical Performances Florent Berthaut and Martin Hachet Figure 1: A musician plays the Drile instrument while being immersed in front of

More information

DESIGN AND DEVELOPMENT OF LIBRARY ASSISTANT ROBOT

DESIGN AND DEVELOPMENT OF LIBRARY ASSISTANT ROBOT DESIGN AND DEVELOPMENT OF LIBRARY ASSISTANT ROBOT Ranjani.R, M.Nandhini, G.Madhumitha Assistant Professor,Department of Mechatronics, SRM University,Kattankulathur,Chennai. ABSTRACT Library robot is an

More information

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER Nils Gageik, Thilo Müller, Sergio Montenegro University of Würzburg, Aerospace Information Technology

More information

NXT Amazing Rules USU Physics Day Lagoon Farmington, UT

NXT Amazing Rules USU Physics Day Lagoon Farmington, UT NXT Amazing Rules USU Physics Day Lagoon Farmington, UT May 17, 2013 COMPETITION OBJECTIVE The aim of the competition is to foster math, science, engineering and team work in students in 5 th grade. DESIGN

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

RULES OF SAFFRON FOLLWER COLLECTING ROBOT

RULES OF SAFFRON FOLLWER COLLECTING ROBOT RULES OF SAFFRON FOLLWER COLLECTING ROBOT The Sphinx Flower Collection Competition of the International First Robot Contest consists of a platform and a track. 1. Platform It represents the whole area

More information

WORLD ROBOT OLYMPIAD Advanced Robotics Challenge Game Description, Rules and Scoring SMART GREENHOUSE

WORLD ROBOT OLYMPIAD Advanced Robotics Challenge Game Description, Rules and Scoring SMART GREENHOUSE WORLD ROBOT OLYMPIAD 2019 Advanced Robotics Challenge Game Description, Rules and Scoring SMART GREENHOUSE Introduction Robotics is a wonderful platform for learning 21st century skills, solving robotic

More information

2018 First Responders 4-H Robotics Challenge Page 1

2018 First Responders 4-H Robotics Challenge Page 1 2018 First Responders 4-H Robotics Challenge Page 1 Contents 2018 First Responders 4-H Robotics Challenge... 3 1 Teams... 3 2 The Game... 3 2.1 Competition kit... 3 2.2 Field Mat... 3 2.3 Playing Field...

More information

RoboCupJunior CoSpace Rescue Rules 2015

RoboCupJunior CoSpace Rescue Rules 2015 RoboCupJunior CoSpace Rescue Rules 2015 RoboCupJunior CoSpace Technical Committee 2015: Martin Bader (Germany), martin_bader@gmx.de Lisette Castro (Mexico), ettesil77@hotmail.com Tristan Hughes (UK), tristanjph@gmail.com

More information

FP7 ICT Call 6: Cognitive Systems and Robotics

FP7 ICT Call 6: Cognitive Systems and Robotics FP7 ICT Call 6: Cognitive Systems and Robotics Information day Luxembourg, January 14, 2010 Libor Král, Head of Unit Unit E5 - Cognitive Systems, Interaction, Robotics DG Information Society and Media

More information

The project. General challenges and problems. Our subjects. The attachment and locomotion system

The project. General challenges and problems. Our subjects. The attachment and locomotion system The project The Ceilbot project is a study and research project organized at the Helsinki University of Technology. The aim of the project is to design and prototype a multifunctional robot which takes

More information

Fire Fighting. Objective. Robot. Fire Fighting. Name of Event: Robots per Team: 1

Fire Fighting. Objective. Robot. Fire Fighting. Name of Event: Robots per Team: 1 Fire Fighting Name of Event: Robots per Team: 1 No. of Players: Robot Control: Event Summary: Fire Fighting 2 players/team Autonomous This is an autonomous robot competition between 2 teams to extinguish

More information

CLASSIFICATION CONTROL WIDTH LENGTH

CLASSIFICATION CONTROL WIDTH LENGTH Sumobot Competition Robots per Event: Length of Event: Robot Weight Range: Robot Dimensions: Arena Specifications: Robot Control: Event Summary: Two each match 1 minute per match (max) Two robots compete

More information

RoboCupJunior Rescue B Rules 2012

RoboCupJunior Rescue B Rules 2012 RoboCupJunior Rescue B Rules 2012 RoboCupJunior Rescue - Technical Committee 2012 Damien Kee (Australia), damien@domabotics.com Kate Sim (UK), kateasim@btinternet.com Naomi Chikuma (Japan) mymama_8888@yahoo.co.jp

More information

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida Senior Design I Fast Acquisition and Real-time Tracking Vehicle University of Central Florida College of Engineering Department of Electrical Engineering Inventors: Seth Rhodes Undergraduate B.S.E.E. Houman

More information

LINE FOLLOWER ROBOT CATEGORY RULES 1) Objective

LINE FOLLOWER ROBOT CATEGORY RULES 1) Objective LINE FOLLOWER ROBOT CATEGORY RULES 1) Objective Line follower robots are designed to able to follow white line on black ground or vice versa autonomously. They are commonly used for carry the goods from

More information

Vision Centric Challenge 2019 S-SLAM: Simple SLAM

Vision Centric Challenge 2019 S-SLAM: Simple SLAM Vision Centric Challenge 2019 S-SLAM: Simple SLAM (Simultaneous Localization and Mapping) A Robofest (www.robofest.net) Challenge for Pre-college and College Students Lawrence Technological University,

More information

RCAP CoSpace Rescue Rules 2017

RCAP CoSpace Rescue Rules 2017 RCAP CoSpace Rescue Rules 2017 This document contains the official rules for the RoboCup Asia Pacific (RCAP) 2017 CoSpace Rescue Challenge. They are released by the RoboCup Asia Pacific CoSpace Rescue

More information

Robofest 2016 BottleSumo

Robofest 2016 BottleSumo Robofest 2016 BottleSumo 2016 Kick-off version 12-4-15, V1.1 The Bottle will be placed on this line (Figure 1) An example of BottleSumo Game Initial Configuration, Junior Division 21.6cm (8.5 ) 8 cm 3.8

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Eurathlon 2013 Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario Space Applications Reconnaissance and surveillance in urban structures (USAR) For each of the following aspects, especially

More information

«RELAY RACE» CONTEST RULES

«RELAY RACE» CONTEST RULES «RELAY RACE» CONTEST RULES Version 3.0 dated 20 July, 2017 Contents 1. General provisions... 2 1.1. Task Description... 2 2. Field, Line and Relay Baton Specifications... 2 3. Robot Specifications... 3

More information

Building Perceptive Robots with INTEL Euclid Development kit

Building Perceptive Robots with INTEL Euclid Development kit Building Perceptive Robots with INTEL Euclid Development kit Amit Moran Perceptual Computing Systems Innovation 2 2 3 A modern robot should Perform a task Find its way in our world and move safely Understand

More information

FU-Fighters. The Soccer Robots of Freie Universität Berlin. Why RoboCup? What is RoboCup?

FU-Fighters. The Soccer Robots of Freie Universität Berlin. Why RoboCup? What is RoboCup? The Soccer Robots of Freie Universität Berlin We have been building autonomous mobile robots since 1998. Our team, composed of students and researchers from the Mathematics and Computer Science Department,

More information

Quad Cities Photography Club

Quad Cities Photography Club Quad Cities Photography Club Competition Rules Revision date: 9/6/17 Purpose: QCPC host photographic competition within its membership. The goal of the competition is to develop and improve personal photographic

More information

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department EE631 Cooperating Autonomous Mobile Robots Lecture 1: Introduction Prof. Yi Guo ECE Department Plan Overview of Syllabus Introduction to Robotics Applications of Mobile Robots Ways of Operation Single

More information

ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE

ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE W. C. Lopes, R. R. D. Pereira, M. L. Tronco, A. J. V. Porto NepAS [Center for Teaching

More information

MAVeC 19 Autobot Challenge

MAVeC 19 Autobot Challenge Overview of the Challenge Name: TurtleBot3 Autobot Challenge Platform: TurtleBot3 MAVeC 19 Autobot Challenge Description: Autonomous Driving Mission Competition using ROS and TurtleBot3 platform Introduction

More information

Escape From ENGINEERING ISLAND KU High School Design

Escape From ENGINEERING ISLAND KU High School Design Escape From ENGINEERING ISLAND KU High School Design Lego Mindstorms October 25, 2016 Competition Summary Teams will need to design, build, and program a survival vehicle using a Lego Mindstorms EV3 or

More information

Foreword The Internet of Things Threats and Opportunities of Improved Visibility

Foreword The Internet of Things Threats and Opportunities of Improved Visibility Foreword The Internet of Things Threats and Opportunities of Improved Visibility The Internet has changed our business and private lives in the past years and continues to do so. The Web 2.0, social networks

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

Semi-Autonomous Parking for Enhanced Safety and Efficiency Technical Report 105 Semi-Autonomous Parking for Enhanced Safety and Efficiency Sriram Vishwanath WNCG June 2017 Data-Supported Transportation Operations & Planning Center (D-STOP) A Tier 1 USDOT University

More information

Construction of Mobile Robots

Construction of Mobile Robots Construction of Mobile Robots 716.091 Institute for Software Technology 1 Previous Years Conference Robot https://www.youtube.com/watch?v=wu7zyzja89i Breakfast Robot https://youtu.be/dtoqiklqcug 2 This

More information

CSCI 445 Laurent Itti. Group Robotics. Introduction to Robotics L. Itti & M. J. Mataric 1

CSCI 445 Laurent Itti. Group Robotics. Introduction to Robotics L. Itti & M. J. Mataric 1 Introduction to Robotics CSCI 445 Laurent Itti Group Robotics Introduction to Robotics L. Itti & M. J. Mataric 1 Today s Lecture Outline Defining group behavior Why group behavior is useful Why group behavior

More information

Revised and extended. Accompanies this course pages heavier Perception treated more thoroughly. 1 - Introduction

Revised and extended. Accompanies this course pages heavier Perception treated more thoroughly. 1 - Introduction Topics to be Covered Coordinate frames and representations. Use of homogeneous transformations in robotics. Specification of position and orientation Manipulator forward and inverse kinematics Mobile Robots:

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

Table of Contents FIRST 2005 FIRST Robotics Competition Manual: Section 4 The Game rev C Page 1 of 17

Table of Contents FIRST 2005 FIRST Robotics Competition Manual: Section 4 The Game rev C Page 1 of 17 Table of Contents 4 THE GAME...2 4.1 GAME OVERVIEW...2 4.2 THE GAME...2 4.2.1 Definitions...2 4.2.2 Match Format...5 4.3 Rules...5 4.3.1 Scoring...5 4.3.2 Safety...6 4.3.3 General Match Rules (GM)...7

More information

2014 Market Trends Webinar Series

2014 Market Trends Webinar Series Robotic Industries Association 2014 Market Trends Webinar Series Watch live or archived at no cost Learn about the latest innovations in robotics Sponsored by leading robotics companies 1 2014 Calendar

More information

Prof. Emil M. Petriu 17 January 2005 CEG 4392 Computer Systems Design Project (Winter 2005)

Prof. Emil M. Petriu 17 January 2005 CEG 4392 Computer Systems Design Project (Winter 2005) Project title: Optical Path Tracking Mobile Robot with Object Picking Project number: 1 A mobile robot controlled by the Altera UP -2 board and/or the HC12 microprocessor will have to pick up and drop

More information

Research Proposal: Autonomous Mobile Robot Platform for Indoor Applications :xwgn zrvd ziad mipt ineyiil zinepehe`e zciip ziheaex dnxethlt

Research Proposal: Autonomous Mobile Robot Platform for Indoor Applications :xwgn zrvd ziad mipt ineyiil zinepehe`e zciip ziheaex dnxethlt Research Proposal: Autonomous Mobile Robot Platform for Indoor Applications :xwgn zrvd ziad mipt ineyiil zinepehe`e zciip ziheaex dnxethlt Igal Loevsky, advisor: Ilan Shimshoni email: igal@tx.technion.ac.il

More information

Ninth Annual SLIIT. Robotic Competition. Open UAV Race Competition Technical Specification. Organized By

Ninth Annual SLIIT. Robotic Competition. Open UAV Race Competition Technical Specification. Organized By Ninth Annual SLIIT Robotic Competition Open UAV Race Competition Technical Specification Organized By Department of Electrical and Computer Engineering Faculty of Engineering Sri Lanka Institute of Information

More information

USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION 1. INTRODUCTION

USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION 1. INTRODUCTION USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION Brad Armstrong 1, Dana Gronau 2, Pavel Ikonomov 3, Alamgir Choudhury 4, Betsy Aller 5 1 Western Michigan University, Kalamazoo, Michigan;

More information

Cognitive Robotics 2016/2017

Cognitive Robotics 2016/2017 Cognitive Robotics 2016/2017 Course Introduction Matteo Matteucci matteo.matteucci@polimi.it Artificial Intelligence and Robotics Lab - Politecnico di Milano About me and my lectures Lectures given by

More information

CORC 3303 Exploring Robotics. Why Teams?

CORC 3303 Exploring Robotics. Why Teams? Exploring Robotics Lecture F Robot Teams Topics: 1) Teamwork and Its Challenges 2) Coordination, Communication and Control 3) RoboCup Why Teams? It takes two (or more) Such as cooperative transportation:

More information

Mobile Robots Exploration and Mapping in 2D

Mobile Robots Exploration and Mapping in 2D ASEE 2014 Zone I Conference, April 3-5, 2014, University of Bridgeport, Bridgpeort, CT, USA. Mobile Robots Exploration and Mapping in 2D Sithisone Kalaya Robotics, Intelligent Sensing & Control (RISC)

More information

Outline. Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types

Outline. Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Intelligent Agents Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Agents An agent is anything that can be viewed as

More information

RoboCup. Presented by Shane Murphy April 24, 2003

RoboCup. Presented by Shane Murphy April 24, 2003 RoboCup Presented by Shane Murphy April 24, 2003 RoboCup: : Today and Tomorrow What we have learned Authors Minoru Asada (Osaka University, Japan), Hiroaki Kitano (Sony CS Labs, Japan), Itsuki Noda (Electrotechnical(

More information

Learning Probabilistic Models for Mobile Manipulation Robots

Learning Probabilistic Models for Mobile Manipulation Robots Proceedings of the Twenty-Third International Joint Conference on Artificial Intelligence Learning Probabilistic Models for Mobile Manipulation Robots Jürgen Sturm and Wolfram Burgard University of Freiburg

More information

Autonomous Task Execution of a Humanoid Robot using a Cognitive Model

Autonomous Task Execution of a Humanoid Robot using a Cognitive Model Autonomous Task Execution of a Humanoid Robot using a Cognitive Model KangGeon Kim, Ji-Yong Lee, Dongkyu Choi, Jung-Min Park and Bum-Jae You Abstract These days, there are many studies on cognitive architectures,

More information

Designing Winning Robots

Designing Winning Robots Designing Winning Robots Canon Reeves Arkansas School for Mathematics, Sciences, and the Arts Designing Winning Robots 1 Introduction Robots tend to be rather complex by nature, and with so many possible

More information

Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot

Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot Liwei Qi, Xingguo Yin, Haipeng Wang, Li Tao ABB Corporate Research China No. 31 Fu Te Dong San Rd.,

More information

Implement a Robot for the Trinity College Fire Fighting Robot Competition.

Implement a Robot for the Trinity College Fire Fighting Robot Competition. Alan Kilian Fall 2011 Implement a Robot for the Trinity College Fire Fighting Robot Competition. Page 1 Introduction: The successful completion of an individualized degree in Mechatronics requires an understanding

More information

CS7032: AI & Agents: Ms Pac-Man vs Ghost League - AI controller project

CS7032: AI & Agents: Ms Pac-Man vs Ghost League - AI controller project CS7032: AI & Agents: Ms Pac-Man vs Ghost League - AI controller project TIMOTHY COSTIGAN 12263056 Trinity College Dublin This report discusses various approaches to implementing an AI for the Ms Pac-Man

More information

INTRODUCTION. of value of the variable being measured. The term sensor some. times is used instead of the term detector, primary element or

INTRODUCTION. of value of the variable being measured. The term sensor some. times is used instead of the term detector, primary element or INTRODUCTION Sensor is a device that detects or senses the value or changes of value of the variable being measured. The term sensor some times is used instead of the term detector, primary element or

More information

Forms & Score Sheets

Forms & Score Sheets RoboCup@Home Forms & s Version: 2011 Revision: 286:288 Last Build Date: June 13, 2012 Time: 896 Last Changed Date: 2012-06-04 14:41:02 +0200 (Mon, 04 Jun 2012) Registration Form Team leader name: Weight

More information

LEGO BASED CHALLENGE. 1. Material

LEGO BASED CHALLENGE. 1. Material LEGO BASED CHALLENGE 1. Material 1. The controller, motors and sensors used to assemble robots must be from LEGO MINDSTORMS sets (NXT or EV3). 2. Only LEGO branded elements may be used to construct the

More information

Forms & Score Sheets

Forms & Score Sheets RoboCup@Home Forms & s Version: 2011 Revision: 164M Last Build Date: June 29, 2011 Time: 497 Last Changed Date: 2011-05-26 18:19:35 +0200 (Thu, 26 May 2011) Registration Form Team leader name: Weight &

More information

LEGO MINDSTORMS COMPETITIONS

LEGO MINDSTORMS COMPETITIONS LEGO MINDSTORMS COMPETITIONS FIRST LEGO LEAGUE and WORLD ROBOT OLYMPIAD By Sanjay and Arvind Seshan, EV3Lessons.com With information and feedback from Dominic Bruneau (Canada), Nilesh Shah (India), Atul

More information

Line Follower Enhanced Regulations

Line Follower Enhanced Regulations Line Follower Enhanced Regulations 1. Generalities The Line Follower Enhanced competition s goal is finishing, in the shortest possible time, a track specially designed for this competition. A team does

More information

Previous Tasks. Task A

Previous Tasks. Task A Previous Tasks Task A The guidelines for completing the task are: 1. The robot must begin and end their sampling event at the same position on the grid. 2. The robot must come to a complete stop at each

More information

Properties of two light sensors

Properties of two light sensors Properties of two light sensors Timo Paukku Dinnesen (timo@daimi.au.dk) University of Aarhus Aabogade 34 8200 Aarhus N, Denmark January 10, 2006 1 Introduction Many projects using the LEGO Mindstorms RCX

More information

SPQR RoboCup 2016 Standard Platform League Qualification Report

SPQR RoboCup 2016 Standard Platform League Qualification Report SPQR RoboCup 2016 Standard Platform League Qualification Report V. Suriani, F. Riccio, L. Iocchi, D. Nardi Dipartimento di Ingegneria Informatica, Automatica e Gestionale Antonio Ruberti Sapienza Università

More information

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm Additive Manufacturing Renewable Energy and Energy Storage Astronomical Instruments and Precision Engineering Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

Decluttering The Kids Rooms

Decluttering The Kids Rooms Decluttering The Kids Rooms Rachel Jones Introduction I have directed these tasks to the children, and really, it applies to anyone, but they are done so you can read them with the kids and then help them

More information