From Teleoperation to Autonomy: “Autonomizing” Non-Autonomous Robots

Total Page:16

File Type:pdf, Size:1020Kb

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. Introduction human experts [4]. Several groups have examined effective Teleoperated robots are becoming widely available for all mechanisms for adjustable autonomy, so that the balance kinds of activities, from defusing bombs (like the IRobot between teleoperation and autonomy can be dynamically Packbot in war zones)1 to remote presence robots (like the altered to fit the circumstances [5], [6], [7]. Vgo)2. These robots are able to go places and do things that While mixed-initiative systems touch on the autonomiza- would normally be too dangerous for humans, or simply tion problem, these systems are designed from the ground be too expensive to be practical. They include a range of up with partial autonomy in mind. Very little work has sophisticated equipment and low-level control algorithms, been done on converting systems that were designed to and would seem to be naturally suited, and are certainly be purely teleoperated into partially or fully autonomous highly desirable, for autonomous operation. Compared to systems. Not only is the literature on the transformation of autonomous robots, teleoperated robots are easier to build non-autonomous robots into autonomous ones far sparser, and easier to sell because no control system for autonomous but the existing papers also focus mostly on the integration operation has to be designed (all the intelligence and con- of one particular robotic platform. E.g., Barreto [8] describes trol lies with the human operator instead) and sometimes the autonomization of the ANDROS platform using the idea poorer quality or fewer sensors can be used (as humans of interchangeable “brick” components to add new sensory can generally make better use of available sensors than capabilities. Similarly, Stewart and Khosla[9] describe a current autonomous techniques). Hence, it is unsurprising modular control mechanism for a Puma 560 in which a that increasing the efficacy of teleoperation interfaces is a teleoperation module is replaced with an autonomous one. continued research focus (e.g., [1], [2], [3]). We believe that a greater understanding of how a con- One obvious drawback of teleoperation is the need to version can be done would be greatly beneficial to the have a live control stream of data for sensors and effectors. field. In this paper, we describe our efforts for developing However, given the constraints that make robots appealing systematic principles for converting non-autonomous tele- tools, it may be difficult or impossible to establish the operated robots into fully autonomous platforms. We start data connection (e.g., because of the distances involved or with a brief background on teleoperated and autonomous environmental interference), and requiring a controller to be robots. We then discuss some of the design philosophies that affect “autonomizing” teleoperated systems. Next we 1http://www.irobot.com/gi/ground/510_PackBot describe our transformation of the Multi-Mission Payload 2http://www.vgocom.com/what-vgo Platform (M2P2) into a general purpose autonomous system. After presenting an evaluation of the new system in a The remainder of this section examines in more detail “bomb disposal” task, we finish with some discussion about specific challenges that may need to be addressed when im- limitations of this technique as well as how generalizable it plementing an autonomous architecture on a robot designed is to other robotic platforms.3 for teleoperation. a) Physical connection: Sensors and effectors need to be 2. “Autonomizing” Teleoperated Robots exposed to the control architecture. In some cases it may be Successfully implementing an autonomous architecture on possible to make use of the existing teleoperation channel, a robot that has been designed for teleoperation requires but (as noted above), this will sometimes not be feasible. overcoming a variety of challenges. All of these challenges In that case, it will be necessary to create alternative inter- are traceable in some way to how different constraints factor faces (e.g., RS-232 or USB-based serial or wired Ethernet into the design of purely teleoperated robots. connections). Moreover, if device drivers and libraries do While there are some obvious mechanical differences not provide access at the right level of abstraction, it may existing in the hardware needed to perform communication be necessary for the control architecture to implement a with an operator verses an autonomous system, many more software interface, as well. subtle assumptions go into the construction of these two b) General control algorithms for effectors: Similarly, types of robotic platforms. Autonomous and teleoperated depending on the nature of the particular sensors and effec- robots will often require different levels of sophistication tors, it might be possible to use existing control algorithms in the sensors needed to perform their tasks. For example, (e.g., for a mobile robot base or for an n-degree of freedom while the output of wheel encoders and range-finders may be manipulator) or to use them after only minor adaptations. In very useful in allowing a program to determine its position, the worst case (typically because a given piece of hardware often humans rely on more expensive sensors such as video is used differently under teleoperation than under autonomy), cameras to quickly expose them to a high volume of noisy new algorithms need to be developed for particular sensors data. As well as sophistication in sensors, complex robots and effectors. For example, feedback from sensors such as with many moving parts require complex control systems. wheel encoders can be used to generate a simple, immediate, While a human operator may only be able to focus on a computational understanding of an autonomous robot’s pose. subset of controls at any given time, microchips are able However, the human operator is unlikely to find encoder to compartmentalize the various effectors allowing simulta- counts useful, so they may not be exposed via a software neous meaningful control of all. While more user friendly interface, and in the worst case, may not even be present interfaces or multiple operators may alleviate the control at all. Other sensors, such as cameras, are often easier to problem to some degree, it can not match the orchestration access, but may still require additional processing steps (e.g., of a single programmatic control architecture. Similarly, the to extract individual frames for visual processing from a computational requirements of a remotely-controlled robot video stream encoded for efficient transmission). can be very low. Hence, there may be no general-purpose onboard computer, or that computer may be underpowered c) Control architecture: Naturally, one of the biggest to handle the tasks (problem-solving, sensor processing, etc.) changes will be the inclusion of the autonomous control required for autonomous operation. architecture itself. A wide variety of configurations is pos- The same goes for effectors; for example, the design sible; depending on the task, the control architecture will of a gripper that will be actuated via a gamepad in the comprise different components, possibly including a planner, hands of a skilled user might look very different from an action execution component, components for user inter- what an autonomous robot architect might ideally envision faces including screen-based and possibly spoken natural (e.g., because it has fewer safeguards, relying instead on language dialog interfaces. The task approach can either be the operator’s skill and judgment). Even at the mundane pre-programmed
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]
  • 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.
    [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]
  • 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]