Performance Evaluation of a Multi-Robot Search & Retrieval System: Experiences with Mindart

Total Page:16

File Type:pdf, Size:1020Kb

Performance Evaluation of a Multi-Robot Search & Retrieval System: Experiences with Mindart Performance Evaluation of a Multi-Robot Search & Retrieval System: Experiences with MinDART Paul E. Rybski, Amy Larson, Harini Veeraraghavan, Monica LaPoint, and Maria Gini Department of Computer Science and Engineering, University of Minnesota, 200 Union St. S.E., Minneapolis, MN 55455-0159 Abstract. The costs of developing robot teams can be reduced if they are designed to exploit swarm techniques. In this methodology many simple homogeneous units are used instead of more complex ones. The challenge lies in selecting an appropriate control strategy for the individual units. Complexity in design costs both money and time, therefore a control strategy should be just complex enough to perform the task successfully in a variety of environments, relative to some performance measure. To explore the effects of control strategies and environmental factors on performance, we have conducted two sets of foraging experiments using real robots (the Minnesota Distributed Autonomous Robotic Team). The first set of experiments tested the efficacy of localization capabilities, in addition to the effects of team size and target distribution. The second set tested the efficacy of simple communication. We found that more complex control strategies do not necessarily improve task completion times, however they can reduce variance in performance measures. 1. Introduction Designing a distributed robotic system using swarm techniques, whereby simple homogeneous units solve a complex task, is an attractive engi- neering solution for many reasons [6]. Analogous to software design, there are obvious advantages to this modular approach, including re- ducing a complex task to a simpler, more manageable one. There also arises a natural redundancy in the resultant system, as well as the abil- ity to scale to task with minimal tractability issues [14]. The difficulty lies in determining an appropriate robot control strategy for a given task. Complexity comes at a price, both in money and time, and by minimizing the complexity, thus the cost, we hope to create a simple, c 2003 Kluwer Academic Publishers. Printed in the Netherlands. paper.tex; 12/07/2003; 0:43; p.1 2 Rybski, Larson, Veeraraghavan, LaPoint, Gini efficient, and tractable system. One application that highlights this point is explosive ordinance disposal (EOD) using teams of mobile robots [27]. Since this application is potentially hazardous to the robots (the explosives could detonate near or inside the robot), the key design issue is a very cheap and disposable robot that still accomplishes the task. In a general sense, we believe this is a difficult issue to address, because, not only is the efficacy of a control strategy dependent on the specific task, but also on the environment in which the task is performed. Additionally, care must be taken to avoid highly inefficient solutions caused by redundant actions taken by each of the individual agents. We are interested in determining what level of improvement of task performance we can expect relative to the sophistication of the control strategy (i.e. the capabilities of the robot), and how this is affected by team size and by the environment in which the robots work. To explore this question, we built simple robots with simple control strategies to perform a task (foraging). Then, we enhanced our robots with capa- bilities (i.e. localization and communication) that we believed would improve the robot's performance. For comparison, we conducted a se- ries of experiments with these real robots, the Minnesota Distributed Autonomous Robot Team (MinDART) shown in Figure 1. Although there are many tasks that can serve as a testbed, we chose foraging, a task studied by many other researchers, and on which solutions and results can be compared more easily. In our version of the task, robots locate a target in an enclosed arena, pick up the target, and then drop it off at a designated home base. The arena contains some obstacles, and the distribution of the targets varies. The task is complete when all the targets have been collected. The simplest control strategy for foraging is random walk, in which the most difficult implementation issues are obstacle avoidance and maximal coverage of the search arena. Reactive behaviors can be used to avoid obstacles and random direction changes at random intervals can increase the probability of complete coverage. This strategy is an attractive choice for very simple robotic hardware because it can be programmed with only a few lines of code and requires little sensor paper.tex; 12/07/2003; 0:43; p.2 MinDART : A Multi-Robot Search & Retrieval System 3 Figure 1. The Minnesota Distributed Autonomous Robotics Team (MinDART) with the infrared targets in front and colored landmarks in back. The MinDART robots searched for the infrared emitting targets in a search and retrieval task. Landmarks were used for homing and localization. bandwidth. A more complex control strategy can reduce the random- ness of the robot's search, but it will require additional time to process information necessary for a deliberate search. However, the advantage of this processing should be a decrease in variance of the time to complete the task. In our first set of experiments, we considered the efficacy of using localization versus random walk, in addition to the performance effects of team size, and target distribution. In the second set, we compared control strategies using communication (a simple recruiting mecha- nism) against random walk. In this set of experiments, we evaluated how the duration of the communication affected the performance of the team. Our experimental results show that for simple robots such as the MinDART, deliberative strategies, which can help reduce the amount of time a robot randomly searches its environment, do help in decreasing the variance of the team's performance. However, this decrease in vari- ability comes at the expense of not improving the mean time to solve the paper.tex; 12/07/2003; 0:43; p.3 4 Rybski, Larson, Veeraraghavan, LaPoint, Gini task. Instead of spending time wandering randomly, the robots spend time deliberating either on determining their locations or on recruiting other robots. By doing the latter, more consistent performance can be achieved. We would like to emphasize that all of our experiments were con- ducted with real robots. We contend that a rigorous study of system design warrants physical robots, as opposed to simulated, to examine the unforeseen effects of an embodied control strategy. We will further discuss this issue of real versus simulated in the following section. 2. Related Work Most research with multiple robots has focused on various forms of col- laborative work as detailed, for instance, in [3, 8, 12]. While collabora- tion may be essential for some tasks, we are interested in studying tasks that can be done by a single robot, but where using multiple robots can potentially increase performance by decreasing the time to complete the task and/or by increasing the reliability. Sample tasks include mapping a large area [36], placing a distributed sensor network [13], cleaning up trash [28], and box-pushing [19, 25]. Foraging is a widely used testbed application for distributed systems, for example [9, 11, 15] and our previous work [30, 31]. In addition to these experimental studies, researchers have developed predictive models of foraging behavior. In [24], a probabilistic model was devel- oped and verified using simulation and some real robot experiments. Similarly in [22], a mathematical model was developed and used to study the effects of interference among robots. Mathematical models called optimal foraging theory are used to model foraging behaviors of animals [10, 33]. The effect of group size on performance has been well studied. For instance, [16] presents a quantitative analysis of the tradeoffs between group size and efficiency in collective search tasks. The analysis can be used to predict the optimal number of robots required to com- plete a task in the most efficient way. The study was done only using simulation. paper.tex; 12/07/2003; 0:43; p.4 MinDART : A Multi-Robot Search & Retrieval System 5 There have also been a handful of studies to evaluate the efficacy of communication strategies applied to the foraging task. Balch and Arkin [4] conducted an extensive investigation into the impact of vari- ous communication strategies on three separate tasks, including forag- ing. Communication strategies were based on indirect communication based on cues from the environment. (This form of communication, called stygmergy in the biology literature, is commonly used in robotics, for example in [2, 5, 26].) Sugawara et al. [34, 35] also looked at the effects of indirect communication in regards to collection patterns and team efficiency using both experimental results and a mathematical model. The conclusion of both is that communication can improve performance but that the length of the communication strategy greatly affects the performance. There is a critical duration at which the per- formance is maximized. Any duration greater or less than this will only serve to decrease the performance of the team. It is reasonable to assume that communication will assist in foraging, since it is a strategy that has evolved in nature. It is widely known that bees \dance" to communicate the direction of pollen sources [32] and ants communicate the location of prey with pheromone trails [17]. To our knowledge, biologically-inspired communication strategies for foraging on small scale robots have yet to provide performance im- provements as predicted by the above mentioned work. In those studies, the majority of the experiments were conducted in simulation and were not fully implemented on real robots. Simulation is important to establish the potential of control and communication strategies, but our results serve as a caution to designers, that simula- tion may be deceiving. Easton and Martinoli [14] had similar findings in a stick pulling experiment using Khepera robots and its simulation environment Webots.
Recommended publications
  • Robot Operating System - the Complete Reference (Volume 4) Part of the Studies in Computational Intelligence Book Series (SCI, Volume 831)
    Book Robot Operating System - The Complete Reference (Volume 4) Part of the Studies in Computational Intelligence book series (SCI, volume 831) Several authors CISTER-TR-190702 2019 Book CISTER-TR-190702 Robot Operating System - The Complete Reference (Volume 4) Robot Operating System - The Complete Reference (Volume 4) Several authors CISTER Research Centre Rua Dr. António Bernardino de Almeida, 431 4200-072 Porto Portugal Tel.: +351.22.8340509, Fax: +351.22.8321159 E-mail: https://www.cister-labs.pt Abstract This is the fourth volume of the successful series Robot Operating Systems: The Complete Reference, providing a comprehensive overview of robot operating systems (ROS), which is currently the main development framework for robotics applications, as well as the latest trends and contributed systems. The book is divided into four parts: Part 1 features two papers on navigation, discussing SLAM and path planning. Part 2 focuses on the integration of ROS into quadcopters and their control. Part 3 then discusses two emerging applications for robotics: cloud robotics, and video stabilization. Part 4 presents tools developed for ROS; the first is a practical alternative to the roslaunch system, and the second is related to penetration testing. This book is a valuable resource for ROS users and wanting to learn more about ROS capabilities and features. © 2019 CISTER Research Center 1 www.cister-labs.pt Studies in Computational Intelligence 831 Anis Koubaa Editor Robot Operating System (ROS) The Complete Reference (Volume 4) Studies in Computational Intelligence Volume 831 Series Editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland [email protected] The series “Studies in Computational Intelligence” (SCI) publishes new develop- ments and advances in the various areas of computational intelligence—quickly and with a high quality.
    [Show full text]
  • New Method for Robotic Systems Architecture
    NEW METHOD FOR ROBOTIC SYSTEMS ARCHITECTURE ANALYSIS, MODELING, AND DESIGN By LU LI Submitted in partial fulfillment of the requirements For the degree of Master of Science Thesis Advisor: Dr. Roger Quinn Department of Mechanical and Aerospace Engineering CASE WESTERN RESERVE UNIVERSITY August 2019 CASE WESTERN RESERVE UNIVERSITY SCHOOL OF GRADUATE STUDIES We hereby approve the thesis/dissertation of Lu Li candidate for the degree of Master of Science. Committee Chair Dr. Roger Quinn Committee Member Dr. Musa Audu Committee Member Dr. Richard Bachmann Date of Defense July 5, 2019 *We also certify that written approval has been obtained for any proprietary material contained therein. ii Table of Contents Table of Contents ................................................................................................................................................ i List of Tables ....................................................................................................................................................... ii List of Figures .................................................................................................................................................... iii Copyright page .................................................................................................................................................. iv Preface ..................................................................................................................................................................... v Acknowledgements
    [Show full text]
  • Robotic Paradigms and Control Architectures
    Robotic Paradigms and Control Architectures Jan Faigl Department of Computer Science Faculty of Electrical Engineering Czech Technical University in Prague Lecture 02 B4M36UIR – Artificial Intelligence in Robotics Jan Faigl, 2020 B4M36UIR – Lecture 02: Robotic Paradigms 1 / 46 Overview of the Lecture Part 1 – Robotic Paradigms and Control Architectures Robotics Paradigms Hierarchical Paradigm Reactive Paradigm Hybrid Paradigm Example of Collision Avoidance Robot Control Jan Faigl, 2020 B4M36UIR – Lecture 02: Robotic Paradigms 2 / 46 Robotics Paradigms Hierarchical Paradigm Reactive Paradigm Hybrid Paradigm Example of Collision Avoidance Robot Control Part I Part 1 – Robotic Paradigms and Control Architectures Jan Faigl, 2020 B4M36UIR – Lecture 02: Robotic Paradigms 3 / 46 Robotics Paradigms Hierarchical Paradigm Reactive Paradigm Hybrid Paradigm Example of Collision Avoidance Robot Control Outline Robotics Paradigms Hierarchical Paradigm Reactive Paradigm Hybrid Paradigm Example of Collision Avoidance Robot Control Jan Faigl, 2020 B4M36UIR – Lecture 02: Robotic Paradigms 4 / 46 Robotics Paradigms Hierarchical Paradigm Reactive Paradigm Hybrid Paradigm Example of Collision Avoidance Robot Control Robot A robot perceives an environment using sensors to control its actuators. Sensor Controller Actuators The main parts of the robot correspond to the primitives of robotics: Sense, Plan, and Act. The primitives form a control architecture that is called robotic paradigm. Jan Faigl, 2020 B4M36UIR – Lecture 02: Robotic Paradigms 5 / 46 Robotics Paradigms Hierarchical Paradigm Reactive Paradigm Hybrid Paradigm Example of Collision Avoidance Robot Control Robotic Paradigms Robotic paradigms define relationship between the robotics primitives: Sense, Plan, and Act. Three fundamental paradigms have been propose. 1. Hierarchical paradigm is purely deliberative system. SENSEPLAN ACT 2. Reactive paradigm represents reactive control. SENSE ACT 3.
    [Show full text]
  • Embodied Evolution in Collective Robotics: a Review Nicolas Bredeche, Evert Haasdijk, Abraham Prieto
    Embodied Evolution in Collective Robotics: A Review Nicolas Bredeche, Evert Haasdijk, Abraham Prieto To cite this version: Nicolas Bredeche, Evert Haasdijk, Abraham Prieto. Embodied Evolution in Collective Robotics: A Review. Frontiers in Robotics and AI, Frontiers Media S.A., 2018, 5, pp.12. 10.3389/frobt.2018.00012. hal-03313845 HAL Id: hal-03313845 https://hal.sorbonne-universite.fr/hal-03313845 Submitted on 4 Aug 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. REVIEW published: 22 February 2018 doi: 10.3389/frobt.2018.00012 Embodied Evolution in Collective Robotics: A Review Nicolas Bredeche1*, Evert Haasdijk2 and Abraham Prieto3 1 Sorbonne Université, CNRS, Institute of Intelligent Systems and Robotics, ISIR, Paris, France, 2 Computational Intelligence Group, Department of Computer Science, Vrije Universiteit, Amsterdam, Netherlands, 3 Integrated Group for Engineering Research, Universidade da Coruna, Ferrol, Spain This article provides an overview of evolutionary robotics techniques applied to online distributed evolution for robot collectives, namely, embodied evolution. It provides a definition of embodied evolution as well as a thorough description of the underlying concepts and mechanisms. This article also presents a comprehensive summary of research published in the field since its inception around the year 2000, providing various perspectives to identify the major trends.
    [Show full text]
  • Botball Kit for Teaching Engineering Computing
    Botball Kit for Teaching Engineering Computing David P. Miller Charles Winton School of AME Department of CIS University of Oklahoma University of N. Florida Norman, OK 73019 Jacksonville, FL 32224 Abstract Many engineering classes can benefit from hands on use of robots. The KISS Institute Botball kit has found use in many classes at a number of universities. This paper outlines how the kit is used in a few of these different classes at a couple of different universities. This paper also introduces the Collegiate Botball Challenge, and how it can be used as a class project. 1 Introduction Introductory engineering courses are used to teach general principles while introducing the students to all of the engineering disciplines. Robotics, as a multi-disciplinary application can be an ideal subject for projects that stress the different engineering fields. A major consideration in establishing a robotics course emphasizing mobile robots is the type of hands-on laboratory experience that will be incorporated into the course of instruction. Most electrical engineering schools lack the machine shops and expertise needed to create the mechanical aspects of a robot system. Most mechanical engineering schools lack the electronics labs and expertise needed for the actuation, sensing and computational aspects required to support robotics work. The situation is even more dire for most computer science schools. Computer science departments typically do not have the support culture for the kind of laboratories that are more typically associated with engineering programs. On the other hand, it is recognized that computer science students need courses which provide closer to real world experiences via representative hands-on exercises.
    [Show full text]
  • Vision Based Localization of Mobile Robots
    Rochester Institute of Technology RIT Scholar Works Theses 2007 Vision based localization of mobile robots Jason Mooberry Follow this and additional works at: https://scholarworks.rit.edu/theses Recommended Citation Mooberry, Jason, "Vision based localization of mobile robots" (2007). Thesis. Rochester Institute of Technology. Accessed from This Thesis is brought to you for free and open access by RIT Scholar Works. It has been accepted for inclusion in Theses by an authorized administrator of RIT Scholar Works. For more information, please contact [email protected]. Vision Based Localization of Mobile Robots Jason Mooberry August 2007 Zach Butler 0·Y~7 Roxanne Canosa F"!)..J!OI Richard Zanibbi g (;),"3(07 Golisano College of Computing & Infonnation Sciences Rochester Institute of Technology Rochester, NY 14623 Table of Contents Abstract 1 1 Introduction 1 1.1 Localization 1 1.1.1 Localization with Kalman Filters 1 1.1.2 Markov Localization 2 1.1.3 Monte Carlo Localization 2 1 . 1 .4 Vision Based Localization 3 1 .2 Architecture 3 1.2.1 Deliberative 3 1.2.2 Reactive 4 1.2.3 Behavioral 4 1.2.4 Hybrid 4 2 Monte Carlo Localization 5 2.1 Motion Model 6 2.2 Sensor Model 6 3 Vision Based MCL 7 3.1 Research Platform 7 3.2 Motion Estimation 8 3.2.1 Environment 8 3.2.2 Rotation Error Modeling 8 3.2.3 Translation Error Modeling 1 1 3.2.4 Application ofMotion Model 14 3.3 Sensor Model 15 3.3.1 Naive Correlation with Color Histograms 15 3.4 Resampling 20 3.5 Localization Architecture 21 3.6 Trials 22 3.6.1 Success Indicators 22 3.6.2 Position
    [Show full text]
  • Robotics in Germany and Japan DRESDEN PHILOSOPHY of TECHNOLOGY STUDIES DRESDNER STUDIEN ZUR PHILOSOPHIE DER TECHNOLOGIE
    Robotics in Germany and Japan DRESDEN PHILOSOPHY OF TECHNOLOGY STUDIES DRESDNER STUDIEN ZUR PHILOSOPHIE DER TECHNOLOGIE Edited by /Herausgegeben von Bernhard Irrgang Vol./Bd. 5 Michael Funk / Bernhard Irrgang (eds.) Robotics in Germany and Japan Philosophical and Technical Perspectives Bibliographic Information published by the Deutsche Nationalbibliothek The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data is available in the internet at http://dnb.d-nb.de. Library of Congress Cataloging-in-Publication Data Robotics in Germany and Japan : philosophical and technical perspectives / Michael Funk, Bernhard Irrgang (eds.). pages cm ----- (Dresden philosophy of technology perspectives, ISSN 1861- -- 423X ; v. 5) ISBN 978-3-631-62071-7 ----- ISBN 978-3-653-03976-4 (ebook) 1. Robotics-----Germany----- Popular works. 2. Robotics----- Japan--Popular works. 3. Robotics-----Philosophy. I. Funk, Michael, 1985- -- editor of compilation. II. Irrgang, Bernhard, editor of compilation. TJ211.15.R626 2014 629.8'920943----- dc23 2013045885 Cover illustration: Humanoid Robot “ARMAR” (KIT, Germany), Photograph: Michael Funk An electronic version of this book is freely available, thanks to the support of libraries working with Knowledge Unlatched. KU is a collaborative initiative designed to make high quality books Open Access for the public good. More information about the initiative and links to the Open Access version can be found at www.knowledgeunlatched.org ISSN 1861-423X • ISBN 978-3-631-62071-7 (Print) E-ISBN 978-3-653-03976-4 (E-PDF) • E-ISBN 978-3-653-99964-8 (EPUB) E-ISBN 978-3-653-99963-1 (MOBI) • DOI 10.3726/978-3-653-03976-4 Open Access: This work is licensed under a Creative Commons Attribution NonCommercial NoDerivatives 4.0 unported license.
    [Show full text]
  • Intelligent Automation Entering the Business World
    Intelligent automation entering the business world Patrick Laurent Thibault Chollet Elsa Herzberg Partner Director Analyst Technology & Enterprise Technology & Enterprise Technology & Enterprise Application Application Application Deloitte Deloitte Deloitte Automation using artificial intelligence might be the next game changer in terms of process efficiency in the financial industry. Robotic process automation or intelligent automation Until recently, robotics has found most of its (the combination of artificial intelligence and applications in the primary sector, automating and automation) is starting to change the way business removing the human element from the production is done in nearly every sector of the economy. chain. Replacing menial tasks was its first foray, and Intelligent automation systems detect and produce many organisations introduced robotics into their vast amounts of information and can automate assembly line, warehouse, and cargo bay operations. entire processes or workflows, learning and adapting as they go. Applications range from the routine to Now, tertiary sector businesses have already started the revolutionary: from collecting, analysing, and to apply new technologies and the robotic paradigm making decisions about textual information to guiding to automate their processes and replace humans in autonomous vehicles and advanced robots. It is already low value-added activities. This is also the case in the helping companies transcend conventional performance financial services industry. trade-offs to achieve unprecedented levels of efficiency and quality. What is intelligent automation and to which processes is it applicable for bank, insurance or fund servicing industries? Robotic process automation combines artificial intelligence—including natural language processing, machine learning, autonomics, and machine vision — with automation. Artificial intelligence and automation are hardly new, but the technologies have progressed substantially in recent years.
    [Show full text]
  • An Overview of Robotics
    An Overview of Robotics By: Shirley Lung Precursor To The Science In the early 19th century, people already began to think about the relationship between machine and man. Writers, for instance, envisioned the creation of technology that could be used to fashion robots. For instance, Mary Shelley concocted the story of Frankenstein in 1818, a novel about the misguided ambition of Dr. Frankenstein to create life. •M ary Shelley’s Frankenstein •Notice the em phasis on the lack of hum an qualities that Dr. Frankenstein places on his m onster. Isaac Asimov He coined the term “robotics”. He was a popular science fiction writer as well as a successful academic. In his short story Runaround, he used the word for the first time without thinking about the groundbreaking effect that it would have. Asimov’s Three Laws of Robotics In his science fiction world, Asimov had three rules that all his robots would follow: A robot may not injure a human being, or, through inaction, allow a human being to come to harm. A robot must obey the orders given it by human beings except where such orders would conflict with the First Law. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. In essence, it is obvious that Asimov places robots strictly below humans. So, what exactly is a robot?… There is no precise definition, but it is generally believed that robots are programmable machines that imitate human behavior. It needs to be able to sense and understand its environment as well as be able to perform physical tasks.
    [Show full text]
  • The Personal Rover Project Illah R
    The Personal Rover Project Illah R. Nourbakhsh The Robotics Institute Carnegie Mellon University Pittsburgh, PA 15213 [email protected] Abstract effort to explore the space of possible computer programs In this paper, I summarize a new approach for the and thus invent new human-computer interaction dissemination of robotics technologies. In a manner paradigms. analagous to the personal computer movement of the The goal of the Personal Rover project is analogous: to early 1980’s, we propose that a productive niche for design and deploy a capable robot that can be deployed robotic technologies is as a creative outlet for human into the domestic environment and that will help forge a expression and discovery. This paper describes our community of create robot enthusiasts. Such a personal ongoing efforts to design, prototype and test a low- rover is highly configurable by the end user, who is cost, highly competent personal rover for the creatively governing the behavior of the rover itself: a domestic environment. physical artifact with the same degree of programmability as the early personal computer combined with far richer 1. Motivation and more palpable sensory and effectory capabilities. Our goal is to produce a Personal Rover suitable for As with most leading technological fields, robotics children and adults who are not specialists in mechanical research is frequently focused upon the creation of engineering or electrical engineering. We hypothesize technology, not on creating compelling applications. that the right robot will catalyze such a community of Although the search for new technologies is a valid early adopters and will harness their inventive potential.
    [Show full text]
  • An Extended Framework for Characterizing Social Robots
    An extended framework for characterizing social robots Kim Baraka∗, Patrícia Alves-Oliveira*, and Tiago Ribeiro Abstract Social robots are becoming increasingly diverse in their design, behavior, and usage. In this chapter, we provide a broad-ranging overview of the main char- acteristics that arise when one considers social robots and their interactions with humans. We specifically contribute a framework for characterizing social robots along 7 dimensions that we found to be most relevant to their design. These dimen- sions are: appearance, social capabilities, purpose and application area, relational role, autonomy and intelligence, proximity, and temporal profile. Within each di- mension, we account for the variety of social robots through a combination of clas- sifications and/or explanations. Our framework builds on and goes beyond existing frameworks, such as classifications and taxonomies found in the literature. More specifically, it contributes to the unification, clarification, and extension of key con- cepts, drawing from a rich body of relevant literature. This chapter is meant to serve as a resource for researchers, designers, and developers within and outside the field of social robotics. It is intended to provide them with tools to better understand and position existing social robots, as well as to inform their future design. Kim Baraka Robotics Institute, Carnegie Mellon University, Pittsburgh, PA 15213, USA INESC-ID and Instituto Superior Técnico, Universidade de Lisboa, 2744-016 Porto Salvo, Portugal e-mail: [email protected] Patrícia Alves-Oliveira arXiv:1907.09873v1 [cs.RO] 23 Jul 2019 Instituto Universitário de Lisboa (ISCTE-IUL) and CIS-IUL, 1649-026 Lisbon, Portugal INESC-ID, 2744-016 Porto Salvo, Portugal e-mail: [email protected] Tiago Ribeiro INESC-ID and Instituto Superior Técnico, Universidade de Lisboa, 2744-016 Porto Salvo, Portugal e-mail: [email protected] ∗ Both authors contributed equally to the chapter.
    [Show full text]
  • Paper 60 (4).Pdf
    A Distributed User-Centered Approach For Control in Ambient Robotic Nicolas Verstaevel, Christine Régis, Marie-Pierre Gleizes, Fabrice Robert To cite this version: Nicolas Verstaevel, Christine Régis, Marie-Pierre Gleizes, Fabrice Robert. A Distributed User- Centered Approach For Control in Ambient Robotic. 8th European Congress on Embedded Real Time Software and Systems (ERTS 2016), Jan 2016, Toulouse, France. hal-01258418 HAL Id: hal-01258418 https://hal.archives-ouvertes.fr/hal-01258418 Submitted on 19 Jan 2016 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. A Distributed User-Centered Approach For Control in Ambient Robotic N. Verstaevela, b C. Régisb M.P. Gleizesb F. Roberta [email protected] [email protected] [email protected] [email protected] aSogeti High Tech, 3 Chemin de Laporte, Toulouse, France bIRIT, Équipe SMAC, Université Paul Sabatier, Toulouse, France Abstract: Designing a controller to supervise an ambient application is a complex task. Any change in the system composition or end-users needs involves re-performing the whole design process. Giving to each device the ability to self-adapt to both end-users and system dynamic is then an interesting challenge.
    [Show full text]