Studies in Autonomous Ground Vehicle Control Systems: Structure and Algorithms

Total Page:16

File Type:pdf, Size:1020Kb

Studies in Autonomous Ground Vehicle Control Systems: Structure and Algorithms STUDIES IN AUTONOMOUS GROUND VEHICLE CONTROL SYSTEMS: STRUCTURE AND ALGORITHMS DISSERTATION Presented in Partial Ful¯llment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Qi Chen, B.S.C.S.E, M.S. ***** The Ohio State University 2007 Dissertation Committee: Approved by UmitÄ OzgÄuner,AdviserÄ Keith Redmill Adviser Eylem Ekici Graduate Program in Electrical and Computer Engineering °c Copyright by Qi Chen 2007 ABSTRACT This dissertation studies issues in the implementation of the control system and path-planning algorithms in autonomous ground vehicles (AGV), which are designed for and further developed from both DARPA Grand Challenges in 2004 and 2005. A hierarchical generic control architecture of the AGV control system is presented. In this architecture, the functionalities required for an AGV control system are de- composed into small and well de¯ned tasks which are then carried out by di®erent controllers. As an example, ION, the Intelligent O®-road Navigator, the autonomous vehicle participated in DARPA Grand Challenge 2005, is then introduced. Its control system structure and the hierarchical task decomposition are studied and designed. The discrete-event state machine in ION's navigation module and its physical layout of the vehicle hardware is also discussed. In order to safely, smoothly and e±ciently guide the vehicle to the goals, the navigation module in the control system is a very important part. The path-planning algorithms applied in ION's navigation module are then elaborated. We develop a real-time path-planning algorithm utilizing fuzzy logic. Two di®erent fuzzy controller, fuzzy steering controller and fuzzy speed controller, are designed and discussed to ensure the planned path is goal-reaching and obstacle-free. In addition, because of the vehicle's physical constraints, we study the smooth path planning problem for the autonomous ground vehicles and the quartic spline interpolation method is ii proposed. In order to make sure that the distance between the line segments of the given waypoints and the smooth path is small so that the vehicle stays right on the path, we formulate and study the minimum o®set smooth interpolation problem. With the given way points and maximum turning curvature, the minimum o®set can be calculated by using quartic splines. In the end we consider the maneuver planning problem. The vector space and state flow of the nonholonomic systems are de¯ned. Three di®erent approaches, Lie algebra approximation, dynamic programming, and nonlinear control method, are presented for di®erent applications. iii To Lu and Albert iv ACKNOWLEDGMENTS I would like to express my sincere gratitude to my adviser, Dr. UmitÄ OzÄuner,Ä for his guidance and continuous support throughout my study. Especially, I want to thank him for providing me the precious opportunity to participate in the ¯rst and second DARPA Grand Challenge, as well as the advise and encouragement throughout these events. I would also like to thank Dr. Eylem Ekici and Dr. Keith Redmill for serving in my dissertation committee. I want to thank Dr. Keith Redmill, John Martin, Dr. Charles Toth, Matt Knoll- man, George McWilliams, Rong Xu, Dr. Zhiyu Xiang, Yongjie Zhu, and everyone who worked and tested Terremax and ION in the Nevada desert. It is my pleasure to work with them. And I've learned a great deal from everyone. I would like to acknowledge the ¯nancial support from the DARPA MICA program via AFRL, the Collaborative Center of Control Science and the Ohio State University. Finally, I would like to thank all my friends and family. My special appreciation goes to my wife, Lu. v VITA October 22, 1975 . Born - Wenlin, Zhejiang, China June 1997 . B.S. in Control Science & Engineering College of Info. Science & Engineering Zhejiang University Hangzhou, China January 2000 . M.S. in Control Science & Engineering College of Info. Science & Engineering Zhejiang University Hangzhou, China 2000-2002 . Project Manager/Senior Engineer Shanghai Research Institute of Huawei Technologies Shanghai, China 2002 - 2006 . Graduate Research Associate Dept. of Elec. & Computer Eng. The Ohio State University Columbus, OH PUBLICATIONS Research Publications Q. Chen and U.Ä OzgÄuner,\IntelligentÄ O®-road Navigation Algorithms and Strategies of Team Desert Buckeyes in the DARPA Grand Challenge '05," in Journal of Field Robotics, Volume 23, Issue 9, pp. 729-743, Sept. 2006. vi Q. Chen and U.Ä OzgÄuner,\Real-TimeÄ Navigation for Autonomous Vehicles: A Fuzzy Obstacle Avoidance and Goal Approach Algorithm," in Proceedings of the 24th Amer- ican Control Conference, Portland, Oregon, June 2005. Q. Chen and U.Ä OzgÄunerandÄ K. Redmill, \Ohio State University at the 2004 DARPA Grand Challenge: Developing a Completely Autonomous Vehicle," in Intelligent Systems, IEEE, Volume: 19, Issue: 5, pp. 8 - 11, Sept.-Oct. 2004. Y. Hai and Q. Chen and U.Ä OzgÄuner,Ä \Control System Architecture for TerraMax - The o®-road intelligent navigator," in the 5th IFAC Symposium on Intelligent Autonomous Vehicles, Lisbon Portugal, July 2004. Q. Chen and U.Ä OzgÄuner,\AÄ Hybrid System Model and Overlapping Decomposition for Vehicle Flight Formation Control," in Dynamics of Continuous, Discrete and Impulsive Systems, Series B: Applications and Algorithms, Volume: 11, Number: 4-5, pp. 475{488, 2004. Q. Chen and U.Ä OzgÄuner,,\AÄ Hybrid System Model and Overlapping Decomposition for Vehicle Flight Formation Control," in Proceedings of the 42th IEEE Conference on Decision and Control, Maui, Hawaii, pp. 516 - 521, Dec., 2003. Q. Chen and X. Jin and S. Wang, \Application of Advanced Process Control in Aromatic Rectifying Tower," in Information and Control (Chinese Journal), Volume: 28, pp. 333-337, 1999. Q. Chen and Y. Chen and S. Wang, \Computer Simulation and Application On Biochemical Process," in Computer Simulation (Chinese Journal), Volume: 16, No. 1, pp. 39-41, 1999. Q. Chen and N. Wang and S. Wang, \An Improved Multi-layer ANN Learning Algo- rithm," in Control Theory, Technology and Application (Chinese Journal), Volume: 4, 1997. FIELDS OF STUDY Major Field: Electrical and Computer Engineering vii TABLE OF CONTENTS Page Abstract . ii Dedication . iv Acknowledgments . v Vita . vi List of Tables . xi List of Figures . xii Chapters: 1. Introduction . 1 1.1 Literature in Autonomous Ground Vehicle Control Structure . 2 1.2 Literature in Path-Planning Problems . 4 1.3 Literature in Nonholonomic System Path-Planning Problems . 8 1.4 The DARPA Grand Challenge Overview . 10 1.5 Dissertation Outline . 13 2. Generic Architecture for Autonomous Ground Vehicle Control Systems . 14 2.1 Introduction . 14 2.2 General Requirements for AGV Control System . 15 2.3 The Hierarchical Generic Architecture . 16 2.4 Layer Descriptions . 18 2.4.1 Operational Level . 18 2.4.2 Skill Level . 19 2.4.3 Tactical Level . 21 viii 2.4.4 Strategic Level . 24 2.5 Cooperations Among AGVs in the Generic Architecture . 26 3. ION's Control System Structure . 29 3.1 The Physical Layout and Functional Architecture of Vehicle Hardware 29 3.2 Hierarchical Task Decomposition . 33 3.3 The Discrete-Event State Machine in the Navigation Module . 33 4. A Real-Time Navigation Algorithm for Autonomous Ground Vehicles . 38 4.1 Introduction . 38 4.1.1 Concerns on the Navigation Module . 38 4.1.2 Concerns on Obstacle Avoidance Algorithms . 40 4.2 Fuzzy Steering controller . 42 4.2.1 Basic Steering Controller . 45 4.2.2 Focus Rule . 49 4.2.3 Focus-vs-Search Rule . 53 4.2.4 Persistence Rule . 55 4.2.5 Brief Summary of the Fuzzy Steering Controller . 56 4.3 Fuzzy Speed Controller . 61 4.3.1 The Anticollision Rule . 61 4.3.2 Safe-Turning Rule . 63 4.4 Performance of the Navigator . 64 4.4.1 Simulation . 64 4.4.2 Tests on Small Robots . 69 4.4.3 Implementation in ION . 69 4.5 Conclusion . 72 5. Smooth Path Planning for Car-Like Autonomous Ground Vehicles . 73 5.1 Introduction . 73 5.1.1 Preliminaries on Plane Curves . 74 5.1.2 Smooth Path-Planning Problem Setup . 76 5.2 Smooth Path Planning . 78 5.2.1 Polynomial Piecewise G2-Interpolation . 78 5.2.2 Quartic Piecewise G2-Interpolation . 79 5.2.3 Properties of the Quartic Splines . 81 5.2.4 Quartic Splines Examples . 84 5.3 Optimal Quartic Splines . 86 5.4 Concluding Remarks . 91 ix 6. Maneuver Automation for Car-like Ground Vehicles . 92 6.1 Introduction . 92 6.2 Simpli¯ed Car-Like Vehicle Model . 93 6.2.1 Kinematic Model . 93 6.2.2 The Vector Fields and the State Flow . 94 6.2.3 The Unit Operations and Lie Algebra Operation . 96 6.3 Maneuver Automation Problem Setup . 98 6.4 Direct Approach by Using Lie Algebra Tools . 100 6.5 Dynamic Programming Method . 101 6.5.1 Formulating the Planning Process . 101 6.5.2 Rolling Horizon Approximation . 102 6.5.3 Best First Search . 103 6.6 Nonlinear Controller . 104 6.7 Conclusion . 106 7. Conclusions . 109 7.1 Summary and Contribution . 109 7.2 Future Research Directions . 111 Bibliography . 112 x LIST OF TABLES Table Page 4.1 The notation list . 43 4.2 The selection rule . 46 xi LIST OF FIGURES Figure Page 2.1 The generic architecture for a class of AGV control systems. 17 2.2 Abstract hierarchy structure of the generic architecture. 18 2.3 The cooperative interaction among agents with hierarchical structure and with other agents. 1) Human operator controls the mobile agents through a centralized station agent; or, the station agent dispatches plans to the strategic level of each agents, in a centralized cooperation way; 2) Agents exchanges states and plans in the strategic and tactical level, and negotiates in a decentralized cooperation way; 3) Agents and human drivers \cooperate" under prede¯ned rules.
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]
  • 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]
  • 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.
    [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]
  • Creation of a Learning, Flying Robot by Means of Evolution
    Creation of a Learning, Flying Robot by Means of Evolution Peter Augustsson Krister Wol® Peter Nordin Department of Physical Resource Theory, Complex Systems Group Chalmers University of Technology SE-412 96 GÄoteborg, Sweden E-mail: wol®, [email protected] Abstract derivation of limb trajectories, is computationally ex- pensive and requires ¯ne-tuning of several parame- ters in the equations describing the inverse kinematics We demonstrate the ¯rst instance of a real [Wol® and Nordin, 2001] and [Nordin et al, 1998]. The on-line robot learning to develop feasible more general question is of course if machines, to com- flying (flapping) behavior, using evolution. plicated to program with conventional approaches, can Here we present the experiments and results develop their own skills in close interaction with the of the ¯rst use of evolutionary methods for environment without human intervention [Nordin and a flying robot. With nature's own method, Banzhaf, 1997], [Olmer et al, 1995] and [Banzhaf et evolution, we address the highly non-linear al, 1997]. Since the only way nature has succeeded in fluid dynamics of flying. The flying robot is flying is with flapping wings, we just treat arti¯cial or- constrained in a test bench where timing and nithopters. There have been many attempts to build movement of wing flapping is evolved to give such flying machines over the past 150 years1. Gustave maximal lifting force. The robot is assembled Trouve's 1870 ornithopter was the ¯rst to fly. Powered with standard o®-the-shelf R/C servomotors by bourdon tube fueled with gunpowder, it flew 70 me- as actuators.
    [Show full text]
  • Collaborative Control: a Robot-Centric Model for Vehicle Teleoperation
    Collaborative Control: A Robot-Centric Model for Vehicle Teleoperation Terrence Fong CMU-RI-TR-01-34 The Robotics Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, Pennsylvania 15213 November 2001 Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy Thesis Committee Charles Thorpe (chair) Charles Baur Eric Krotkov Chris Atkeson © 2001 by Terrence Fong. All rights reserved. This research was partially funded by grants from the DARPA ITO “Mobile Autonomous Robot Software” and TTO “Tactical Mobile Robots” (NASA Jet Propulsion Laboratory 1200008) programs, the National Science Foundation (Dissertation Enhancement Award 1120030), and SAIC. The Institut de Systèmes Robotiques (DMT-ISR) of the Ecole Polytechnique Fédérale de Lausanne (EPFL) served as host institution (institution d’accueil) for this thesis and provided research facilities and infrastructure. Abstract Telerobotic systems have traditionally been designed and solely operated from a human point of view. Though this approach suffices for some domains, it is sub-optimal for tasks such as operating multiple vehicles or controlling planetary rovers. Thus, I believe it is worthwhile to examine a new system model for teleoperation: collaborative control. In collaborative control, a human and a robot collaborate to perform tasks and to achieve common goals. Instead of a supervisor dictating to a subordinate, the human and the robot engage in dialogue to exchange information, to ask questions, and to resolve differences. Instead of serving the human as a mere tool, the robot can operate more like a partner. With this approach, the robot has more freedom in execution and is more likely to find good solutions when there are problems.
    [Show full text]