Teleoperation with Significant Dynamics

Total Page:16

File Type:pdf, Size:1020Kb

Teleoperation with Significant Dynamics Teleoperation with significant dynamics MATTIAS BRATT Licentiate Thesis Stockholm, Sweden 2009 TRITA-CSC-A 2009:16 ISSN-1653-5723 KTH School of Computer Science and Communication ISRN-KTH/CSC/A–09/16-SE SE-100 44 Stockholm ISBN 978-91-7415-486-3 SWEDEN Akademisk avhandling som med tillstånd av Kungl Tekniska högskolan framlägges till offentlig granskning för avläggande av teknologie licentiatexamen i datalogi fredagen den 27 november 2009 klockan 13.00 i hörsal D3, Lindstedtsvägen 5, Kungl Tekniska högskolan, Stockholm. © Mattias Bratt, november 2009 Tryck: Universitetsservice US AB iii Abstract The subject of this thesis is teleoperation, and especially teleoperation with demanding time constraints due to significant dynamics inherent in the task. A comprehensive background is given, describing many aspects of tele- operation, from history and applications to operator interface hardware and relevant control theory concepts. Then follows a presentation of the research done by the author. Two prototypical highly dynamic teleoperation tasks have been attempted: high speed driving, and ball catching. Systems have been developed for both, employing operator interfaces tailored to facilitate perception of the remote scene and including assistive features to promote successful task completion within the required time frame. Prediction of the state at the remote site as well as of operator action has been applied to address the problem of delays arising when using the Internet as the communication channel. v Sammanfattning Detta arbete handlar om teleoperation, som skulle kunna översättas med fjärrstyrning, och speciellt sådan som ställer stränga tidskrav på grund av att uppgiftens natur inbegriper en avsevärd dynamik. Först ges en bred bakgrund där många aspekter av teleoperation belyses, från dess historia och använd- ningsområden till hårdvara för användargränssnitt och relevant reglerteori. Sedan följer en presentation av författarens forskning på området. Två prototypuppgifter har använts, som båda involverar snabba dynamis- ka förlopp: styrning av en mobil robot i hög hastighet och fångst av kastade bollar i luften. Teleoperationssystem har utvecklats för båda uppgifterna. An- vändargränssnit har skräddarsytts för att göra det lättare för operatören att uppfatta vad som händer med och omkring den styrda roboten, och aktiva hjälpmedel har byggts in för att ge större möjligheter att fullgöra uppgiften på tillgänglig tid. Modellering och prediktion av roboten och dess omgivning, men också av operatörens kommandon, har använts för att lösa de fördröjnings- problem som uppstår när internet används som kommunikationsmedium. Acknowledgements First of all I would like to thank my supervisors at CVAP and CAS: Jan-Olof Eklundh introduced me to the world of robotics research during my first years as a PhD student. Later, Henrik I. Christensen helped me restart my studies within the Neurobotics EU project and co-authored the papers in which my work has been published. After Henrik had left KTH for Georgia Tech, Danica Kragic guided my final steps up to the finishing of this thesis. My closest colleagues, Kristina Winbladh, Simone Frintrop, and Christian Smith, deserve special thanks for our many fruitful discussions not only related to work, and for making the traveling to Neurobotics meetings and robotics conferences so much more enjoyable. Parts of the work presented here was done in cooperation with Christian; the teleoperated catching experiments would not have been possible without his participation. I thank all the people at CVAP/CAS for the friendly and creative atmosphere in which I have had the pleasure to work. Patric Jensfelt helped me out many times, e.g. with miscellaneous hardware and software problems. Elena Pacchierotti introduced me to Pepe, Luca, and Dulce, and we spent many nice lunch hours together, during which I learned how to enjoy a good espresso. Thank you Lisa and Peter for your constant support. And finally, Fialotta. I would not have made it without you! This work was funded by the European Union sixth framework program Neu- robotics project (FP6-IST-001917). vii Contents Contents ix 1 Introduction 1 1.1Outlineofthethesis........................... 3 1.2Listofpublications............................ 5 2 Background 7 2.1Teleoperationhistory........................... 10 2.2Userinterfaces.............................. 13 2.2.1 Haptics.............................. 16 2.2.2 Video/3D Graphics . 18 2.3Teleoperationcontroltheory....................... 24 2.3.1 Two-port model of haptic interfaces . 24 2.3.2 Stability and passivity . 26 2.3.3 Wavevariables.......................... 28 2.3.4 Smithprediction......................... 32 2.4Catching/interceptingflyingobjects.................. 33 2.4.1 Human catching and interception . 33 2.4.2 Automated catching and interception . 35 2.5Spacetelerobotics............................ 36 3 Remote robot driving system 41 3.1Controlmodel............................... 42 3.1.1 Basiccontrollerstructure.................... 43 3.1.2 Multiplemeasurementchannelscontroller........... 44 3.2Operatorinterface............................ 46 3.3Obstacleforces.............................. 48 3.3.1 Relatedwork........................... 49 3.3.2 Mapping obstacles to the (v, κ)commandspace........ 50 3.3.3 Obstaclelocations........................ 54 3.4Softwareimplementation......................... 54 3.4.1 Operatorinterfacecomputer.................. 54 3.4.2 Networkcommunication..................... 59 ix x CONTENTS 3.4.3 Robotcomputer......................... 60 3.5Earlyevaluation............................. 61 3.6Openissusesforfuturework....................... 62 4 Teleoperated catching system 65 4.0.1 Robotic hardware and ball sensing . 65 4.1Controlmodel............................... 67 4.1.1 Operator input modeling . 68 4.2Operatorinterface............................ 71 4.2.1 HMD/magnetic tracker interface . 72 4.2.2 Feedbackforces.......................... 73 4.3Softwareimplementation......................... 74 4.3.1 Additional visualization features . 77 4.3.2 Interfacing the Nest of Birds magnetic tracker . 77 4.4 Experiment 1: Catching simulation with one subject . 78 4.4.1 ResultsfromExperiment1 ................... 79 4.4.2 Prediction............................. 79 4.4.3 Trajectoryclassification..................... 82 4.5 Experiment 2: Catching simulation with ten subjects and two interfaces 85 4.5.1 ResultsfromExperiment2 ................... 85 4.6 Experiment 3: Teleoperated catching with user input prediction and semi-autonomy.............................. 89 4.6.1 ResultsfromExperiment3 ................... 91 4.7 Experiment 4: Teleoperated catching with user instruction and semi- autonomy................................. 93 4.7.1 ResultsfromExperiment4 ................... 93 4.8 Conclusions from teleoperated catching . 95 5 Summary and conclusions 99 5.1Teleoperateddriving...........................100 5.2Teleoperatedcatching..........................102 5.3Futurework................................103 Bibliography 105 Chapter 1 Introduction Teleoperation, i.e. using a machine to physically perform actions controlled by a human operator at a different location (Figure 1.1), has been studied for a long time, at least since World War II when it was used for handling nuclear material (Goertz, 1954). Other applications, apart from the handling of dangerous materials, include space telerobotics, as popularly exemplified by the NASA Mars Rover program, and telesurgery where the surgeon and patient might be on separate continents. Traditionally, delays in command and control systems have been handled by predictive methods (Åström and Wittenmark, 1995) or through increased autonomy — i.e. higher level control. Large communication delays are unavoidable when the robot is located on a remote planet, but delays can also be caused by imperfections in the communication channel. This is the case when using the Internet as the teleoperation medium like the teleoperation systems presented in this thesis do. The main question addressed in research presented here is how teleoperation can be performed in the presence of significant dynamics as related to the communica- tion delay in the system. I.e., how can teleoperation tasks be handled, for which the operator has to react to changes in the feedback from the remote end of the system on the same timescale as that of the communication delay? Put in another Figure 1.1: Teleoperation. 1 2 CHAPTER 1. INTRODUCTION delay prediction delay 2 x delay comm. link Figure 1.2: Simplified representation of teleoperation for a highly dynamic task (ball catching) using prediction to compensate for communication delay. way, the situation dealt with is when the time delay Td is significant compared to a time Tp characteristic to the dynamics of the remote robot process. In fact, delays may not only exist in the teleoperation system. There is also the related case of delays being biological, as human reaction times can be significant for some tasks. Since teleoperation systems include a control loop closed over the human op- erator and the communication delay, any such delay may cause instability and/or decreased performance. However, the requirements of a highly dynamic task limit the tolerable amount of performance degradation. The challenge, therefore, is one of achieving adequate performance while still maintaining system stability. Few studies have considered teleoperation in the presence of significant dynamics. Two significantly dynamic remote robot processes
Recommended publications
  • Review of Advanced Medical Telerobots
    applied sciences Review Review of Advanced Medical Telerobots Sarmad Mehrdad 1,†, Fei Liu 2,† , Minh Tu Pham 3 , Arnaud Lelevé 3,* and S. Farokh Atashzar 1,4,5 1 Department of Electrical and Computer Engineering, New York University (NYU), Brooklyn, NY 11201, USA; [email protected] (S.M.); [email protected] (S.F.A.) 2 Advanced Robotics and Controls Lab, University of San Diego, San Diego, CA 92110, USA; [email protected] 3 Ampère, INSA Lyon, CNRS (UMR5005), F69621 Villeurbanne, France; [email protected] 4 Department of Mechanical and Aerospace Engineering, New York University (NYU), Brooklyn, NY 11201, USA 5 NYU WIRELESS, Brooklyn, NY 11201, USA * Correspondence: [email protected]; Tel.: +33-0472-436035 † Mehrdad and Liu contributed equally to this work and share the first authorship. Abstract: The advent of telerobotic systems has revolutionized various aspects of the industry and human life. This technology is designed to augment human sensorimotor capabilities to extend them beyond natural competence. Classic examples are space and underwater applications when distance and access are the two major physical barriers to be combated with this technology. In modern examples, telerobotic systems have been used in several clinical applications, including teleoperated surgery and telerehabilitation. In this regard, there has been a significant amount of research and development due to the major benefits in terms of medical outcomes. Recently telerobotic systems are combined with advanced artificial intelligence modules to better share the agency with the operator and open new doors of medical automation. In this review paper, we have provided a comprehensive analysis of the literature considering various topologies of telerobotic systems in the medical domain while shedding light on different levels of autonomy for this technology, starting from direct control, going up to command-tracking autonomous telerobots.
    [Show full text]
  • Panospheric Video for Robotic Telexploration
    Panospheric Video for Robotic Telexploration John R. Murphy CMU-RI-TR-98-10 Submined in partial fulfiient of the requirements for the degree of Doctor of Philosophy in Robotics The Robotics Institute Cknegie Mellon University Pittsburgh, Pennsylvania 15213 May 1998 0 1998 by John R. Murphy. All rights reserved. This research was supported in part by NASA grant NAGW-117.5. The views and conclusions contained in this document are those of the author and should not be interpreted as representing the official policies, either expressed or implied, of NASA or the U.S. Government. Robotics Thesis Panospheric Video for Robotic Telexploration John Murphy Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in the field of Robotics ACC-. William L. Whittaka TheEis Cormittee Chair Date Matthew T. Mason- - Program Chir Y Date APPROVED: fL-4 36 JiiIff+? Pa Christian0 Rowst Date - Abstract Teleoperation using cameras and monitors fails to achieve the rich and natural perceptions available during direct hands-on operation. Optimally. a reniote telepresence reproduces visual sensations that enable equivalent understanding and interaction as direct operation. Through irnrnersive video acquisition and display. the situational awareness ola remote operator is brought closer lo that of direct operation. Early teleoperation research considered the value of wide tields of view. Howe~er. utilization of wide fields of view meant sacrificing resolution and presenting distorted imagery to the viewer. With recent advances in technology. these problems are no longer barriers to hyper-wide field of view video. Acquisition and display of video conveying the entire surroundings of a tclcoperated mobile robot requires innolwtion of hardware and software.
    [Show full text]
  • Teleoperation of a 7 DOF Humanoid Robot Arm Using Human Arm Accelerations and EMG Signals
    Teleoperation of a 7 DOF Humanoid Robot Arm Using Human Arm Accelerations and EMG Signals J. Leitner, M. Luciw, A. Forster,¨ J. Schmidhuber Dalle Molle Institute for Artificial Intelligence (IDSIA) & Scuola universitaria professionale della Svizzera Italiana (SUPSI) & Universita` della Svizzera italiana (USI), Switzerland e-mail: [email protected] Abstract 2 Background and Related Work We present our work on tele-operating a complex hu- The presented research combines a variety of subsys- manoid robot with the help of bio-signals collected from tems together to allow the safe and robust teleoperation of the operator. The frameworks (for robot vision, collision a complex humanoid robot. For the experiments herein, avoidance and machine learning), developed in our lab, we are using computer vision, together with accelerom- allow for a safe interaction with the environment, when eters and EMG signals collected on the operator’s arm combined. This even works with noisy control signals, to remotely control the 7 degree-of-freedom (DOF) robot such as, the operator’s hand acceleration and their elec- arm – and the 5 fingered end-effector – during reaching tromyography (EMG) signals. These bio-signals are used and grasping tasks. to execute equivalent actions (such as, reaching and grasp- ing of objects) on the 7 DOF arm. 2.1 Robotic Teleoperation Telerobotics usually refers to the remote control of 1 Introduction robotic systems over a (wireless) link. First use of tele- robotics dates back to the first robotic space probes used More and more robots are sent to distant or dangerous during the 20-th century. Remote manipulators are nowa- environments to perform a variety of tasks.
    [Show full text]
  • Autonomous Unmanned Ground Vehicle and Indirect Driving
    Autonomous Unmanned Ground Vehicle and Indirect Driving ABSTRACT This paper describes the design and challenges faced in the development of an Autonomous Unmanned Ground Vehicle (AUGV) demonstrator and an Indirect Driving Testbed (IDT). The AUGV has been modified from an M113 Armoured Personnel Carrier and has capabilities such as remote control, autonomous waypoint seeking, obstacle avoidance, road following and vehicle following. The IDT also enables the driver of an armoured vehicle to drive by looking at live video feed from cameras mounted on the exterior of the vehicle. These two technologies are complementary, and integration of the two technology enablers could pave the way for the deployment of semi-autonomous unmanned (and even manned) vehicles in battles. Ng Keok Boon Tey Hwee Choo Chan Chun Wah Autonomous Unmanned Ground Vehicle and Indirect Driving ABSTRACT This paper describes the design and challenges faced in the development of an Autonomous Unmanned Ground Vehicle (AUGV) demonstrator and an Indirect Driving Testbed (IDT). The AUGV has been modified from an M113 Armoured Personnel Carrier and has capabilities such as remote control, autonomous waypoint seeking, obstacle avoidance, road following and vehicle following. The IDT also enables the driver of an armoured vehicle to drive by looking at live video feed from cameras mounted on the exterior of the vehicle. These two technologies are complementary, and integration of the two technology enablers could pave the way for the deployment of semi-autonomous unmanned (and even manned) vehicles in battles. Ng Keok Boon Tey Hwee Choo Chan Chun Wah Autonomous Unmanned Ground Vehicle and Indirect Driving 54 AUGV has been tested.
    [Show full text]
  • Advanced C2 Vehicle Crewstation for Control of Unmanned Ground Vehicles
    UNCLASSIFIED/UNLIMITED Advanced C2 Vehicle Crewstation for Control of Unmanned Ground Vehicles David Dahn Bruce Brendle Marc Gacy, PhD U.S. Army Tank-automotive & Micro Analysis & Design Inc. Armaments Command 4949 Pearl East Circle, Ste 300 AMSTA-TR-R (MS 264: Brendle) Boulder, CO 80301 Warren, MI 48397-5000 UNITED STATES UNITED STATES Tele: (303) 442-6947 Phone: 586 574-5798 Fax: (303) 442-8274 Fax: 586 574-8684 Email: [email protected] / [email protected] [email protected] 1.0 INTRODUCTION 1.1 Rationale Future military operational requirements may utilize unmanned or unattended assets for certain military missions that currently place military personnel in harms way for performing jobs and tasks that can be accomplished with robotic assets. To answer these needs, the US Army established two advanced technology demonstration (ATD) programs, the Crew integration & Automation Testbed (CAT) and the Robotic Follower (RF), for the development, integration and demonstration of technologies for reduced crew operations and unmanned vehicle control. The Tank Automotive Research, Development and Engineering Center (TARDEC) of the U.S. Army Tank-automotive and Armaments Command (TACOM) is executing these programs together in an effort entitled Vetronics Technology Integration (VTI). VTI comprises a number of different commercial, and government participants working research issues for near and far term vehicular electronics and robotic challenges. 1.2 Context The use of robotics in the near term will be through soldier-robot teams. A great deal of research is being conducted into developing semi-autonomous robotic systems and our research and development efforts are focused on defining new interfaces to empower the warfighter to employ these autonomous systems while conducting their existing mission (Dahn and Gacy, 2002).
    [Show full text]
  • Vehicle Teleoperation Interfaces
    Autonomous Robots 11, 9–18, 2001 c 2001 Kluwer Academic Publishers. Manufactured in The Netherlands. Vehicle Teleoperation Interfaces TERRENCE FONG The Robotics Institute, Carnegie Mellon University, Pittsburgh, Pennsylvania 15213, USA; Institut de Systemes` Robotiques, Ecole Polytechnique Fed´ erale´ de Lausanne, CH-1015 Lausanne, Switzerland CHARLES THORPE The Robotics Institute, Carnegie Mellon University, Pittsburgh, Pennsylvania 15213, USA Abstract. Despite advances in autonomy, there will always be a need for human involvement in vehicle tele- operation. In particular, tasks such as exploration, reconnaissance and surveillance will continue to require human supervision, if not guidance and direct control. Thus, it is critical that the operator interface be as efficient and as capable as possible. In this paper, we provide an overview of vehicle teleoperation and present a summary of interfaces currently in use. Keywords: human robot interaction, mobile robots, remote driving, vehicle teleoperation, ROV, RPV, UAV, UGV 1. Introduction sensor data. Because vehicles may cover large dis- tances, map building and registration are significant 1.1. Vehicle Teleoperation issues. Vehicle teleoperation means simply: operating a vehi- cle at a distance (Fig. 1). It is used for difficult to reach 1.2. Interfaces environments, to reduce mission cost, and to avoid loss of life. Although some restrict the term teleoperation In order for vehicle teleoperation to perform well, the to denote only direct control (i.e., no autonomy), we human-robot interface must be as efficient and as capa- consider teleoperation to encompass the broader spec- ble as possible. All interfaces provide tools to perceive trum from manual to supervisory control. Furthermore, the remote environment, to make decisions, and to gen- the type of control can vary and may be shared/traded erate commands.
    [Show full text]
  • Teleoperation Interfaces in Human-Robot Teams Band 1
    Institut für Informatik Lehrstuhl für Robotik und Telematik Prof. Dr. K. Schilling Würzburger Forschungsberichte in Robotik und Telematik Uni Wuerzburg Research Notes in Robotics and Telematics Frauke Driewer Teleoperation Interfaces in Human-Robot Teams Band 1 Teleoperation Interfaces in Human-Robot Teams Dissertation zur Erlangung des naturwissenschaftlichen Doktorgrades der Julius-Maximilians-Universit¨atW¨urzburg vorgelegt von Frauke Driewer aus Ettlingen W¨urzburg2008 Eingereicht am: 01.10.2008 bei der Fakult¨atf¨urMathematik und Informatik 1. Gutachter: Prof. Dr. Klaus Schilling 2. Gutachter: Prof. Dr. Aarne Halme Tag der m¨undlichen Pr¨ufung: 08.05.2009 Danksagung An erster Stelle gilt mein allerherzlichster Dank meinem Doktorvater Prof. Dr. Klaus Schilling f¨urdie M¨oglichkeit an diesem spannenden Thema zu arbeiten und f¨ur seine Unterst¨utzung bei der Bearbeitung. In meiner Zeit an seinem Lehrstuhl habe ich viel von ihm lernen k¨onnen und ich bin besonders dankbar f¨ur das Ver- trauen, das er in den zur¨uckliegenden Jahren immer in mich gesetzt hat. Weiterhin m¨ochte ich Prof. Dr. Aarne Halme herzlich f¨urdie Erstellung des Zweitgutachtens danken, sowie den Mitgliedern der Pr¨ufungskommission Prof. Dr. Rainer Kolla und Prof. Dr. J¨urgen Albert. Am Lehrstuhl f¨ur Robotik und Telematik des Instituts f¨ur Informatik an der Universit¨atW¨urzburg hatte ich die Chance in einem aussergew¨ohnlichen Team mitzuarbeiten, in dem die Arbeit jeden Tag Freude gemacht hat. Danke daf¨urbesonders an Markus Sauer, Florian Zeiger, Dr. Lei Ma, Rajesh Shankar Priya, Marco Schmidt, Daniel Eck, Christian Herrmann, Martin Hess, Dr. Peter Hokayem, Dieter Ziegler, Annette Zillenbiller, Edith Reuter und Heidi Schaber.
    [Show full text]
  • From Teleoperation to Autonomy: “Autonomizing” Non-Autonomous Robots
    From Teleoperation to Autonomy: “Autonomizing” Non-Autonomous Robots B. Kievit-Kylar1, P. Schermerhorn1, and M. Scheutz3 1Cognitive Science Program, Indiana University, Bloomington, IN 47404, USA 2Department of Computer Science, Tufts University, Medford, MA 02155, USA Abstract— Many complex tasks (search and rescue, explo- close to the robotic platform may put the operator in danger, sive ordinance disposal, and more) that eventually will be eliminating the primary advantage of using a robot. Even in performed by autonomous robots are still performed by the absence of such obstacles, the need for constant human human operators via teleoperation. Since the requirements attention adds expense and limits the overall effectiveness of of teleoperation are different from those of autonomous oper- the robot. The ability to operate these robots autonomously ation, design decisions of teleoperation platforms can make would avoid many of these limitations, but researchers need it difficult to convert such platforms for autonomous use. access to the robots to continue to improve the performance In this paper, we discuss the differences and the potential of autonomous robot architectures to the point where the difficulties involved in this conversion, as well as strategies human operator is not needed. for overcoming them. And we demonstrate these strategies by The common response to the above issues has been “autonomizing” a fully teleoperated robot designed for tasks the design of “hybrid autonomous/teleoperated” systems such as bomb disposal, using an autonomous architecture that combine the strengths of both approaches. Mixed- that has the requisite capabilities. initiative architectures are suitable as extraplanetary rover control systems, where prohibitive communication delays Keywords: tele-operation, autonomy, conversion necessitate some degree of autonomy, while the higher- level decision-making remains in the hands of a team of 1.
    [Show full text]
  • Shared Control for Vehicle Teleoperation with a Virtual Environment Interface
    DEGREE PROJECT IN THE FIELD OF TECHNOLOGY ENGINEERING PHYSICS AND THE MAIN FIELD OF STUDY ELECTRICAL ENGINEERING, SECOND CYCLE, 30 CREDITS STOCKHOLM, SWEDEN 2020 Shared Control for Vehicle Teleoperation with a Virtual Environment Interface ANTON BJÖRNBERG KTH ROYAL INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE Shared Control for Vehicle Teleoperation with a Virtual Environment Interface Anton Bj¨ornberg Master in Systems, Control and Robotics June 2020 Supervisor: Frank Jiang Examiner: Prof. Jonas M˚artensson KTH Royal Institute of Technology School of Electrical Engineering and Computer Science Abstract Teleoperation has been suggested as a means of overcoming the high uncertainty in auto- mated driving by letting a remote human driver assume control of an automated vehicle when it is unable to proceed on its own. Remote driving, however, suffers from restricted situational awareness and network latency, which can increase the risk for accidents. In most cases though, the automation system will still be functional, which opens the possibility for shared control where the human and machine collaborates to accomplish the task at hand. This thesis develops one such method in which an operator demonstrates their intentions by maneuvering a virtual vehicle in a virtual environment. The real vehicle observes the virtual counterpart and acts autonomously to mimic it. For this, the vehicle uses a genetic algorithm to find a path that is similar to that of the virtual vehicle, while avoiding poten- tial obstacles. Longitudinal control is performed with a method inspired by Adaptive Cruise Control (ACC) and lateral control is achieved with a model predictive controller (MPC).
    [Show full text]
  • Collaborative Teleoperation Via the Internet *
    Collaborative Teleoperation via the Internet Ken Goldberg, Billy Chen, Rory Solomon, Steve Bui, Bobak Farzin, Jacob Heitler, Derek Poon, Gordon Smith Alpha Lab, IEOR Department, UC Berkeley We describe a system that allows a distributed group is achieved using two-sided color-coded paddles and a com- of users to simultaneously teleoperate an industrial robot puter vision system that aggregates the color field resulting arm via the Internet. A java applet at each client streams from all paddle positions. The developers report that groups mouse motion vectors from up to 30 users; a server aggre- of untrained users are able to coordinate aggregate motion, gates these inputs to produce a single control stream for the for example to move a cursor through a complex maze on robot. Users receive visual feedback from a digital camera the screen. mounted above the robot arm. To our knowledge, this is the first collaboratively controlled robot on the Internet. To test it please visit: http://ouija.berkeley.edu/ 1 Introduction In most teleoperation systems, a single user input controls a single robot. Several researchers have considered the prob- lem of one user controlling multiple robots; for a review of research in cooperative teleoperation see [1]. Here we con- sider the inverse problem: combining multiple user inputs to control a single industrial robot arm. We proposed the term “collaborative teleoperation” to describe such a many- one control architecture. Consider the following scenario in space or undersea: a group of users are working together to control a telerobot. Each user monitors a different sensor and submits control inputs appropriate to that sensor information.
    [Show full text]
  • Medical Telerobotic Systems: Current Status and Future Trends
    Avgousti et al. BioMed Eng OnLine (2016) 15:96 DOI 10.1186/s12938-016-0217-7 BioMedical Engineering OnLine REVIEW Open Access Medical telerobotic systems: current status and future trends Sotiris Avgousti1* , Eftychios G. Christoforou2, Andreas S. Panayides3,6, Sotos Voskarides4, Cyril Novales5, Laurence Nouaille5, Constantinos S. Pattichis6 and Pierre Vieyres5 *Correspondence: [email protected] Abstract 1 Nursing Department, Teleoperated medical robotic systems allow procedures such as surgeries, treatments, School of Health and Science, Cyprus and diagnoses to be conducted across short or long distances while utilizing wired University of Technology, 30 and/or wireless communication networks. This study presents a systematic review of Archbishop Kyprianou Street, the relevant literature between the years 2004 and 2015, focusing on medical teleop- 3036 Limassol, Cyprus Full list of author information erated robotic systems which have witnessed tremendous growth over the exam- is available at the end of the ined period. A thorough insight of telerobotics systems discussing design concepts, article enabling technologies (namely robotic manipulation, telecommunications, and vision systems), and potential applications in clinical practice is provided, while existing limi- tations and future trends are also highlighted. A representative paradigm of the short- distance case is the da Vinci Surgical System which is described in order to highlight relevant issues. The long-distance telerobotics concept is exemplified through a case study on diagnostic ultrasound scanning. Moreover, the present review provides a clas- sification into short- and long-distance telerobotic systems, depending on the distance from which they are operated. Telerobotic systems are further categorized with respect to their application field.
    [Show full text]
  • Networked Robots: from Telerobotics to Cloud Robotics
    Chapter 44 Networked Robots: from Telerobotics to Cloud Robotics Summary As of 2013, almost all robots have access to com- Robotics Networking puter networks that offer extensive computing, mem- Chap. 44 ory, and other resources that can dramatically im- prove performance. The underlying enabling frame- work is the focus of this chapter: networked robots. Networked robots trace their origin to telerobots, or remotely controlled robots. Telerobots are widely Figure 44.1: Relationship between the subjects of used to explore undersea terrains and outer space, networked robots (Chapter 44, the present chap- to defuse bombs, and to clean up hazardous waste. ter), teleoperation (Chapter 43), and multiple mobile Until 1994, telerobots were accessible only to trained robot systems (Chapter 51) and trusted experts through dedicated communica- tion channels. This chapter will describe relevant net- work technology, the history of networked robots as robot systems concerns coordination and planning of it evolves from teleoperation to cloud robotics, prop- autonomous robots and sensors communicating over erties of networked robots, how to build a networked local networks. The subfield of Networked Robots fo- robot, example systems. Later in the chapter we fo- cuses on the robot system architectures, interfaces, cus on the recent progress on cloud robotics, and top- hardware, software, and applications that use net- ics for future research. works (primarily the Internet / Cloud). By 2012, several hundred networked robots have been developed and put online for public use. Many 44.1 Overview and Background papers have been published describing these systems and a book on this subject by Goldberg and Siegwart As illustrated in Fig.
    [Show full text]