1996-Integrating Grid-Based and Topological Maps for Mobile Robot

Total Page:16

File Type:pdf, Size:1020Kb

1996-Integrating Grid-Based and Topological Maps for Mobile Robot From: AAAI-96 Proceedings. Copyright © 1996, AAAI (www.aaai.org). All rights reserved. r&grating Grid- pologica ile Sebastiau Thrunt~ tcomputer Science Department SInstitut fur Informatik Carnegie Mellon University Universitat Bonn Pittsburgh, PA 152 13 D-53 117 Bonn, Germany Abstract Recent research has produced two fundamental paradigms for modeling indoor robot environments: the grid-based Research on mobile robot navigation has produced two ma- (metric) paradigm and the topological paradigm. Grid- jor paradigms for mapping indoor environments: grid-based and topological. While grid-based methods produce accu- based approaches, such as those proposed by Moravec/Elfes rate metric maps, their complexity often prohibits efficient (Moravec 1988) and many others, represent environments planning and problem solving in large-scale indoor environ- by evenly-spaced grids. Each grid cell may, for exam- ments. Topological maps, on the other hand, can be used ple, indicate the presence of an obstacle in the correspond- much more efficiently, yet accurate and consistent topolog- ing region of the environment. Topological approaches, ical maps are considerably difficult to learn in large-scale such a those described in (Engelson & McDermott 1992; environments. Kortenkamp & Weymouth 1994; Kuipers & Byun 1990; This paper describes an approach that integrates both MatariC 1994; Pierce & Kuipers 1994), represent robot en- paradigms: grid-based and topological. Grid-based maps vironments by graphs. Nodes in such graphs correspond to are learned using artificial neural networks and Bayesian in- distinct situations, places, or landmarks (such as doorways). tegration. Topological maps are generated on top of the They are connected by arcs if there exists a direct path be- grid-based maps, by partitioning the latter into coherent tween them. regions. By combining both paradigms-grid-based and topological-, the approach presented here gains the best of Both approaches to robot mapping exhibit orthogonal both worlds: accuracy/consistency and efficiency. The pa- strengths and weaknesses. Occupancy grids are considerably per gives results for autonomously operating a mobile robot easy to construct and to maintain even in large-scale envi- equipped with sonar sensors in populated multi-room envi- ronments (Buhmann et al. 1995; Thrun & Bticken 1996). ronments. Since the intrinsic geometry of a grid corresponds directly to the geometry of the environment, the robot’s position within Introduction its model can be determined by its position and orientation To efficiently carry out complex missions in indoor environ- in the real world-which, as shown below, can be deter- ments, autonomous mobile robots must be able to acquire mined sufficiently accurately using only sonar sensors, in and maintain models of their environments. The task of ac- environments of moderate size. As a pleasing consequence, quiring models is difficult and far from being solved. The different positions for which sensors measure the same values following factors impose practical limitations on a robot’s (i.e., situations that look alike) are naturally disambiguated ability to learn and use accurate models: in grid-based approaches. This is not the case for topological approaches, which determine the position of the robot relative 1. Sensors. Sensors often are not capable to directly mea- to the model based on landmarks or distinct sensory features. sure the quantity of interest (such as the exact location of For example, if the robot traverses two places that look alike, obstacles). topological approaches often have difficulty determining if 2. Perceptual limitations. The perceptual range of most sensors is limited to a small range close to the robot. these places are the same or not (particularly if these places have been reached via different paths). Also, since sensory To acquire global information, the robot has to actively input usually depends strongly on the view-point of the robot, explore its environment. topological approaches may fail to recognize geometrically 3. Sensor noise. Sensor measurements are typically cor- rupted by noise, the distribution of which is often un- nearby places. known (it is rarely Gaussian). On the other hand, grid-based approaches suffer from their 4. Drift/slippage. Robot motion is inaccurate. Qdometric enormous space and time complexity. This is because the errors accumulate over time. resolution of a grid must be fine enough to capture every im- 5. Complexity and dynamics. Robot environments are portant detail of the world. Compactness in a key advantage complex and dynamic, making it principally impossible of topological representations. Topological maps are usu- to maintain exact models. ally more compact, since their resolution is determined by 6. Real-time requirements. Time requirements often de- the complexity of the environment. Consequently, they per- mand that the internal model must be simple and easily ac- mit fast planning, facilitate interfacing to symbolic planners cessible. For example, fine-grain CAD models are often and problem-solvers, and provide more natural interfaces for disadvantageous if actions must be generated in real-time. human instructions. Since topological approaches usually 944 Mobile Robots Grid-based approaches Topological approaches + easy to build, represent, and permits efficient planning, maintain low space complexity (res- + recognition of places (based on olution depends on the com- geometry) is non-ambiguous plexity of the environment) and view point-independent does not require accurate de- + facilitates computation of termination of the robot’s shortest paths position convenient represen- tation for symbolic planners, problem solvers, natural lan- guage interfaces - planning inefficient, space- difficult to construct and Figure 1: The robots used in our research: RHINO (University of consuming (resolution does not maintain in larger environ- Bonn), XAVIER, and AMELIA (both CMU). depend on the complexity of ments the environment) recognition of places (based manufacturer (Real World Interface, Inc.) as part of the reg- - requires accurate determina- on landmarks) often am- ular navigation software. tion of the robot’s position biguous, sensitive to the - poor interface for most sym- point of view bolic problem solvers may yield suboptimal paths The metric maps considered here are two-dimensional, dis- Table 1: Comparison of grid-based and topological approaches to crete occupancy grids, as originally proposed in (Elfes 1987; map building. Moravec 1988) and since implemented successfully in vari- ous systems. Each grid-cell (z, y) in the map has an occu- do not require the exact determination of the geometric po- pancy value attached, which measures the subjective belief sition of the robot, they often recover better from drift and whether or not the center of the robot can be moved to the slippage-phenomena that must constantly be monitored and center of that cell (i.e., the occupancy map models the con- compensated in grid-based approaches. To summarize, both $guration space of the robot, see e.g., (Latombe 1991)). paradigms have orthogonal strengths and weaknesses, which This section describes the four major components of our ap- are summarized in Table 1. proach to building grid-based maps (see also (Thrun 1993)): This paper advocates to integrate both paradigms, to gain (1) sensor interpretation, (2) integration, (3) position esti- the best of both worlds. The approach presented here com- mation, and (4) exploration. Examples of metric maps are bines both grid-based (metric) and topological representa- shown in various places in this paper. tions. To construct a grid-based model of the environment, sensor values are interpreted by an artificial neural network Sensor Interpretation and mapped into probabilities for occupancy. Multiple in- terpretations are integrated over time using Bayes’ rule. On To build metric maps, sensor reading must be “translated” top of the grid representation, more compact topological into occupancy values OCC~:,~for each grid cell (z, y) . The maps are generated by splitting the metric map into coher- idea here is to train an artificial neural network using Back- ent regions, separated through critical lines. Critical lines Propagation to map sonar measurements to occupancy val- correspond to narrow passages such as doorways. By parti- ues. The input to the network consists of the four sensor tioning the metric map into a small number of regions, the readings closest to (x:, y), along with two values that encode number of topological entities is several orders of magnitude (z, y) in polar coordinates relative to the robot (angle to the smaller than the number of cells in the grid representation. first of the four sensors, and distance). The output target Therefore, the integration of both representations has unique for the network is 1, if (z, y) is occupied, and 0 otherwise. advantages that cannot be found for either approach in iso- Training examples can be obtained by operating a robot in a lation: the grid-based representation, which is considerably known environment and recording its sensor readings; notice easy to construct and maintain in environments of moderate that each sonar scan can be used to construct many training complexity (e.g., 20 by 30 meters), models the world consis- examples for different x-y coordinates. In our implemen- tently and disambiguates different positions. The topological tation, training examples are generated with a mobile robot
Recommended publications
  • Human to Robot Whole-Body Motion Transfer
    Human to Robot Whole-Body Motion Transfer Miguel Arduengo1, Ana Arduengo1, Adria` Colome´1, Joan Lobo-Prat1 and Carme Torras1 Abstract— Transferring human motion to a mobile robotic manipulator and ensuring safe physical human-robot interac- tion are crucial steps towards automating complex manipu- lation tasks in human-shared environments. In this work, we present a novel human to robot whole-body motion transfer framework. We propose a general solution to the correspon- dence problem, namely a mapping between the observed human posture and the robot one. For achieving real-time imitation and effective redundancy resolution, we use the whole-body control paradigm, proposing a specific task hierarchy, and present a differential drive control algorithm for the wheeled robot base. To ensure safe physical human-robot interaction, we propose a novel variable admittance controller that stably adapts the dynamics of the end-effector to switch between stiff and compliant behaviors. We validate our approach through several real-world experiments with the TIAGo robot. Results show effective real-time imitation and dynamic behavior adaptation. Fig. 1. Transferring human motion to robots while ensuring safe human- This constitutes an easy way for a non-expert to transfer a robot physical interaction can be a powerful and intuitive tool for teaching assistive tasks such as helping people with reduced mobility to get dressed. manipulation skill to an assistive robot. The classical approach for human motion transfer is I. INTRODUCTION kinesthetic teaching. The teacher holds the robot along the Service robots may assist people at home in the future. trajectories to be followed to accomplish a specific task, However, robotic systems still face several challenges in while the robot does gravity compensation [6].
    [Show full text]
  • Learning Maps for Indoor Mobile Robot Navigation
    Learning Maps for Indoor Mobile Robot Navigation Sebastian Thrun Arno BÈucken April 1996 CMU-CS-96-121 School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 The ®rst author is partly and the second author exclusively af®liated with the Computer Science Department III of the University of Bonn, Germany, where part of this research was carried out. This research is sponsored in part by the National Science Foundation under award IRI-9313367, and by the Wright Laboratory, Aeronautical Systems Center, Air Force Materiel Command, USAF, and the Advanced Research Projects Agency (ARPA) under grant number F33615-93-1-1330. The views and conclusionscontained in this documentare those of the author and should not be interpreted as necessarily representing of®cial policies or endorsements, either expressed or implied, of NSF, Wright Laboratory or the United States Government. Keywords: autonomous robots, exploration, mobile robots, neural networks, occupancy grids, path planning, planning, robot mapping, topological maps Abstract Autonomous robots must be able to learn and maintain models of their environ- ments. Research on mobile robot navigation has produced two major paradigms for mapping indoor environments: grid-based and topological. While grid-based methods produce accurate metric maps, their complexity often prohibits ef®cient planning and problem solving in large-scale indoor environments. Topological maps, on the other hand, can be used much more ef®ciently, yet accurate and consistent topological maps are considerably dif®cult to learn in large-scale envi- ronments. This paper describes an approach that integrates both paradigms: grid-based and topological. Grid-based maps are learned using arti®cial neural networks and Bayesian integration.
    [Show full text]
  • Autonomous Mobile Robots Annual Report 1985
    The Mobile Robot Laboratory Sonar Mapping, Imaging and Navigation Visual Navigation Road Following i Motion Control The Robots Motivation Publications Autonomous Mobile Robots Annual Report 1985 Mobile Robot Laboratory CM U-KI-TK-86-4 Mobile Robot Laboratory The Robotics Institute Carncgie Mcllon University Pittsburgh, Pcnnsylvania 15213 February 1985 Copyright @ 1986 Carnegie-Mellon University This rcscarch was sponsored by The Office of Naval Research, under Contract Number NO00 14-81-K-0503. 1 Table of Contents The Mobile Robot Laboratory ‘I’owards Autonomous Vchiclcs - Moravcc ct 31. 1 Sonar Mapping, Imaging and Navigation High Resolution Maps from Wide Angle Sonar - Moravec, et al. 19 A Sonar-Based Mapping and Navigation System - Elfes 25 Three-Dirncnsional Imaging with Cheap Sonar - Moravec 31 Visual Navigation Experiments and Thoughts on Visual Navigation - Thorpe et al. 35 Path Relaxation: Path Planning for a Mobile Robot - Thorpe 39 Uncertainty Handling in 3-D Stereo Navigation - Matthies 43 Road Following First Resu!ts in Robot Road Following - Wallace et al. 65 A Modified Hough Transform for Lines - Wallace 73 Progress in Robot Road Following - Wallace et al. 77 Motion Control Pulse-Width Modulation Control of Brushless DC Motors - Muir et al. 85 Kinematic Modelling of Wheeled Mobile Robots - Muir et al. 93 Dynamic Trajectories for Mobile Robots - Shin 111 The Robots The Neptune Mobile Robot - Podnar 123 The Uranus Mobile Robot, a First Look - Podnar 127 Motivation Robots that Rove - Moravec 131 Bibliography 147 ii Abstract Sincc 13s 1. (lic Mobilc I<obot IAoratory of thc Kohotics Institute 01' Crrrncfiic-Mcllon IInivcnity has conduclcd hsic rcscarcli in aTCiiS crucial fur ;iiitonomoiis robots.
    [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]
  • The Autonomous Underwater Vehicle Initiative – Project Mako
    Published at: 2004 IEEE Conference on Robotics, Automation, and Mechatronics (IEEE-RAM), Dec. 2004, Singapore, pp. 446-451 (6) The Autonomous Underwater Vehicle Initiative – Project Mako Thomas Bräunl, Adrian Boeing, Louis Gonzales, Andreas Koestler, Minh Nguyen, Joshua Petitt The University of Western Australia EECE – CIIPS – Mobile Robot Lab Crawley, Perth, Western Australia [email protected] Abstract—We present the design of an autonomous underwater vehicle and a simulation system for AUVs as part II. AUV COMPETITION of the initiative for establishing a new international The AUV Competition will comprise two different competition for autonomous underwater vehicles, both streams with similar tasks physical and simulated. This paper describes the competition outline with sample tasks, as well as the construction of the • Physical AUV competition and AUV and the simulation platform. 1 • Simulated AUV competition Competitors have to solve the same tasks in both Keywords—autonomous underwater vehicles; simulation; streams. While teams in the physical AUV competition competition; robotics have to build their own AUV (see Chapter 3 for a description of a possible entry), the simulated AUV I. INTRODUCTION competition only requires the design of application Mobile robot research has been greatly influenced by software that runs with the SubSim AUV simulation robot competitions for over 25 years [2]. Following the system (see Chapter 4). MicroMouse Contest and numerous other robot The competition tasks anticipated for the first AUV competitions, the last decade has been dominated by robot competition (physical and simulation) to be held around soccer through the FIRA [6] and RoboCup [5] July 2005 in Perth, Western Australia, are described organizations.
    [Show full text]
  • Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion
    TECHNISCHE UNIVERSITÄT MÜNCHEN Lehrstuhl für Angewandte Mechanik Design and Realization of a Humanoid Robot for Fast and Autonomous Bipedal Locomotion Entwurf und Realisierung eines Humanoiden Roboters für Schnelles und Autonomes Laufen Dipl.-Ing. Univ. Sebastian Lohmeier Vollständiger Abdruck der von der Fakultät für Maschinenwesen der Technischen Universität München zur Erlangung des akademischen Grades eines Doktor-Ingenieurs (Dr.-Ing.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr.-Ing. Udo Lindemann Prüfer der Dissertation: 1. Univ.-Prof. Dr.-Ing. habil. Heinz Ulbrich 2. Univ.-Prof. Dr.-Ing. Horst Baier Die Dissertation wurde am 2. Juni 2010 bei der Technischen Universität München eingereicht und durch die Fakultät für Maschinenwesen am 21. Oktober 2010 angenommen. Colophon The original source for this thesis was edited in GNU Emacs and aucTEX, typeset using pdfLATEX in an automated process using GNU make, and output as PDF. The document was compiled with the LATEX 2" class AMdiss (based on the KOMA-Script class scrreprt). AMdiss is part of the AMclasses bundle that was developed by the author for writing term papers, Diploma theses and dissertations at the Institute of Applied Mechanics, Technische Universität München. Photographs and CAD screenshots were processed and enhanced with THE GIMP. Most vector graphics were drawn with CorelDraw X3, exported as Encapsulated PostScript, and edited with psfrag to obtain high-quality labeling. Some smaller and text-heavy graphics (flowcharts, etc.), as well as diagrams were created using PSTricks. The plot raw data were preprocessed with Matlab. In order to use the PostScript- based LATEX packages with pdfLATEX, a toolchain based on pst-pdf and Ghostscript was used.
    [Show full text]
  • Smart Sensors and Small Robots
    IEEE Instrumentation and Measurement Technology Conference Budapest, Hungary, May 21-23, 2001. Smart Sensors and Small Robots Mel Siegel Robotics Institute Carnegie Mellon University Pittsburgh, PA 15213-2605, USA Phone: +1 412 268 88025, Fax: +1 412 268 5569 Email: [email protected], URL: http://www.cs.cmu.edu/~mws Abstract – Robots are machines that sense, think, act and (more Thinking: Cognition is a prerequisite for adaptability, with- recently) communicate. Sensing, thinking, and communicating out which no real machine could operate for any significant have all been greatly miniaturized as a consequence of continuous progress in integrated circuit design and manufacturing technol- time in any real environment. No predetermined plan could ogy. More recent progress in MEMS (micro electro mechanical realistically anticipate every feature of the environment - and systems) now holds out promise for comparable miniaturization of if it could, the mission might be utilitarian, but it would the heretofore-retarded third member of the sense-think-act- hardly be interesting, as what would be its purpose if there communicate quartet. More speculatively, initial experiments toward microbiological approaches to robotics suggest possibilities were no new knowledge to be gained? Anyway, even a toy for even further miniaturization, perhaps eventually extending mission in a completely known environment would soon fail down to the molecular level. Alongside smart sensing for robots, in open-loop operation, as accumulated mechanical and sen- with miniaturization of the electromechanical components, i.e., the sor errors would inevitably lead to disastrous discrepancies machinery of robotic manipulation and mobility, we quite natu- rally acquire the capability of smart sensing by robots.
    [Show full text]
  • Combining Search and Action for Mobile Robots
    Combining Search and Action for Mobile Robots Geoffrey Hollinger, Dave Ferguson, Siddhartha Srinivasa, and Sanjiv Singh Abstract— We explore the interconnection between search and action in the context of mobile robotics. The task of searching for an object and then performing some action with that object is important in many applications. Of particular interest to us is the idea of a robot assistant capable of performing worthwhile tasks around the home and office (e.g., fetching coffee, washing dirty dishes, etc.). We prove that some tasks allow for search and action to be completely decoupled and solved separately, while other tasks require the problems to be analyzed together. We complement our theoretical results with the design of a combined search/action approximation algorithm that draws on prior work in search. We show the effectiveness of our algorithm by comparing it to state-of-the- art solvers, and we give empirical evidence showing that search and action can be decoupled for some useful tasks. Finally, Fig. 1. Mobile manipulator: Segway RMP200 base with Barrett WAM arm we demonstrate our algorithm on an autonomous mobile robot and hand. The robot uses a wrist camera to recognize objects and a SICK laser rangefinder to localize itself in the environment performing object search and delivery in an office environment. I. INTRODUCTION objects (or targets) of interest. A concrete example is a robot Think back to the last time you lost your car keys. While that refreshes coffee in an office. This robot must find coffee looking for them, a few considerations likely crossed your mugs, wash them, refill them, and return them to office mind.
    [Show full text]
  • Autonomous Robot Navigation in Highly Populated Pedestrian Zones
    Autonomous Robot Navigation in Highly Populated Pedestrian Zones Rainer K¨ummerle Michael Ruhnke Department of Computer Science Department of Computer Science University of Freiburg University of Freiburg 79110 Freiburg, Germany 79110 Freiburg, Germany [email protected] [email protected] Bastian Steder Cyrill Stachniss Department of Computer Science Department of Computer Science University of Freiburg University of Freiburg 79110 Freiburg, Germany 79110 Freiburg, Germany [email protected] [email protected] Wolfram Burgard Department of Computer Science University of Freiburg 79110 Freiburg, Germany [email protected] Abstract In the past, there has been a tremendous progress in the area of autonomous robot naviga- tion and a large variety of robots have been developed who demonstrated robust navigation capabilities indoors, in non-urban outdoor environments, or on roads and relatively few ap- proaches focus on navigation in urban environments such as city centers. Urban areas, how- ever, introduce numerous challenges for autonomous robots as they are rather unstructured and dynamic. In this paper, we present a navigation system for mobile robots designed to operate in crowded city environments and pedestrian zones. We describe the different com- ponents of this system including a SLAM module for dealing with huge maps of city centers, a planning component for inferring feasible paths taking also into account the traversability and type of terrain, a module for accurate localization in dynamic environments, and means for calibrating and monitoring the platform. Our navigation system has been implemented and tested in several large-scale field tests, in which a real robot autonomously navigated over several kilometers in a complex urban environment.
    [Show full text]
  • Educational Outdoor Mobile Robot for Trash Pickup
    Educational Outdoor Mobile Robot for Trash Pickup Kiran Pattanashetty, Kamal P. Balaji, and Shunmugham R Pandian, Senior Member, IEEE Department of Electrical and Electronics Engineering Indian Institute of Information Technology, Design and Manufacturing-Kancheepuram Chennai 600127, Tamil Nadu, India [email protected] Abstract— Machines in general and robots in particular, programs to motivate and retain students [3]. The playful appeal greatly to children and youth. With the widespread learning potential of robotics (and the related field of availability of low-cost open source hardware and free open mechatronics) means that college students could be involved source software, robotics has become central to the promotion of in service learning through introducing school children to STEM education in schools, and active learning at design, machines, robots, electronics, computers, college/university level. With robots, children in developed countries gain from technological immersion, or exposure to the programming, environmental literacy, and so on, e.g., [4], [5]. latest technologies and gadgets. Yet, developing countries like A comprehensive review of studies on introducing robotics in India still lag in the use of robots at school and even college level. K-12 STEM education is presented by Karim, et al [6]. It In this paper, an innovative and low-cost educational outdoor concludes that robots play a positive role in educational mobile robot is developed for deployment by school children learning, and promote creative thinking and problem solving during volunteer trash pickup. The wheeled mobile robot is skills. It also identifies the need for standardized evaluation constructed with inexpensive commercial off-the-shelf techniques on the effectiveness of robotics-based learning, and components, including single board computer and miscellaneous for tailored pedagogical modules and teacher training.
    [Show full text]
  • Model Characteristics and Properties of Nanorobots in the Bloodstream Michael Makoto Zimmer
    Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2005 Model Characteristics and Properties of Nanorobots in the Bloodstream Michael Makoto Zimmer Follow this and additional works at the FSU Digital Library. For more information, please contact [email protected] THE FLORIDA STATE UNIVERSITY FAMU-FSU COLLEGE OF ENGINEERING MODEL CHARACTERISTICS AND PROPERTIES OF NANOROBOTS IN THE BLOODSTREAM By MICHAEL MAKOTO ZIMMER A Thesis submitted to the Department of Industrial and Manufacturing Engineering in partial fulfillment of the requirements for the degree of Master of Science Degree Awarded: Spring Semester 2005 The members of the Committee approve the Thesis of Michael M. Zimmer defended on April 4, 2005. ___________________________ Yaw A. Owusu Professor Directing Thesis ___________________________ Rodney G. Roberts Outside Committee Member ___________________________ Reginald Parker Committee Member ___________________________ Chun Zhang Committee Member Approved: _______________________ Hsu-Pin (Ben) Wang, Chairperson Department of Industrial and Manufacturing Engineering _______________________ Chin-Jen Chen, Dean FAMU-FSU College of Engineering The Office of Graduate Studies has verified and approved the above named committee members. ii For the advancement of technology where engineers make the future possible. iii ACKNOWLEDGEMENTS I want to give thanks and appreciation to Dr. Yaw A. Owusu who first gave me the chance and motivation to pursue my master’s degree. I also want to give my thanks to my undergraduate team who helped in obtaining information for my thesis and helped in setting up my experiments. Many thanks go to Dr. Hans Chapman for his technical assistance. I want to acknowledge the whole Undergraduate Research Center for Cutting Edge Technology (URCCET) for their support and continuous input in my studies.
    [Show full text]
  • Huxley: a Flexible Robot Control Architecture for Autonomous Underwater Vehicles
    Huxley: A Flexible Robot Control Architecture for Autonomous Underwater Vehicles Dr. Dani Goldberg Bluefin Robotics Corporation 553 South Street Quincy, MA 02169 USA [email protected] Abstract—This paper presents “Huxley,” a production robot Huxley had to be robust and reliable on many different control architecture that was developed by Bluefin Robotics for platforms; flexibility meant that it had to be easily extensible to its fleet of autonomous underwater vehicles (AUVs). Huxley was accommodate new hardware and new system capabilities; designed with flexibility foremost in mind, allowing it to be easily flexibility meant that it had to be maintainable such that adapted and reliably deployed on a wide range of platforms. The improvements or modifications in one area would not cascade architecture follows a layered paradigm, providing a clean and across the system; and flexibility meant that it had to be logical abstraction for the major control functions. It also testable to ensure the integrity of Huxley across all deployed provides an interface for interaction with the layers, enabling systems. With these goals in mind, Bluefin developed Huxley expansion of the core capabilities of the architecture. This over the course of several years. Huxley began shipping in interface provides users the flexibility to develop smart payloads early 2005 and has since proven itself to be the flexible control capable of utilizing available data, modifying the behavior of the AUV and even exploring new frontiers of autonomy. system that was intended. The Huxley control architecture has two core layers: a Keywords—control architectures, layered architectures, reactive layer and an executive layer (Fig.
    [Show full text]