This Is the Published Version of a Chapter

Total Page:16

File Type:pdf, Size:1020Kb

This Is the Published Version of a Chapter http://www.diva-portal.org This is the published version of a chapter published in Marine Robot Autonomy. Citation for the original published chapter: Fallon, M F., Johannsson, H., Kaess,, M., Folkesson, J., McClelland, H. et al. (2013) Simultaneous Localization and Mapping in Marine Environments. In: Marine Robot Autonomy (pp. 329-372). New York: Springer http://dx.doi.org/10.1007/978-1-4614-5659-9_8 N.B. When citing this work, cite the original published chapter. Permanent link to this version: http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-160492 Chapter 8 Simultaneous Localization and Mapping in Marine Environments Maurice F. Fallon, Hordur Johannsson, Michael Kaess, John Folkesson, Hunter McClelland, Brendan J. Englot, Franz S. Hover, and John J. Leonard Abstract Accurate navigation is a fundamental requirement for robotic systems— marine and terrestrial. For an intelligent autonomous system to interact effectively and safely with its environment, it needs to accurately perceive its surroundings. While traditional dead-reckoning filtering can achieve extremely low drift rates, the localization accuracy decays monotonically with distance traveled. Other ap- proaches (such as external beacons) can help; nonetheless, the typical prerogative is to remain at a safe distance and to avoid engaging with the environment. In this chapter we discuss alternative approaches which utilize onboard sensors so that the robot can estimate the location of sensed objects and use these observations to im- prove its own navigation as well as its perception of the environment. This approach allows for meaningful interaction and autonomy. Three motivating autonomous underwater vehicle (AUV) applications are outlined herein. The first fuses external range sensing with relative sonar measurements. The second application localizes M.F. Fallon () • H. Johannsson • M. Kaess • J.J. Leonard Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA, USA e-mail: [email protected]; [email protected]; [email protected]; [email protected] J. Folkesson Center for Autonomous Systems, Kungliga Tekniska Hogskolan¨ (KTH), Stockholm, Sweden e-mail: [email protected] H. McClelland Robotics and Mechanisms Laboratory, Virginia Polytechnic Institute of Technology and State University (Virginia Tech), Blacksburg, VA, USA e-mail: [email protected] B.J. Englot • F.S. Hover Department of Mechanical Engineering, Massachusetts Institute of Technology, Cambridge, MA, USA e-mail: [email protected]; [email protected] M.L. Seto (ed.), Marine Robot Autonomy, DOI 10.1007/978-1-4614-5659-9 8, 329 © Springer Science+Business Media New York 2013 330 M.F. Fallon et al. relative to a prior map so as to revisit a specific feature, while the third builds an accurate model of an underwater structure which is consistent and complete. In particular we demonstrate that each approach can be abstracted to a core problem of incremental estimation within a sparse graph of the AUV’s trajectory and the locations of features of interest which can be updated and optimized in real time on board the AUV. 8.1 Introduction In this chapter we consider the problem of simultaneous localization and mapping (SLAM) from a marine perspective. Through three motivating applications, we demonstrate that a large class of autonomous underwater vehicle (AUV) missions can be generalized to an underlying set of measurement constraints which can then be solved using a core pose graph SLAM optimization algorithm known as incremental smoothing and mapping (iSAM) [39]. Good positioning information is essential for the safe execution of an AUV mission and for effective interpretation of the data acquired by the AUV [25, 46]. Traditional methods for AUV navigation suffer several shortcomings. Dead reckon- ing and inertial navigation systems (INS) are subject to external disturbances and uncorrectable drift. Measurements from Doppler velocity loggers can be used to achieve higher precision, but position error still grows without bound. To achieve bounded errors, current AUV systems rely on networks of acoustic transponders or surfacing for GPS resets, which can be impractical or undesirable for many missions of interest. The goal of SLAM is to enable an AUV to build a map of an unknown environment and concurrently use that map for positioning. SLAM has the potential to enable long-term missions with bounded navigation errors without reliance on acoustic beacons, apriorimaps, or surfacing for GPS resets. Autonomous mapping and navigation is difficult in the marine environment because of the combination of sensor noise, data association ambiguity, navigation error, and modeling uncertainty. Considerable progress has been made in the past 10 years, with new insights into the structure of the problem and new approaches that have provided compelling experimental demonstrations. To perform many AUV missions of interest, such as mine neutralization and ship hull inspection, it is not sufficient to determine the vehicle’s trajectory in post- processing after the mission has been completed. Instead, mission requirements dictate that a solution is computed in real time to enable closed-loop position control of the vehicle. This requires solving an ever-growing optimization problem incre- mentally by only updating quantities that actually change instead of recomputing the full solution—a task for which iSAM is well suited. Each application presents a different aspect of smoothing-based SLAM: • Smoothing as an alternative to filtering: the use of nontraditional acoustic range measurements to improve AUV navigation [18] 8 Simultaneous Localization and Mapping in Marine Environments 331 • Relocalizing in an existing map: localizing and controlling an AUV using natural features using a forward looking sonar [23] • Loop closure used to bound error and uncertainty: combining AUV motion estimates with observations of features on a ship’s hull to produce accurate hull reconstructions [34] A common theme for all three applications is the use of pose graph representations and associated estimation algorithms that exploit the graphical model structure of the underlying problem. First we will overview the evolution of the SLAM problem in the following section. 8.2 Simultaneous Localization and Mapping The earliest work which envisaged robotic mapping within a probabilistic frame- work was the seminal paper by Smith et al. [68]. This work proposed using an extended Kalman filter (EKF) to estimate the first and second moments of the probability distribution of spatial relations derived from sensor measurements. Moutarlier and Chatila provided the first implementation of this type of algorithm with real data [54], using data from a scanning laser range finder mounted on a wheeled mobile robot operating indoors. The authors noted that the size of the state vector would need to grow linearly with the number of landmarks and that it was necessary to maintain the full correlation between all the variables being estimated; thus, the algorithm scales quadratically with the number of landmarks [11]. The scalability problem was addressed by a number of authors. The sparse extended information filter (SEIF) by Thrun et al. [73] uses the information form of the EKF in combination with a sparsification method. One of the downfalls of that approach was that it resulted in overconfident estimates. These issues were addressed in the exactly sparse delayed-state filters (ESDFs) by Eustice et al. [14,15] and later with the exactly sparse extended information filter (ESEIF) by Walter et al. [78]. Particle filters have also been used to address both the complexity and the data association problem. The estimates of the landmark locations become independent when conditioned on the vehicle trajectory. This fact was used by Montemerlo et al. [53] to implement FastSLAM. The main drawback of particle filters applied to the high-dimensional trajectory estimation is particle depletion. In particular, when a robot completes a large exploration loop and decides upon a loop closure, only a small number of particles with independent tracks will be retained after any subsequent resampling step. In purely localization tasks (with static prior maps) particle filters have been successful. Monte Carlo localization allowed the Minerva robotic museum guide to operate for 44 km over 2 weeks [71]. More recently it has been used by Nuske et al. 332 M.F. Fallon et al. to localize an AUV relative to a marine structure using a camera [59], exploiting GPU-accelerated image formation to facilitate large particle sets. Filtering approaches have some inherent disadvantages when applied to the SLAM problem: measurements are linearized only once based on the current state estimate—at the time the measurement is added. Further, it is difficult to apply delayed measurements or to revert a measurement once it has been applied to the filter. The Atlas framework by Bosse et al. [6] addresses these issues by combining local submaps and a nonlinear optimization to globally align the submaps. Each submap has its own local coordinate frame, so the linearization point cannot deviate as far from the true value as in the case of global parameterization. 8.2.1 Pose Graph Optimization Using Smoothing and Mapping As the field has evolved, full SLAM solutions [47, 72] have been explored to overcome the linearization errors that are the major source of suboptimality of filtering-based approaches. Full SLAM includes the complete trajectory into the estimation problem rather than just the most recent
Recommended publications
  • Mapping Why Mapping?
    Mapping Why Mapping? Learning maps is one of the fundamental problems in mobile robotics Maps allow robots to efficiently carry out their tasks, allow localization … Successful robot systems rely on maps for localization, path planning, activity planning etc. The General Problem of Mapping What does the environment look like? The General Problem of Mapping The problem of robotic mapping is that of acquiring a spatial model of a robot’s environment Formally, mapping involves, given the sensor data, d {u1, z1,u2 , z2 ,,un , zn} to calculate the most likely map m* arg max P(m | d) m Mapping Challenges A key challenge arises from the measurement errors, which are statistically dependent Errors accumulate over time They affect future measurement Other Challenges of Mapping The high dimensionality of the entities that are being mapped Mapping can be high dimensional Correspondence problem Determine if sensor measurements taken at different points in time correspond to the same physical object in the world Environment changes over time Slower changes: trees in different seasons Faster changes: people walking by Robots must choose their way during mapping Robotic exploration problem Factors that Influence Mapping Size: the larger the environment, the more difficult Perceptual ambiguity the more frequent different places look alike, the more difficult Cycles cycles make robots return via different paths, the accumulated odometric error can be huge The following discussion assumes mapping with known poses Mapping vs. Localization Learning maps is a “chicken-and-egg” problem First, there is a localization problem. Errors can be easily accumulated in odometry, making it less certain about where it is Methods exist to correct the error given a perfect map Second, there is a mapping problem.
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 8,337,482 B2 Wood, Jr
    US008337482B2 (12) United States Patent (10) Patent No.: US 8,337,482 B2 Wood, Jr. (45) Date of Patent: *Dec. 25, 2012 (54) SYSTEM FOR PERFUSION MANAGEMENT (56) References Cited (75) Inventor: Lowell L. Wood, Jr., Livermore, CA U.S. PATENT DOCUMENTS (US) 3,391,697 A 7, 1968 Greatbatch 3,821,469 A 6, 1974 Whetstone et al. (73) Assignee: The Invention Science Fund I, LLC, 3,941,1273,837,339 A 3,9, 19761974 flagAisenb e tal. Bellevue, WA (US) 3,983.474. A 9/1976 Kuipers 4,054,881 A 10, 1977 Raab (*)c Notice:- r Subject to any disclaimer, the term of this 4,202,3494,119,900 A 10,5/1980 1978 JonesKremnitz patent is extended or adjusted under 35 4.262.306 A 4, 1981 Renner U.S.C. 154(b) by 1417 days. 4.267,831. A 5/1981 Aguilar This patent is Subject to a terminal dis- 2. A 3.18: R et al. claimer. 4,339.953 A 7, 1982 Iwasaki 4,367,741 A 1/1983 Michaels 4,396,885 A 8, 1983 Constant (21) Appl. No.: 10/827,576 4,403,321 A 9/1983 Kriger 4.418,422 A 11/1983 Richter et al. (22) Filed: Apr. 19, 2004 4,431,005 A 2f1984 McCormick 4,583, 190 A 4, 1986 Sab O O 4,585,652 A 4, 1986 Miller et al. (65) Prior Publication Data 4,628,928 A 12/1986 Lowell 4,638,798 A 1/1987 Shelden et al. US 2005/O234399 A1 Oct.
    [Show full text]
  • Simultaneous Localization and Mapping in Marine Environments
    Chapter 8 Simultaneous Localization and Mapping in Marine Environments Maurice F. Fallon∗, Hordur Johannsson, Michael Kaess, John Folkesson, Hunter McClelland, Brendan J. Englot, Franz S. Hover and John J. Leonard Abstract Accurate navigation is a fundamental requirement for robotic systems— marine and terrestrial. For an intelligent autonomous system to interact effectively and safely with its environment, it needs to accurately perceive its surroundings. While traditional dead-reckoning filtering can achieve extremely high performance, the localization accuracy decays monotonically with distance traveled. Other ap- proaches (such as external beacons) can help; nonetheless, the typical prerogative is to remain at a safe distance and to avoid engaging with the environment. In this chapter we discuss alternative approaches which utilize onboard sensors so that the robot can estimate the location of sensed objects and use these observations to improve its own navigation as well its perception of the environment. This approach allows for meaningful interaction and autonomy. Three motivating autonomous underwater vehicle (AUV) applications are outlined herein. The first fuses external range sensing with relative sonar measurements. The second application localizes relative to a prior map so as to revisit a specific feature, while the third builds an accurate model of an underwater structure which is consistent and complete. In particular we demonstrate that each approach can be abstracted to a core problem of incremental estimation within a sparse graph of the AUV’s trajectory and the locations of features of interest which can be updated and optimized in real time on board the AUV. Maurice F. Fallon · Hordur Johannsson · Michael Kaess · John Folkesson · Hunter McClelland · Brendan J.
    [Show full text]
  • 2012 IEEE International Conference on Robotics and Automation (ICRA 2012)
    2012 IEEE International Conference on Robotics and Automation (ICRA 2012) St. Paul, Minnesota, USA 14 – 18 May 2012 Pages 1-798 IEEE Catalog Number: CFP12RAA-PRT ISBN: 978-1-4673-1403-9 1/7 Content List of 2012 IEEE International Conference on Robotics and Automation Technical Program for Tuesday May 15, 2012 TuA01 Meeting Room 1 (Mini-sota) Estimation and Control for UAVs (Regular Session) Chair: Spletzer, John Lehigh Univ. Co-Chair: Robuffo Giordano, Paolo Max Planck Inst. for Biological Cybernetics 08:30-08:45 TuA01.1 State Estimation for Aggressive Flight in GPS-Denied Environments Using Onboard Sensing, pp. 1-8. Bry, Adam Massachusetts Inst. of Tech. Bachrach, Abraham Massachusetts Inst. of Tech. Roy, Nicholas Massachusetts Inst. of Tech. 08:45-09:00 TuA01.2 Autonomous Indoor 3D Exploration with a Micro-Aerial Vehicle, pp. 9-15. Shen, Shaojie Univ. of Pennsylvania Michael, Nathan Univ. of Pennsylvania Kumar, Vijay Univ. of Pennsylvania 09:00-09:15 TuA01.3 Wind Field Estimation for Autonomous Dynamic Soaring, pp. 16-22. Langelaan, Jack W. Penn State Univ. Spletzer, John Lehigh Univ. Montella, Corey Lehigh Univ. Grenestedt, Joachim Lehigh Univ. 09:15-09:30 TuA01.4 Decentralized Formation Control with Variable Shapes for Aerial Robots, pp. 23-30. Attachment Turpin, Matthew Univ. of Pennsylvania Michael, Nathan Univ. of Pennsylvania Kumar, Vijay Univ. of Pennsylvania 09:30-09:45 TuA01.5 Versatile Distributed Pose Estimation and Sensor Self-Calibration for an Autonomous MAV, pp. 31-38. Attachment Weiss, Stephan ETH Zurich Achtelik, Markus W. ETH Zurich, Autonomous Systems Lab. Chli, Margarita ETH Zurich Siegwart, Roland ETH Zurich 09:45-10:00 TuA01.6 Probabilistic Velocity Estimation for Autonomous Miniature Airships Using Thermal Air Flow Sensors, pp.
    [Show full text]
  • Distributed Robotic Mapping
    DISTRIBUTED COLLABORATIVE ROBOTIC MAPPING by DAVID BARNHARD (Under Direction the of Dr. Walter D. Potter) ABSTRACT The utilization of multiple robots to map an unknown environment is a challenging problem within Artificial Intelligence. This thesis first presents previous efforts to develop robotic platforms that have demonstrated incremental progress in coordination for mapping and target acquisition tasks. Next, we present a rewards based method that could increase the coordination ability of multiple robots in a distributed mapping task. The method that is presented is a reinforcement based emergent behavior approach that rewards individual robots for performing desired tasks. It is expected that the use of a reward and taxation system will result in individual robots effectively coordinating their efforts to complete a distributed mapping task. INDEX WORDS: Robotics, Artificial Intelligence, Distributed Processing, Collaborative Robotics DISTRIBUTED COLLABORATIVE ROBOTIC MAPPING by DAVID BARNHARD B.A. Cognitive Science, University of Georgia, 2001 A Thesis Submitted to the Graduate Faculty of The University of Georgia in Partial Fulfillment of the Requirements for the Degree MASTERS OF SCIENCE ATHENS, GEORGIA 2005 © 2005 David Barnhard All Rights Reserved DISTRIBUTED COLLABORATIVE ROBOTIC MAPPING by DAVID BARNHARD Major Professor: Dr. Walter D. Potter Committee: Dr. Khaled Rasheed Dr. Suchendra Bhandarkar Electronic Version Approved: Maureen Grasso Dean of the Graduate School The University of Georgia August 2005 DEDICATION I dedicate this thesis to my lovely betrothed, Rachel. Everyday I wake to hope and wonder because of her. She is my strength and happiness every moment that I am alive. She has continually, but gently kept pushing me to get this project done, and I know without her careful insistence this never would have been completed.
    [Show full text]
  • Creativity in Humans, Robots, Humbots 23
    T. Lubart, D. Esposito, A. Gubenko, and C. Houssemand, Creativity in Humans, Robots, Humbots 23 Vol. 8, Issue 1, 2021 Theories – Research – Applications Creativity in Humans, Robots, Humbots Todd Lubart1, 2, Dario Esposito1, Alla Gubenko3, and Claude Houssemand3 1 LaPEA, Université de Paris and Univ. Gustav Eiffel, F-92100 Boulogne-Billancourt, France 2 HSE University, Moscow, Russia 3 Department of Education and Social Work, Institute for Lifelong Learning and Guidance, University of Luxembourg, Luxembourg ABSTRACT This paper examines three ways that robots can inter- KEYWORDS: face with creativity. In particular, social robots which are creation process, human-robot interaction, designed to interact with humans are examined. In the human-robot co-creativity, embodied creativity, first mode, human creativity can be supported by social social robots robots. In a second mode, social robots can be creative agents and humans serve to support robot’s produc- Note: The article was prepared in the framework of a research grant funded by the Ministry of Science and tions. In the third and final mode, there is complemen- Higher Education of the Russian Federation (grant ID: tary action in creative work, which may be collaborative 075-15-2020-928). co-creation or a division of labor in creative projects. Il- lustrative examples are provided and key issues for fur- ther discussion are raised. Article history: Corresponding author at: Received: June 20, 2021 Todd Lubart Received in revised from: July 9, 2021 E-MAIL: [email protected] Accepted: July 9, 2021 ISSN 2354-0036 DOI: 10.2478/ctra-2021-0003 24 Creativity. Theories – Research – Applications, 8(1) 2021 INtrODUctiON Robots are agents equipped with sensors, actuators and effectors which enable them to move and perform manipulative tasks (Russell & Norvig, 2010).
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 8,092,549 B2 Hillis Et Al
    USO08092.549B2 (12) United States Patent (10) Patent No.: US 8,092,549 B2 Hillis et al. (45) Date of Patent: Jan. 10, 2012 (54) CILLATED STENT-LIKE-SYSTEM 4,054,881. A 10/1977 Raab 4,119,900 A 10, 1978 Kremnitz (75) Inventors: E.O O i. CA (US, 4,262,3064,202,349 A 4,5/1980 1981 JonesRenner uriel Y. Snkawa, L1Vermore, 4,314,251 A 2f1982 Raab (US); Clarence T. Tegreene, Bellevue, 4,317,078 A 2/1982 Weed et al. WA (US); Richa Wilson, San Francisco, 4,339.953 A 7, 1982 Iwasaki CA (US); Victoria Y. H. Wood 4,367,741 A 1/1983 Michaels Livermore,s CA (US); Lowell L.s Wood, 4,403,3214,396,885 A 9/19838, 1983 KrigerConstant Jr., Livermore, CA (US) 4.418,422 A 1 1/1983 Richter et al. 4,431,005 A 2f1984 McCormick (73) Assignee: The Invention Science Fund I, LLC, 4,583, 190 A 4, 1986 Sab Bellevue, WA (US) 4,585,652 A 4, 1986 Miller et al. 4,628,928 A 12/1986 Lowell (*)c Notice:- r Subject to any disclaimer, the term of this 4,642,7864,638,798 A 2f19871/1987 SheldenHansen et al. patent is extended or adjusted under 35 4,651,732 A 3, 1987 Frederick U.S.C. 154(b) by 210 days. 4,658,214. A 4, 1987 Petersen 4,714.460 A 12/1987 Calderon (21) Appl. No.: 10/949,186 4,717,381 A 1/1988 Papantonakos 4,733,661 A 3, 1988 Palestrant 1-1.
    [Show full text]
  • Semantic Maps for Domestic Robots Electrical and Computer Engineering
    Semantic Maps for Domestic Robots João Miguel Camisão Soares de Goyri O’Neill Thesis to obtain the Master of Science Degree in Electrical and Computer Engineering Supervisor(s): Prof. Rodrigo Martins de Matos Ventura Prof. Pedro Daniel dos Santos Miraldo Examination Committee Chairperson: Prof. João Fernando Cardoso Silva Sequeira Supervisor: Prof. Rodrigo Martins de Matos Ventura Member of the Committee: Prof. Plinio Moreno López October 2015 ii Resumo Dado o aumento de aplicac¸oes˜ de robosˆ e particularmente de robosˆ de servic¸o, tem surgido na comu- nidade da Inteligenciaˆ artificial a questao˜ de como gerar comportamento inteligente. Embora se tenha ate´ agora respondido a esta questao˜ com modelos muito completos e r´ıgidos do ambiente. Cada vez mais se aborda o problema com modelos mais simples e que podem aparentar ser incompletos mas que na verdade se controem a` medida que interagem com o ambiente tornando-se progressivamente mais eficientes. Neste trabalho sera´ apresentado um mapa semanticoˆ que tera´ o conhecimento funda- mental para completar a tarefa de determinar a localizac¸ao˜ de objectos no mundo. Esta tarefa utiliza o modulo´ de reconhecimento de objectos para experienciar sensorialmente o ambiente, um planeador de acc¸oes˜ e um mapa semanticoˆ que recebe informac¸ao˜ de baixo n´ıvel do reconhecedor e a converte em informac¸ao˜ de alto n´ıvel para o planeador. A sua architectura foi desenhada tendo em conta que e´ suposto que o mapa semanticoˆ seja utilizado por todos os modulos.´ Varios´ testes foram realizados em cenarios´ realistas e utilizando objectos do dia a dia. As experienciasˆ mostram que o uso do mapa semanticoˆ torna o processo mais eficiente a partir da primeira interac¸ao˜ com o ambiente.
    [Show full text]
  • Arxiv:1606.05830V4
    This paper has been accepted for publication in IEEE Transactions on Robotics. DOI: 10.1109/TRO.2016.2624754 IEEE Explore: http://ieeexplore.ieee.org/document/7747236/ Please cite the paper as: C. Cadena and L. Carlone and H. Carrillo and Y. Latif and D. Scaramuzza and J. Neira and I. Reid and J.J. Leonard, “Past, Present, and Future of Simultaneous Localization And Mapping: Towards the Robust-Perception Age”, in IEEE Transactions on Robotics 32 (6) pp 1309-1332, 2016 bibtex: @articlefCadena16tro-SLAMfuture, title = fPast, Present, and Future of Simultaneous Localization And Mapping: Towards the Robust-Perception Ageg, author = fC. Cadena and L. Carlone and H. Carrillo and Y. Latif and D. Scaramuzza and J. Neira and I. Reid and J.J. Leonardg, journal = ffIEEE Transactions on Roboticsgg, year = f2016g, number = f6g, pages = f1309–1332g, volume = f32g g arXiv:1606.05830v4 [cs.RO] 30 Jan 2017 1 Past, Present, and Future of Simultaneous Localization And Mapping: Towards the Robust-Perception Age Cesar Cadena, Luca Carlone, Henry Carrillo, Yasir Latif, Davide Scaramuzza, Jose´ Neira, Ian Reid, John J. Leonard Abstract—Simultaneous Localization And Mapping (SLAM) I. INTRODUCTION consists in the concurrent construction of a model of the environment (the map), and the estimation of the state of the robot LAM comprises the simultaneous estimation of the state moving within it. The SLAM community has made astonishing S of a robot equipped with on-board sensors, and the con- progress over the last 30 years, enabling large-scale real-world struction of a model (the map) of the environment that the applications, and witnessing a steady transition of this technology to industry.
    [Show full text]
  • Autonomous Navigation Framework for Intelligent Robots Based on a Semantic Environment Modeling
    Article Autonomous Navigation Framework for Intelligent Robots Based on a Semantic Environment Modeling Sung-Hyeon Joo 1,† , Sumaira Manzoor 1,† , Yuri Goncalves Rocha 1 , Sang-Hyeon Bae 1 , Kwang-Hee Lee 2 , Tae-Yong Kuc 1,* and Minsung Kim 3 1 Department of Electrical and Computer Engineering, College of Information and Communication Engineering, Sungkyunkwan University, Suwon 16419, Korea; [email protected] (S.-H.J.); [email protected] (S.M.); [email protected] (Y.G.R.); [email protected] (S.-H.B.) 2 Robot R&D Group, Korea Institute of Industrial Technology (KITECH), Ansan 15588, Korea; [email protected] 3 Department of Electronic and Electrical Engineering, Dongguk University-Seoul Campus, Seoul 04620, Korea; [email protected] * Correspondence: [email protected] † These authors contributed equally to this work. Received: 17 March 2020; Accepted: 27 April 2020; Published: 5 May 2020 Abstract: Humans have an innate ability of environment modeling, perception, and planning while simultaneously performing tasks. However, it is still a challenging problem in the study of robotic cognition. We address this issue by proposing a neuro-inspired cognitive navigation framework, which is composed of three major components: semantic modeling framework (SMF), semantic information processing (SIP) module, and semantic autonomous navigation (SAN) module to enable the robot to perform cognitive tasks. The SMF creates an environment database using Triplet Ontological Semantic Model (TOSM) and builds semantic models of the environment. The environment maps from these semantic models are generated in an on-demand database and downloaded in SIP and SAN modules when required to by the robot. The SIP module contains active environment perception components for recognition and localization.
    [Show full text]
  • A SLAM-Based Approach for Underwater Mapping Using Auvs with Poor Inertial Information
    A SLAM-based Approach for Underwater Mapping using AUVs with Poor Inertial Information Marcus Hammond and Stephen M. Rock Department of Aeronautics & Astronautics Stanford University Abstract—This paper presents a SLAM-based approach for creating maps of underwater terrain using AUVs with poor inertial information. The initial motivating application for this work was mapping in the non-inertial frame of a free-drifting Antarctic iceberg, but poor inertial information can also occur if low-cost, high drift inertial instrumentation is used in standard mapping tasks, or if DVL bottom lock is lost during the mission. This paper presents a SLAM-based approach in which features are extracted from concatenated multibeam data and descriptors are created, allowing these features to be compared against past terrain as the vehicle traverses the area. There have been a number of previous research efforts that used feature-based SLAM techniques for underwater mapping, but they have generally made assumptions or relied on sensors that are inconsistent with this paper’s motivating application, such as a flat bottom, the availability of visual imagery, or manmade fiducial markers. The method presented here uses natural terrain, is robust to water turbidity, and can be used in areas with vertical terrain like the walls of canyons and icebergs. Results are presented on data collected from Monterey Canyon using a vehicle with a high-grade IMU but that lost DVL bottom lock during the mapping run. I. INTRODUCTION The work presented in this paper aims to enable high- precision mapping of underwater surfaces using vehicles equipped with low-precision inertial sensors and without ex- Fig.
    [Show full text]
  • Autonomous Mapping Robot
    AUTONOMOUS MAPPING ROBOT A Major Qualifying Project Report: submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science by _____________________________ Jonathan Hayden _____________________________ Hiroshi Mita _____________________________ Jason Ogasian Date: April 21, 2009 Approved: _____________________________ R. James Duckworth, Major Advisor _____________________________ David Cyganski, Co-Advisor I Abstract The purpose of this Major Qualifying Project was to design and build a prototype of an autonomous mapping robot capable of producing a floor plan of the interior of a building. In order to accomplish this, several technologies were combined including, a laser rangefinder, ultrasonic sensors, optical encoders, an inertial sensor, and wireless networking to make a small, self-contained autonomous robot controlled by an ARM9 processor running embedded Linux. This robot was designed with future expansion in mind. I Acknowledgements There are many people who deserve thanks for their help with this project. First we would like to thank our advisors for this project: professors Duckworth and Cyganski, without whom this project would not have been possible at all. We would also like to thank Tom Angelotti in the ECE shop for all of his help, as well as the many other members of Worcester Polytechnic Institute’s Department of Electrical and Computer Engineering who provided assistance along the way. Finally we would like to thank the Department of Electrical
    [Show full text]