Dynamic Reconfiguration of Mission Parameters in Underwater Human

Total Page:16

File Type:pdf, Size:1020Kb

Dynamic Reconfiguration of Mission Parameters in Underwater Human Dynamic Reconfiguration of Mission Parameters in Underwater Human-Robot Collaboration Md Jahidul Islam1, Marc Ho2, and Junaed Sattar3 Abstract— This paper presents a real-time programming and in the underwater domain, what would otherwise be straight- parameter reconfiguration method for autonomous underwater forward deployments in terrestrial settings often become ex- robots in human-robot collaborative tasks. Using a set of tremely complex undertakings for underwater robots, which intuitive and meaningful hand gestures, we develop a syntacti- cally simple framework that is computationally more efficient require close human supervision. Since Wi-Fi or radio (i.e., than a complex, grammar-based approach. In the proposed electromagnetic) communication is not available or severely framework, a convolutional neural network is trained to provide degraded underwater [7], such methods cannot be used accurate hand gesture recognition; subsequently, a finite-state to instruct an AUV to dynamically reconfigure command machine-based deterministic model performs efficient gesture- parameters. The current task thus needs to be interrupted, to-instruction mapping and further improves robustness of the interaction scheme. The key aspect of this framework is and the robot needs to be brought to the surface in order that it can be easily adopted by divers for communicating to reconfigure its parameters. This is inconvenient and often simple instructions to underwater robots without using artificial expensive in terms of time and physical resources. Therefore, tags such as fiducial markers or requiring memorization of a triggering parameter changes based on human input while the potentially complex set of language rules. Extensive experiments robot is underwater, without requiring a trip to the surface, are performed both on field-trial data and through simulation, which demonstrate the robustness, efficiency, and portability of is a simpler and more efficient alternative approach. this framework in a number of different scenarios. Finally, a Controlling a robot using speech, direct input (e.g., a user interaction study is presented that illustrates the gain in the keyboard or joystick), or free-form gestures is a general ease of use of our proposed interaction framework compared paradigm [3], [5], [22] in the context of Human-Robot In- to the existing methods for the underwater domain. teraction (HRI). Unlike relatively less challenging terrestrial environments, the use of keyboard or joystick interfaces I. INTRODUCTION or tactile sensors is unappealing in underwater applications Underwater robotics is an area of significantly increasing since it entails costly waterproofing and introduces an addi- importance and applications, and is experiencing a rapid tional point of failure. Additionally, since speech or RGB- D(i.e., visual and depth image)-based interfaces, such as rise in research endeavors. Truly autonomous underwater TM TM navigation is still an open problem, with the underwater a Leap Motion or Kinect are not feasible underwater, domain posing unique challenges to robotic sensing, per- vision-based communication schemes are more natural for ception, navigation, and manipulation. However, a simple diver-robot interaction. yet robust human-robot communication framework [4], [9], [23] is desired in many tasks which requires the use of autonomous underwater vehicles (AUVs). Particularly, the ability to accept direct human guidance and instructions during task execution (see Fig. 1) is of vital importance. Additionally, such semi-autonomous behavior of a mobile robot with human-in-the-loop guidance reduces operational arXiv:1709.08772v8 [cs.RO] 20 Feb 2018 overhead by eliminating the necessity of teleoperation (and one or more teleoperators). However, simple and intuitive instruction sets and robust instruction-to-action mapping are essential for successful use of AUVs in a number of critical applications such as search-and-rescue, surveillance, underwater infrastructure inspection, and marine ecosystem Fig. 1: Divers programming an AUV using the RoboChat [9] monitoring. language using ARTag [11] markers; note the thick “tag The ability to alter parts of instructions (i.e., modifying book” being carried by the diver, which, while necessary, subtasks in a larger instruction set) and reconfigure program adds to the diver’s cognitive load and impacts mission parameters is often important for underwater exploration and performance data collection processes. Because of the specific challenges . This work explores the challenges involved in designing a The authors are with the Department of Computer Science and Engineer- ing, University of Minnesota-Twin Cities, MN 55455, USA. hand gesture-based human-robot communication framework E-mail:f1islam034, 2hoxxx323, [email protected] for underwater robots. In particular, a simple interaction framework is developed where a diver can use a set of observed motion and mapped to the robot instructions. Since intuitive and meaningful hand gestures to program the ac- more information is embeddable in each trajectory, a large companying robot or reconfigure program parameters on number of instructions can be supported using only two the fly. A convolutional neural network-based robust hand fiducial markers. However, this method introduces additional gesture recognizer is used with a simple set of gesture-to- computational overhead to track the marker motion and instruction mapping. A finite-state machine based interpreter needs robust detection of shape, orientation, and size of the ensures predictable robot behavior by eliminating spurious motion trajectory. Furthermore, these problems are exacer- inputs and incorrect instruction compositions. bated since both robot and human are suspended in a six- degrees-of-freedom (6DOF) environment. Also, the symbol- II. RELATED WORK to-instruction mapping remains unintuitive. Modulating robot control based on human input in the Since the traditional method for communication between form of speech, hand gestures, or keyboard interfaces has scuba divers is with hand gestures, similarly instructing been explored extensively for terrestrial environments [3], robots is more intuitive and flexible than using fiducial [5], [20], [22]. However, most of these human-robot com- markers. Additionally, it relieves the divers of the task of munication modules are not readily applicable in underwater carrying a set of markers, which, if lost, would put the applications due to environmental and operational constraints mission in peril. There exists a number of hand gesture-based [7]. Since visual communication is a feasible and oper- HRI frameworks [3], [5], [21], [22] for terrestrial robots. In ationally simpler method, a number of visual diver-robot addition, recent visual hand gesture recognition techniques interaction frameworks have been developed in the literature. [13]–[15] based on convolutional neural networks have been A gesture-based framework for underwater visual-servo shown to be highly accurate and robust to noise and visual control was introduced in [8], where a human operator distortions [10]. A number of such visual recognition and on the surface was required to interpret the gestures and tracking techniques have been successfully used for under- modulate robot movements. Due to challenging visual con- water tracking [19] and have proven to be more robust than ditions underwater [7] and lack of robust gesture recognition other purely feature-based methods (e.g., [12]). However, techniques, fiducial markers were used in lieu of free-form feasibility of these models for hand gesture based diver-robot hand gestures as they are efficiently and robustly detectable communication has not been explored in-depth yet. under noisy conditions. In this regard, most commonly used fiducial markers have been those with square, black-and- III. METHODOLOGY white patterns providing high contrast, such as ARTags [11] The proposed framework is built on a number of com- and April Tags [17], among others. These consist of black ponents: the choice of hand gestures to map to command symbols on a white background (or the opposite) in different tokens, the robust recognition of hand gestures, and the use patterns enclosed within a square. Circular markers with of a finite-state machine to enforce command structure and similar patterns such as the Photomodeler Coded Targets ignore erroneous detections or malformed commands. Each Module system and Fourier Tags [18] have also been used of these components is described in detail in the following in practice. sections. RoboChat [9] is the first visual language proposed for A. Mapping Hand Gestures to Language Tokens underwater diver-robot communication. Divers use a set of ARTag markers printed on cards to display predefined se- The key objective of this work is to design a simple, quences of symbolic patterns to the robot, though the system yet expressive framework that can be easily adopted by is independent of the exact family of fiducial markers being divers for communicating instructions to the robot without used. These symbol sequences are mapped to commands using fiducial markers or memorizing complex language using a set of grammar rules defined for the language. rules. Therefore, we choose a small collection of visually These grammar rules include both terse imperative action distinctive and intuitive gestures, which would improve the commands as well as complex procedural statements. Despite likelihood of robust recognition in degraded visual condi- its utility,
Recommended publications
  • Remote and Autonomous Controlled Robotic Car Based on Arduino with Real Time Obstacle Detection and Avoidance
    Universal Journal of Engineering Science 7(1): 1-7, 2019 http://www.hrpub.org DOI: 10.13189/ujes.2019.070101 Remote and Autonomous Controlled Robotic Car based on Arduino with Real Time Obstacle Detection and Avoidance Esra Yılmaz, Sibel T. Özyer* Department of Computer Engineering, Çankaya University, Turkey Copyright©2019 by authors, all rights reserved. Authors agree that this article remains permanently open access under the terms of the Creative Commons Attribution License 4.0 International License Abstract In robotic car, real time obstacle detection electronic devices. The environment can be any physical and obstacle avoidance are significant issues. In this study, environment such as military areas, airports, factories, design and implementation of a robotic car have been hospitals, shopping malls, and electronic devices can be presented with regards to hardware, software and smartphones, robots, tablets, smart clocks. These devices communication environments with real time obstacle have a wide range of applications to control, protect, image detection and obstacle avoidance. Arduino platform, and identification in the industrial process. Today, there are android application and Bluetooth technology have been hundreds of types of sensors produced by the development used to implementation of the system. In this paper, robotic of technology such as heat, pressure, obstacle recognizer, car design and application with using sensor programming human detecting. Sensors were used for lighting purposes on a platform has been presented. This robotic device has in the past, but now they are used to make life easier. been developed with the interaction of Android-based Thanks to technology in the field of electronics, incredibly device.
    [Show full text]
  • AUV Adaptive Sampling Methods: a Review
    applied sciences Review AUV Adaptive Sampling Methods: A Review Jimin Hwang 1 , Neil Bose 2 and Shuangshuang Fan 3,* 1 Australian Maritime College, University of Tasmania, Launceston 7250, TAS, Australia; [email protected] 2 Department of Ocean and Naval Architectural Engineering, Memorial University of Newfoundland, St. John’s, NL A1C 5S7, Canada; [email protected] 3 School of Marine Sciences, Sun Yat-sen University, Zhuhai 519082, Guangdong, China * Correspondence: [email protected] Received: 16 July 2019; Accepted: 29 July 2019; Published: 2 August 2019 Abstract: Autonomous underwater vehicles (AUVs) are unmanned marine robots that have been used for a broad range of oceanographic missions. They are programmed to perform at various levels of autonomy, including autonomous behaviours and intelligent behaviours. Adaptive sampling is one class of intelligent behaviour that allows the vehicle to autonomously make decisions during a mission in response to environment changes and vehicle state changes. Having a closed-loop control architecture, an AUV can perceive the environment, interpret the data and take follow-up measures. Thus, the mission plan can be modified, sampling criteria can be adjusted, and target features can be traced. This paper presents an overview of existing adaptive sampling techniques. Included are adaptive mission uses and underlying methods for perception, interpretation and reaction to underwater phenomena in AUV operations. The potential for future research in adaptive missions is discussed. Keywords: autonomous underwater vehicle(s); maritime robotics; adaptive sampling; underwater feature tracking; in-situ sensors; sensor fusion 1. Introduction Autonomous underwater vehicles (AUVs) are unmanned marine robots. Owing to their mobility and increased ability to accommodate sensors, they have been used for a broad range of oceanographic missions, such as surveying underwater plumes and other phenomena, collecting bathymetric data and tracking oceanographic dynamic features.
    [Show full text]
  • Development of an Open Humanoid Robot Platform for Research and Autonomous Soccer Playing
    Development of an Open Humanoid Robot Platform for Research and Autonomous Soccer Playing Karl J. Muecke and Dennis W. Hong RoMeLa: Robotics and Mechanisms Lab Virginia Tech Blacksburg, VA 24061 [email protected], [email protected] Abstract This paper describes the development of a fully autonomous humanoid robot for locomotion research and as the first US entry in to RoboCup. DARwIn (Dynamic Anthropomorphic Robot with Intelligence) is a humanoid robot capable of bipedal walking and performing human like motions. As the years have progressed, DARwIn has evolved from a concept to a sophisticated robot platform. DARwIn 0 was a feasibility study that investigated the possibility of making a humanoid robot walk. Its successor, DARwIn I, was a design study that investigated how to create a humanoid robot with human proportions, range of motion, and kinematic structure. DARwIn IIa built on the name ªhumanoidº by adding autonomy. DARwIn IIb improved on its predecessor by adding more powerful actuators and modular computing components. Finally, DARwIn III is designed to take the best of all the designs and incorporate the robot's most advanced motion control yet. Introduction Dynamic Anthropomorphic Robot with Intelligence (DARwIn), a humanoid robot, is a sophisticated hardware platform used for studying bipedal gaits that has evolved over time. Five versions of DARwIn have been developed, each an improvement on its predecessor. The first version, DARwIn 0 (Figure 1a), was used as a design study to determine the feasibility of creating a humanoid robot abd for actuator evaluation. The second version, DARwIn I (Figure 1b), used improved gaits and software.
    [Show full text]
  • Towards Autonomous Localization of an Underwater Drone
    TOWARDS AUTONOMOUS LOCALIZATION OF AN UNDERWATER DRONE A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Master of Science in Computer Science by Nathan Sfard June 2018 c 2018 Nathan Sfard ALL RIGHTS RESERVED ii COMMITTEE MEMBERSHIP TITLE: Towards Autonomous Localization of an Underwater Drone AUTHOR: Nathan Sfard DATE SUBMITTED: June 2018 COMMITTEE CHAIR: Lynne Slivovsky, Ph.D. Professor of Computer Engineering COMMITTEE MEMBER: John Seng, Ph.D. Professor of Computer Science COMMITTEE MEMBER: Xiao-Hua Yu, Ph.D. Professor of Electrical Engineering iii ABSTRACT Towards Autonomous Localization of an Underwater Drone Nathan Sfard Autonomous vehicle navigation is a complex and challenging task. Land and aerial vehicles often use highly accurate GPS sensors to localize themselves in their envi- ronments. These sensors are ineffective in underwater environments due to signal attenuation. Autonomous underwater vehicles utilize one or more of the following approaches for successful localization and navigation: inertial/dead-reckoning, acous- tic signals, and geophysical data. This thesis examines autonomous localization in a simulated environment for an OpenROV Underwater Drone using a Kalman Fil- ter. This filter performs state estimation for a dead reckoning system exhibiting an additive error in location measurements. We evaluate the accuracy of this Kalman Filter by analyzing the effect each parameter has on accuracy, then choosing the best combination of parameter values to assess the overall accuracy of the Kalman Filter. We find that the two parameters with the greatest effects on the system are the con- stant acceleration and the measurement uncertainty of the system.
    [Show full text]
  • Modeling and Simulation of Motion of an Underwater Robot
    2016 International Symposium on Nonlinear Theory and Its Applications, NOLTA2016, Yugawara, Japan, November 27th-30th, 2016 Modeling and Simulation of Motion of an Underwater Robot Ryo Inoharay, Kaito Isogaiy, Hideo Nakanoz, and Hideaki Okazakiy yGraduate School of Engineering, Shonan Institute of Technology 1–1–25, Tsujidounishikaigan, Fujisawa-shi, Kanagawa Prefecture 251-8511, Japan zFaculty of Engineering, Shonan Institute of Technology 1–1–25, Tsujidounishikaigan, Fujisawa-shi, Kanagawa Prefecture 251-8511, Japan Email: [email protected], [email protected], [email protected], [email protected] Abstract—This paper presents how system dynamics ics [1] of an underwater robot based on [2], [4]. The time and system control equations for an underwater robot were parameter t for all the stated variables, such as r(t), or Ω(t), derived using an Arnold-type operator to control the Open- etc., is omitted for convenience. We use the following no- ROV. Typical behavior of the OpenROV on MATLAB nu- tation as [2] (Fig 2): merical simulations is illustrated. ei 2 w (i = 1; 2; 3) are the base vectors of a right-handed Cartesian stationary coordinate system at the origin O; 2 = ; ; 1. Introduction Ei W (i 1 2 3) are the base vectors of a right moving coordinate system connected to the body at the center of Although there are several designs, control system equa- the mass Oc. tions, and dynamic equations for underwater robots, such as [1], unified methods to describe the dynamic equations Definition 1 Let w and W be oriented euclidean spaces for the rigid body kinetics of an underwater robot have yet (i.e.
    [Show full text]
  • Learning Preference Models for Autonomous Mobile Robots in Complex Domains
    Learning Preference Models for Autonomous Mobile Robots in Complex Domains David Silver CMU-RI-TR-10-41 December 2010 Robotics Institute Carnegie Mellon University Pittsburgh, Pennsylvania, 15213 Thesis Committee: Tony Stentz, chair Drew Bagnell David Wettergreen Larry Matthies Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Robotics Copyright c 2010. All rights reserved. Abstract Achieving robust and reliable autonomous operation even in complex unstruc- tured environments is a central goal of field robotics. As the environments and scenarios to which robots are applied have continued to grow in complexity, so has the challenge of properly defining preferences and tradeoffs between various actions and the terrains they result in traversing. These definitions and parame- ters encode the desired behavior of the robot; therefore their correctness is of the utmost importance. Current manual approaches to creating and adjusting these preference models and cost functions have proven to be incredibly tedious and time-consuming, while typically not producing optimal results except in the sim- plest of circumstances. This thesis presents the development and application of machine learning tech- niques that automate the construction and tuning of preference models within com- plex mobile robotic systems. Utilizing the framework of inverse optimal control, expert examples of robot behavior can be used to construct models that generalize demonstrated preferences and reproduce similar behavior. Novel learning from demonstration approaches are developed that offer the possibility of significantly reducing the amount of human interaction necessary to tune a system, while also improving its final performance. Techniques to account for the inevitability of noisy and imperfect demonstration are presented, along with additional methods for improving the efficiency of expert demonstration and feedback.
    [Show full text]
  • Uncorrected Proof
    JrnlID 10846_ ArtID 9025_Proof# 1 - 14/10/2005 Journal of Intelligent and Robotic Systems (2005) # Springer 2005 DOI: 10.1007/s10846-005-9025-1 Temporal Range Registration for Unmanned 1 j Ground and Aerial Vehicles 2 R. MADHAVAN*, T. HONG and E. MESSINA 3 Intelligent Systems Division, National Institute of Standards and Technology, Gaithersburg, MD 4 20899-8230, USA; e-mail: [email protected], {tsai.hong, elena.messina}@nist.gov 5 (Received: 24 March 2004; in final form: 2 September 2005) 6 Abstract. An iterative temporal registration algorithm is presented in this article for registering 8 3D range images obtained from unmanned ground and aerial vehicles traversing unstructured 9 environments. We are primarily motivated by the development of 3D registration algorithms to 10 overcome both the unavailability and unreliability of Global Positioning System (GPS) within 11 required accuracy bounds for Unmanned Ground Vehicle (UGV) navigation. After suitable 12 modifications to the well-known Iterative Closest Point (ICP) algorithm, the modified algorithm is 13 shown to be robust to outliers and false matches during the registration of successive range images 14 obtained from a scanning LADAR rangefinder on the UGV. Towards registering LADAR images 15 from the UGV with those from an Unmanned Aerial Vehicle (UAV) that flies over the terrain 16 being traversed, we then propose a hybrid registration approach. In this approach to air to ground 17 registration to estimate and update the position of the UGV, we register range data from two 18 LADARs by combining a feature-based method with the aforementioned modified ICP algorithm. 19 Registration of range data guarantees an estimate of the vehicle’s position even when only one of 20 the vehicles has GPS information.
    [Show full text]
  • Development of an Underwater Robot
    School of Science & Engineering Capstone Design Development of an Underwater Robot Oumaima Lamaakel Supervised by Dr. Kevin Scott Smith Submitted in partial fulfillment of the requirements for the degree of Bachelor of Science in General Engineering Spring 2018 2 DEVELOPMENT OF AN UNDERWATER ROBOT FOR MUD SAMPLES PICK UP Capstone Report Student Statement: The work submitted is solely prepared by Oumaima Lamaakel and it is original. Excerpts from other’s work have been clearly identified, acknowledged and listed in the list of references. The engineering drawings, computer programs, prototype development, and testing protocols reported in this document are also original and adhere to the engineering design ethics and safety measures. ______________________ Oumaima Lamaakel Approved by the supervisor: ______________________ Dr. Kevin Scott Smith 3 Acknowledgment I am highly indebted to my supervisors prof. Kevin Smith and prof. Lorraine Casazza for their guidance, constant supervision and support throughouts the whole year. I would like to express my gratitude to prof Veronique Van Lierde for helping understand the kinematics behind manipulators, prof. Asmae Khaldoun for her feedback regarding materials selection, prof. Yassine Salih Alj for his support and coordination work, the lab technician Mr Abderahim Boulakrouch, and Al Akhawayn University and the School of Science & Engineering for giving me the opportunity to pursue this project. My gratitude extends to the members of the ROV team, who helped me assemble the prototypes, especially Jade El Haimer for his invaluable help. I would also like to thank my dear family, friends for their support throughout my undergraduate education. 4 List of Tables and Figures Table 2 Comparison of Thrusters ...........................................................................................
    [Show full text]
  • Robots Are Becoming Autonomous
    FORSCHUNGSAUSBLICK 02 RESEARCH OUTLOOK STEFAN SCHAAL MAX PLANCK INSTITUTE FOR INTELLIGENT SYSTEMS, TÜBINGEN Robots are becoming autonomous Towards the end of the 1990s Japan launched a globally or carry out complex manipulations are still in the research unique wave of funding of humanoid robots. The motivation stage. Research into humanoid robots and assistive robots is was clearly formulated: demographic trends with rising life being pursued around the world. Problems such as the com- expectancy and stagnating or declining population sizes in plexity of perception, effective control without endangering highly developed countries will create problems in the fore- the environment and a lack of learning aptitude and adapt- seeable future, in particular with regard to the care of the ability continue to confront researchers with daunting chal- elderly due to a relatively sharp fall in the number of younger lenges for the future. Thus, an understanding of autonomous people able to help the elderly cope with everyday activities. systems remains essentially a topic of basic research. Autonomous robots are a possible solution, and automotive companies like Honda and Toyota have invested billions in a AUTONOMOUS ROBOTICS: PERCEPTION–ACTION– potential new industrial sector. LEARNING Autonomous systems can be generally characterised as Today, some 15 years down the line, the challenge of “age- perception-action-learning systems. Such systems should ing societies” has not changed, and Europe and the US have be able to perform useful tasks for extended periods autono- also identified and singled out this very problem. But new mously, meaning without external assistance. In robotics, challenges have also emerged. Earthquakes and floods cause systems have to perform physical tasks and thus have to unimaginable damage in densely populated areas.
    [Show full text]
  • An Autonomous Grape-Harvester Robot: Integrated System Architecture
    electronics Article An Autonomous Grape-Harvester Robot: Integrated System Architecture Eleni Vrochidou 1, Konstantinos Tziridis 1, Alexandros Nikolaou 1, Theofanis Kalampokas 1, George A. Papakostas 1,* , Theodore P. Pachidis 1, Spyridon Mamalis 2, Stefanos Koundouras 3 and Vassilis G. Kaburlasos 1 1 HUMAIN-Lab, Department of Computer Science, School of Sciences, International Hellenic University (IHU), 65404 Kavala, Greece; [email protected] (E.V.); [email protected] (K.T.); [email protected] (A.N.); [email protected] (T.K.); [email protected] (T.P.P.); [email protected] (V.G.K.) 2 Department of Agricultural Biotechnology and Oenology, School of Geosciences, International Hellenic University (IHU), 66100 Drama, Greece; [email protected] 3 Laboratory of Viticulture, Faculty of Agriculture, Forestry and Natural Environment, School of Agriculture, Aristotle University of Thessaloniki (AUTh), 54124 Thessaloniki, Greece; [email protected] * Correspondence: [email protected]; Tel.: +30-2510-462-321 Abstract: This work pursues the potential of extending “Industry 4.0” practices to farming toward achieving “Agriculture 4.0”. Our interest is in fruit harvesting, motivated by the problem of address- ing the shortage of seasonal labor. In particular, here we present an integrated system architecture of an Autonomous Robot for Grape harvesting (ARG). The overall system consists of three interdepen- dent units: (1) an aerial unit, (2) a remote-control unit and (3) the ARG ground unit. Special attention is paid to the ARG; the latter is designed and built to carry out three viticultural operations, namely Citation: Vrochidou, E.; Tziridis, K.; harvest, green harvest and defoliation.
    [Show full text]
  • Space Applications of Micro-Robotics: a Preliminary Investigation of Technological Challenges and Scenarios
    SPACE APPLICATIONS OF MICRO-ROBOTICS: A PRELIMINARY INVESTIGATION OF TECHNOLOGICAL CHALLENGES AND SCENARIOS P. Corradi, A. Menciassi, P. Dario Scuola Superiore Sant'Anna CRIM - Center for Research In Microengineering Viale R. Piaggio 34, 56025 Pontedera (Pisa), Italy Email: [email protected] ABSTRACT In the field of robotics, a microrobot is defined as a miniaturized robotic system, making use of micro- and, possibly, nanotechnologies. Generally speaking, many terms such as micromechanisms, micromachines and microrobots are used to indicate a wide range of devices whose function is related to the concept of “operating at a small scale”. In space terminology, however, the term “micro” (and “nano”) rover, probe or satellite currently addresses a category of relatively small systems, with a size ranging from a few to several tens of centimetres, not necessarily including micro- and nanotechnologies (except for microelectronics). The prefix “micro” will be used in this paper in (almost) its strict sense, in order to address components, modules and systems with sizes in the order of micrometers up to few millimetres. Therefore, with the term microrobot it will be considered a robot with a size up to few millimetres, where typical integrated components and modules have features in the order of micrometers and have been entirely produced through micromechanical and microelectronic mass- fabrication and mass-assembly processes. Hence, the entire robot is completely integrated in a stack of assembled chips. Due to its size, the capabilities of the single unit are limited and, consequently, microrobots need to work in very large groups, or swarms, to significantly sense or affect the environment.
    [Show full text]
  • Sensor Fusion and Obstacle Avoidance for an Unmanned Ground Vehicle
    Dissertations and Theses 6-2015 Sensor Fusion and Obstacle Avoidance for an Unmanned Ground Vehicle Gurasis Singh Follow this and additional works at: https://commons.erau.edu/edt Part of the Aerospace Engineering Commons Scholarly Commons Citation Singh, Gurasis, "Sensor Fusion and Obstacle Avoidance for an Unmanned Ground Vehicle" (2015). Dissertations and Theses. 248. https://commons.erau.edu/edt/248 This Thesis - Open Access is brought to you for free and open access by Scholarly Commons. It has been accepted for inclusion in Dissertations and Theses by an authorized administrator of Scholarly Commons. For more information, please contact [email protected]. SENSOR FUSION AND OBSTACLE AVOIDANCE FOR AN UNMANNED GROUND VEHICLE A Thesis Submitted to the Faculty of Embry-Riddle Aeronautical University by Gurasis Singh In Partial Fulfillment of the Requirements for the Degree of Master of Science in Aerospace Engineering June 2015 Embry-Riddle Aeronautical University Daytona Beach, Florida Acknowledgements It provides for me colossal joy to recognize the individuals who gave me the vital directions, help and ceaseless inspiration towards the fulfillment of this preposition. I would like to augment my appreciation and exceptionally recognize my advisor, Dr. Richard J. Prazenica for his specialized direction, supervision and consistent good backing amid the course of this postulation. He empowered me to strike the right harmony in the middle of classes and theory work, investigate the flexible character implanted in me and yield a quality output at all times. I would like to thank Dr. Hever Moncayo for serving on the panel and for furnishing me with quality specialized information throughout the span of this postulation.
    [Show full text]