Building Reliable 2D Maps from 3D Features

Size: px
Start display at page:

Download "Building Reliable 2D Maps from 3D Features"

Transcription

1 Building Reliable 2D Maps from 3D Features Dipl. Technoinform. Jens Wettach, Prof. Dr. rer. nat. Karsten Berns TU Kaiserslautern; Robotics Research Lab 1, Geb. 48; Gottlieb-Daimler- Str.1; Kaiserslautern; Tel ; Abstract This paper presents a novel approach for creating a reliable map of an arbitrary indoor environment with a mobile robot. The map consists of a topological component representing rooms and doors and a grid map for obstacles within each room. Both maps are built via a SLAM 2 approach based on distance measurements of two planar laser scanners. In order to get a proper overview of room and furniture primitives even in highly cluttered areas, plane patches are extracted from 3D information provided by a third, rotating laser scanner. These features are used to detect room walls invisible to the planar scanners and to find interesting places as table tops and shelves. Thus the 2D maps are enhanced by 3D features and guide the robot during its main task environmental exploration and detection of objects of daily use. Keywords/Relevant Areas 3D Mapping, Environmental Modeling, Indoor Robotics 1. Introduction In order to perform reasonable tasks a mobile robot has to use a certain kind of environmental representation of its working area for navigation and user interaction. Ideally the robot has to extract this map autonomously during exploration of its a priori unknown environment. As the robot needs the map for reliable self-localization while the continuous map expansion depends on an accurate robot pose, this challenging SLAM problem has been in the focus of research in recent years (see e.g. [1] for an overview). Thus solutions exists for creating 2D and 3D maps ([2], [3]) with different kinds of abstraction. On the lower level grid maps are used to mark occupied and traversable areas and are therefore best suited for local (room-level) path planning and navigation. On the higher level topological maps represent interesting places as nodes and connections between them as global Simultaneous localization and mapping

2 (building-level) navigation hints. Consequently combining both approaches in hybrid maps seems promising as environmental representation for a mobile robot. Due to their reliability, distance measurements from 2D laser scanners are widely used for robot mapping. As they provide distances to nearest objects in one plane, this input is used to directly fill a 2D grid of cells or to extract line features for a geometric map. Corresponding SLAM approaches are very efficient [2], but these maps only represent a sectional view of the complete environment. On the other hand, 3D mapping provides a robust world representation [3], but at the expense of a more complex sensor system and increased consumption of computation time and memory. In this paper a new approach of environmental representation is described that relies on 2D maps on different levels of abstraction, enhanced by 3D features taken from a rotating laser scanner. First the applied SLAM approaches and the strategies for extracting grid maps and topological maps are introduced in section 2 and 3. In section 4 the extraction of 3D features for improving the existing maps is introduced. The explained strategies are then evaluated in a realistic 3D simulation scenario and in a real office environment (section 5). Section 6 provides a summary of the achieved results and an overview of future research. 2. 2D SLAM Based on Grid Maps Application scenario for the mapping strategies is the exploration of an indoor environment with mobile robot Marvin 3 in order to detect and record objects of daily use (see [4]). Entities as books, folders and cups a human might by interested in are localized and remembered by the robot to provide position information on demand or to start an active search. On the robot two planar laser scanners with a scan area of 180 are mounted 10 cm above ground at its front and rear end respectively. Another scanner mounted on a rotating unit in a height of about 1 m provides 3D distance measurements (see fig. 1). For reliable robot localization a state-of-the-art SLAM strategy using a particle filter for multihypotheses position tracking based on a 2D grid map is applied [2]. As an efficient implementation of this approach is freely available for research purposes at [5], the corresponding code has been integrated with minor adaptations into the existing robot control software. It continuously gets distance measurements from the front scanner and odometry-based robot pose estimations as input, updates a grid map as environmental representation and uses the map to estimate a couple of most probable robot poses based 3

3 on the actual sensor readings. The best pose estimation is then applied for correcting the initial estimation. The grid map is used in combination with a grid map based path planning and navigation system developed at RRLAB [6]. rotating scanner kitchenette fridge workbench Figure 1: Robot Marvin (left), typical indoor scenario with furniture in front of walls(right) 3. 2D SLAM Based on Topological Maps For global exploration and building-level navigation purposes a topological mapping system has been developed [7]. It uses 2D measurements from the front and rear scanner to extract walls and openings (doors) as major features. Based on these, rooms are extracted as rectangular composition of walls and represent nodes in the map. Connections between rooms build edges in the map. Exploration strategies on different levels enable the robot to extract this map autonomously and to explore all reachable areas. Pose correction during mapping is based on estimating distances to walls and orientation of walls and is fused with the grid map based pose estimation. The main advantage of this representation is that the map can directly be used as navigation graph for guiding the robot from one end of its working space to the other (relying on basic obstacle avoidance capabilities). The main drawback is that the mapping fails when the 2D scanners do not see enough features to extract room walls, e.g. in highly cluttered areas with many objects (PCs, chairs, tables, dustbins, cabinets) on the ground.

4 4. 3D Feature Extraction In order to improve the topological mapping approach in real world scenarios, a 3D feature extraction strategy has been developed based on distance measurements of the rotating laser scanner [4]. 3D point clouds are collected via one scan sweep from start to end position ( ) and assigned to a 3D grid of cells. After scanning a best fitting plane is calculated within each cell containing sufficient samples. The plane fitting uses RANSAC based parameter estimation [8] and principal component analysis for least square error minimization. In order to extract main environmental features, planes of neighboring cells are fused in a final region growing step and those supported by only a small amount of cells are discarded. For getting a complete overview of a room, four 3D scans with 90 orientation displacement are used as input for plane extraction. This way floor, ceiling, walls and table tops are reliably extracted. Even in cluttered areas walls can be detected from the fact, that above height of humans environmental complexity decreases and intersections of walls and ceiling can be reliably determined (see fig. 1 right). Consequently the calculated planes are grouped into floor, ceiling, walls and others using their orientation and position relative to each other. In detail, the following steps are performed: 1. Group planes into horizontal ones, vertical ones and others criterion: direction of plane normal 2. Lowest horizontal plane: floor, highest horizontal plane: ceiling (choose biggest one if there are several distinct plane patches with similar distance from origin) criterion: plane distance from origin 3. Group vertical planes into walls, wall candidates and others criterion: distance of vertical plane from floor and ceiling vertical planes connected to floor and ceiling are regarded as walls vertical planes connected to floor or ceiling are regarded as wall candidates vertical planes without connection to floor or ceiling: parts of chairs, screens determination of connectivity based on distance threshold The connection of vertical planes to ceiling is the strongest criterion for wall detection as usually no occlusions are present at this height level. Indeed, a large cabinet reaching from floor to ceiling could hide the wall completely, but in this case the corresponding plane would be interpreted as wall feature.

5 Thus apart from identifying interesting places for object search, these 3D features are used for augmenting the topological map (section 3). As only the final planes are stored for further processing, memory consumption is reasonable. 5. Experiments and Results The grid map based SLAM system, the topological mapping and 3D plane extraction approaches have been tested within a realistic 3D simulation of an office environment [9] as well as on the real robot. Using grids of 3.5 cm diameter the particle SLAM algorithm keeps the robot pose error below 10 cm in translation and 10 in orientation. In less complex areas (e.g. hallways) where the topological SLAM system works directly, the position estimation is even improved. Fig. 2 shows an example grid map of the simulated lab and a topological map of the complete application area. The lab simulation shown in fig. 3 is used to produce realistic, noisy sensor data. In the grid map occupied cells are marked as red circles. Here the map is filled by distance measurements from the planar scanners. Thus only legs of tables and chairs are detected. As the number of furniture objects that hide parts of walls is limited the extraction of room walls from 2D scans succeeds. Thus the lab is represented by two rectangular rooms connected by an opening (see fig. 2 right). The regular structure of the map is also caused by a reduction of cluttered areas in simulation. Figure 2: dots (right) Grid map of lab (left); complete topological map with lab area marked by black The main planes that have been extracted from 4 3D scans in this scenario are shown in fig. 3 (left). The collected point cloud consists of about samples. The extraction time was less than 3 seconds. Obviously ceiling, walls, cabinet and table tops are correctly detected.

6 The floor is represented by several distinct planes due to furniture objects hiding major areas of it. Figure 3: Simulated indoor scenario (left), extracted planes from 4 3D scans (right) To evaluate the plane and wall extraction strategy in highly cluttered areas, a test run has been performed in the right part of the real lab (consisting of kitchenette, workbench and cabinets, see fig. 1 right). The environment has again been scanned from one position and in four directions, resulting in a point cloud of about samples (see fig. 4 left). For better understanding three main features annotated in fig. 1 have been marked in the point cloud as well as in the extracted planes (see fig. 4 right). The planes represent main features as floor, ceiling, parts of walls and cabinets. The workbench is only partially detected as plane due to the numerous stuff located on its top (cf. fig. 1). kitchenette fridge workbench Figure 4: fig. 1 right) 3D samples (left) and extracted planes (right) from real indoor scenario (see

7 The planes are used as input for room wall detection as described in section 4. Thus planes connected to floor and bottom are analyzed as walls and those connected either to floor or bottom as wall candidates. From both types of features a 2D projection as line segments is calculated and enhanced by virtual lines (gaps) to a closed line segment sequence (see fig 5 left). kitchenette fridge workbench 1 2 Figure 5: Left: detected walls (yellow), gaps (blue) and extracted room rectangle (red) Right: grid map filled with 3D samples (red=occupied) and marked walls (blue) This sequence is given to the topological mapping system which extracts room walls and openings and constructs a rectangular room. The result is shown as red rectangle in fig. 5. The circle marks the actual robot position (from which the sensor data has been collected). Of course in this situation evaluating only one 3d scan is not sufficient: the gap on the left side is much bigger than in reality. Consequently a refinement of the calculated room has to be executed from different scanning positions. To clarify the situation the corresponding grid map filled by the 3D point cloud (projected on 2D) is shown in fig. 5 (right). Here the grid cells representing walls are colorized blue. On the left side of the room rectangle two irregularities are obvious: the detected wall is not long enough because the plane extraction has failed to generate a plane for this area (marked by arrow 1); and there are some artifacts detected as occupied cells (arrow 2) which are not present as stable features in reality (perhaps from a person walking through the 3D scan). Therefore moving the robot to new viewing positions and scanning again is necessary for dependable exploration of complete areas.

8 6. Conclusion and Future Work In this paper the combination of a grid map based SLAM approach and a higher level topological mapping strategy have been presented. Besides the benefit of using plane features detected from 3D scans for getting a clear overview of a room has been evolved. Experiments performed in a 3D simulation scenario as well as in a real indoor scene have been discussed. Future work concentrates on increasing the performance of the 3D feature extraction approach (automatically assigning semantic information to planes, e.g. table tops and screens) and the combination of global (topological map based) and local (grid map based) navigation. That means the topological information will be used as navigation graph for guiding the robot from room to room whereas the grid map information is well suited for local navigation within one room (reaching a target position exactly). Furthermore the consistent update of the grid map from planar and 3D scanner data will be realized because using only 2D information is not feasible in real-world scenarios (as a comparison of fig. 2 and 5 suggests). Finally, the tests have shown that evaluating a single 360 scan contains a lot of occlusions which makes an extraction of the complete room structure impossible. Thus an exploration strategy for continuously updating the topological map via next best view calculation and re-scanning will be implemented. References: [1] Thrun, S.: Robotic Mapping: A Survey, technical report, CMU, 2002, CMU-CS [2] Eliazar, A.: Hierarchical Linear/Constant Time SLAM Using Particle Filters for Dense Maps, NIPS 2005 [3] Weingarten, J.: Feature-Based 3D SLAM, EPFL PhD thesis 2006 [4] Wettach, J.: 3D Reconstruction for Exploration of Indoor Environments, AMS 2007, p [5] Eliazar, A. and Parr, D.: DP-SLAM, [6] Armbrust C.: Mobile Robot Navigation Using Dynamic Maps and a Behaviour-Based Anti-Collision System, AG Robotersysteme, TU Kaiserslautern Diplomarbeit 2007 [7] Schmidt, D.: Autonomous Behavior-Based Exploration of Office Environments, ICINCO 2006 [8] Fischler, M.: Random Sample Consensus, Commun. ACM 24, 1981 [9] Braun, T.: A Customizable, Multi-Host Simulation and Visualization Framework for Robot Applications, ICAR 2007

Ground Plan Based Exploration with a Mobile Indoor Robot

Ground Plan Based Exploration with a Mobile Indoor Robot ROBOTIK 2012 Ground Plan Based Exploration with a Mobile Indoor Robot Jens Wettach, Karsten Berns Robotics Research Lab, Department of Computer Science, University of Kaiserslautern P.O. Box 3049, 67653

More information

Combining Dynamic Frontier Based and Ground Plan Based Exploration:

Combining Dynamic Frontier Based and Ground Plan Based Exploration: Combining Dynamic Frontier Based and Ground Plan Based Exploration: a Hybrid Approach Jens Wettach, Karsten Berns {wettach, berns}@cs.uni-kl.de Robotics Research Lab, Department of Computer cience, University

More information

Unwrapping of Urban Surface Models

Unwrapping of Urban Surface Models Unwrapping of Urban Surface Models Generation of virtual city models using laser altimetry and 2D GIS Abstract In this paper we present an approach for the geometric reconstruction of urban areas. It is

More information

AUTONOMOUS BEHAVIOR-BASED EXPLORATION OF OFFICE ENVIRONMENTS

AUTONOMOUS BEHAVIOR-BASED EXPLORATION OF OFFICE ENVIRONMENTS AUTONOMOUS BEHAVIOR-BASED EXPLORATION OF OFFICE ENVIRONMENTS Daniel Schmidt, Tobias Luksch, Jens Wettach and Karsten Berns University of Kaiserslautern (TU) Gottlieb-Daimler-Straße, 67663 Kaiserslautern,

More information

Permanent Structure Detection in Cluttered Point Clouds from Indoor Mobile Laser Scanners (IMLS)

Permanent Structure Detection in Cluttered Point Clouds from Indoor Mobile Laser Scanners (IMLS) Permanent Structure Detection in Cluttered Point Clouds from NCG Symposium October 2016 Promoter: Prof. Dr. Ir. George Vosselman Supervisor: Michael Peter Problem and Motivation: Permanent structure reconstruction,

More information

Methods for Automatically Modeling and Representing As-built Building Information Models

Methods for Automatically Modeling and Representing As-built Building Information Models NSF GRANT # CMMI-0856558 NSF PROGRAM NAME: Automating the Creation of As-built Building Information Models Methods for Automatically Modeling and Representing As-built Building Information Models Daniel

More information

Exploiting Indoor Mobile Laser Scanner Trajectories for Interpretation of Indoor Scenes

Exploiting Indoor Mobile Laser Scanner Trajectories for Interpretation of Indoor Scenes Exploiting Indoor Mobile Laser Scanner Trajectories for Interpretation of Indoor Scenes March 2018 Promoter: Prof. Dr. Ir. George Vosselman Supervisor: Michael Peter 1 Indoor 3D Model Reconstruction to

More information

SIMPLE ROOM SHAPE MODELING WITH SPARSE 3D POINT INFORMATION USING PHOTOGRAMMETRY AND APPLICATION SOFTWARE

SIMPLE ROOM SHAPE MODELING WITH SPARSE 3D POINT INFORMATION USING PHOTOGRAMMETRY AND APPLICATION SOFTWARE SIMPLE ROOM SHAPE MODELING WITH SPARSE 3D POINT INFORMATION USING PHOTOGRAMMETRY AND APPLICATION SOFTWARE S. Hirose R&D Center, TOPCON CORPORATION, 75-1, Hasunuma-cho, Itabashi-ku, Tokyo, Japan Commission

More information

Exploration of an Indoor-Environment by an Autonomous Mobile Robot

Exploration of an Indoor-Environment by an Autonomous Mobile Robot IROS '94 September 12-16, 1994 Munich, Germany page 1 of 7 Exploration of an Indoor-Environment by an Autonomous Mobile Robot Thomas Edlinger edlinger@informatik.uni-kl.de Ewald von Puttkamer puttkam@informatik.uni-kl.de

More information

Uncertainties: Representation and Propagation & Line Extraction from Range data

Uncertainties: Representation and Propagation & Line Extraction from Range data 41 Uncertainties: Representation and Propagation & Line Extraction from Range data 42 Uncertainty Representation Section 4.1.3 of the book Sensing in the real world is always uncertain How can uncertainty

More information

Online Simultaneous Localization and Mapping in Dynamic Environments

Online Simultaneous Localization and Mapping in Dynamic Environments To appear in Proceedings of the Intl. Conf. on Robotics and Automation ICRA New Orleans, Louisiana, Apr, 2004 Online Simultaneous Localization and Mapping in Dynamic Environments Denis Wolf and Gaurav

More information

DETECTION AND ROBUST ESTIMATION OF CYLINDER FEATURES IN POINT CLOUDS INTRODUCTION

DETECTION AND ROBUST ESTIMATION OF CYLINDER FEATURES IN POINT CLOUDS INTRODUCTION DETECTION AND ROBUST ESTIMATION OF CYLINDER FEATURES IN POINT CLOUDS Yun-Ting Su James Bethel Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive, West Lafayette,

More information

Spring Localization II. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots

Spring Localization II. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots Spring 2016 Localization II Localization I 25.04.2016 1 knowledge, data base mission commands Localization Map Building environment model local map position global map Cognition Path Planning path Perception

More information

A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS

A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS A. Mahphood, H. Arefi *, School of Surveying and Geospatial Engineering, College of Engineering, University of Tehran,

More information

An Automatic Method for Adjustment of a Camera Calibration Room

An Automatic Method for Adjustment of a Camera Calibration Room An Automatic Method for Adjustment of a Camera Calibration Room Presented at the FIG Working Week 2017, May 29 - June 2, 2017 in Helsinki, Finland Theory, algorithms, implementation, and two advanced applications.

More information

Kaijen Hsiao. Part A: Topics of Fascination

Kaijen Hsiao. Part A: Topics of Fascination Kaijen Hsiao Part A: Topics of Fascination 1) I am primarily interested in SLAM. I plan to do my project on an application of SLAM, and thus I am interested not only in the method we learned about in class,

More information

Watertight Planar Surface Reconstruction of Voxel Data

Watertight Planar Surface Reconstruction of Voxel Data Watertight Planar Surface Reconstruction of Voxel Data Eric Turner CS 284 Final Project Report December 13, 2012 1. Introduction There are many scenarios where a 3D shape is represented by a voxel occupancy

More information

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA Engin Burak Anil 1 *, Burcu Akinci 1, and Daniel Huber 2 1 Department of Civil and Environmental

More information

PacSLAM Arunkumar Byravan, Tanner Schmidt, Erzhuo Wang

PacSLAM Arunkumar Byravan, Tanner Schmidt, Erzhuo Wang PacSLAM Arunkumar Byravan, Tanner Schmidt, Erzhuo Wang Project Goals The goal of this project was to tackle the simultaneous localization and mapping (SLAM) problem for mobile robots. Essentially, the

More information

A Lightweight SLAM algorithm using Orthogonal Planes for Indoor Mobile Robotics

A Lightweight SLAM algorithm using Orthogonal Planes for Indoor Mobile Robotics Research Collection Conference Paper A Lightweight SLAM algorithm using Orthogonal Planes for Indoor Mobile Robotics Author(s): Nguyen, Viet; Harati, Ahad; Siegwart, Roland Publication Date: 2007 Permanent

More information

Real-Time Object Detection for Autonomous Robots

Real-Time Object Detection for Autonomous Robots Real-Time Object Detection for Autonomous Robots M. Pauly, H. Surmann, M. Finke and N. Liang GMD - German National Research Center for Information Technology, D-53754 Sankt Augustin, Germany surmann@gmd.de

More information

Sensor Data Representation

Sensor Data Representation CVT 2016 March 8 10, 2016, Kaiserslautern, Germany 71 Sensor Data Representation A System for Processing, Combining, and Visualizing Information from Various Sensor Systems Bernd Helge Leroch 1, Jochen

More information

Localization and Map Building

Localization and Map Building Localization and Map Building Noise and aliasing; odometric position estimation To localize or not to localize Belief representation Map representation Probabilistic map-based localization Other examples

More information

Homographies and RANSAC

Homographies and RANSAC Homographies and RANSAC Computer vision 6.869 Bill Freeman and Antonio Torralba March 30, 2011 Homographies and RANSAC Homographies RANSAC Building panoramas Phototourism 2 Depth-based ambiguity of position

More information

3DReshaper Help DReshaper Beginner's Guide. Surveying

3DReshaper Help DReshaper Beginner's Guide. Surveying 3DReshaper Beginner's Guide Surveying 1 of 29 Cross sections Exercise: Tunnel analysis Surface analysis Exercise: Complete analysis of a concrete floor Surveying extraction Exercise: Automatic extraction

More information

Improving Door Detection for Mobile Robots by fusing Camera and Laser-Based Sensor Data

Improving Door Detection for Mobile Robots by fusing Camera and Laser-Based Sensor Data Improving Door Detection for Mobile Robots by fusing Camera and Laser-Based Sensor Data Jens Hensler, Michael Blaich, and Oliver Bittel University of Applied Sciences Brauneggerstr. 55, 78462 Konstanz,

More information

Simultaneous Localization

Simultaneous Localization Simultaneous Localization and Mapping (SLAM) RSS Technical Lecture 16 April 9, 2012 Prof. Teller Text: Siegwart and Nourbakhsh S. 5.8 Navigation Overview Where am I? Where am I going? Localization Assumed

More information

Mini Survey Paper (Robotic Mapping) Ryan Hamor CPRE 583 September 2011

Mini Survey Paper (Robotic Mapping) Ryan Hamor CPRE 583 September 2011 Mini Survey Paper (Robotic Mapping) Ryan Hamor CPRE 583 September 2011 Introduction The goal of this survey paper is to examine the field of robotic mapping and the use of FPGAs in various implementations.

More information

3D Audio Perception System for Humanoid Robots

3D Audio Perception System for Humanoid Robots 3D Audio Perception System for Humanoid Robots Norbert Schmitz, Carsten Spranger, Karsten Berns University of Kaiserslautern Robotics Research Laboratory Kaiserslautern D-67655 {nschmitz,berns@informatik.uni-kl.de

More information

Collective Classification for Labeling of Places and Objects in 2D and 3D Range Data

Collective Classification for Labeling of Places and Objects in 2D and 3D Range Data Collective Classification for Labeling of Places and Objects in 2D and 3D Range Data Rudolph Triebel 1, Óscar Martínez Mozos2, and Wolfram Burgard 2 1 Autonomous Systems Lab, ETH Zürich, Switzerland rudolph.triebel@mavt.ethz.ch

More information

Simultaneous Localization and Mapping (SLAM)

Simultaneous Localization and Mapping (SLAM) Simultaneous Localization and Mapping (SLAM) RSS Lecture 16 April 8, 2013 Prof. Teller Text: Siegwart and Nourbakhsh S. 5.8 SLAM Problem Statement Inputs: No external coordinate reference Time series of

More information

CSc Topics in Computer Graphics 3D Photography

CSc Topics in Computer Graphics 3D Photography CSc 83010 Topics in Computer Graphics 3D Photography Tuesdays 11:45-1:45 1:45 Room 3305 Ioannis Stamos istamos@hunter.cuny.edu Office: 1090F, Hunter North (Entrance at 69 th bw/ / Park and Lexington Avenues)

More information

5. Tests and results Scan Matching Optimization Parameters Influence

5. Tests and results Scan Matching Optimization Parameters Influence 126 5. Tests and results This chapter presents results obtained using the proposed method on simulated and real data. First, it is analyzed the scan matching optimization; after that, the Scan Matching

More information

Efficient SLAM Scheme Based ICP Matching Algorithm Using Image and Laser Scan Information

Efficient SLAM Scheme Based ICP Matching Algorithm Using Image and Laser Scan Information Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 2015) Barcelona, Spain July 13-14, 2015 Paper No. 335 Efficient SLAM Scheme Based ICP Matching Algorithm

More information

Automatic Generation of Indoor VR-Models by a Mobile Robot with a Laser Range Finder and a Color Camera

Automatic Generation of Indoor VR-Models by a Mobile Robot with a Laser Range Finder and a Color Camera Automatic Generation of Indoor VR-Models by a Mobile Robot with a Laser Range Finder and a Color Camera Christian Weiss and Andreas Zell Universität Tübingen, Wilhelm-Schickard-Institut für Informatik,

More information

Spring Localization II. Roland Siegwart, Margarita Chli, Juan Nieto, Nick Lawrance. ASL Autonomous Systems Lab. Autonomous Mobile Robots

Spring Localization II. Roland Siegwart, Margarita Chli, Juan Nieto, Nick Lawrance. ASL Autonomous Systems Lab. Autonomous Mobile Robots Spring 2018 Localization II Localization I 16.04.2018 1 knowledge, data base mission commands Localization Map Building environment model local map position global map Cognition Path Planning path Perception

More information

Interior Reconstruction under Occlusion and Clutter, based on the 3D Hough Transform

Interior Reconstruction under Occlusion and Clutter, based on the 3D Hough Transform School of Engineering and Science Bachelor s Thesis Interior Reconstruction under Occlusion and Clutter, based on the 3D Hough Remus-Claudiu Dumitru May 2012 First supervisor: Prof. Dr. Andreas Nüchter

More information

Scan Matching. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics

Scan Matching. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics Scan Matching Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics Scan Matching Overview Problem statement: Given a scan and a map, or a scan and a scan,

More information

USING 3D DATA FOR MONTE CARLO LOCALIZATION IN COMPLEX INDOOR ENVIRONMENTS. Oliver Wulf, Bernardo Wagner

USING 3D DATA FOR MONTE CARLO LOCALIZATION IN COMPLEX INDOOR ENVIRONMENTS. Oliver Wulf, Bernardo Wagner USING 3D DATA FOR MONTE CARLO LOCALIZATION IN COMPLEX INDOOR ENVIRONMENTS Oliver Wulf, Bernardo Wagner Institute for Systems Engineering (RTS/ISE), University of Hannover, Germany Mohamed Khalaf-Allah

More information

Intelligent Outdoor Navigation of a Mobile Robot Platform Using a Low Cost High Precision RTK-GPS and Obstacle Avoidance System

Intelligent Outdoor Navigation of a Mobile Robot Platform Using a Low Cost High Precision RTK-GPS and Obstacle Avoidance System Intelligent Outdoor Navigation of a Mobile Robot Platform Using a Low Cost High Precision RTK-GPS and Obstacle Avoidance System Under supervision of: Prof. Dr. -Ing. Klaus-Dieter Kuhnert Dipl.-Inform.

More information

3D Reconstruction from Scene Knowledge

3D Reconstruction from Scene Knowledge Multiple-View Reconstruction from Scene Knowledge 3D Reconstruction from Scene Knowledge SYMMETRY & MULTIPLE-VIEW GEOMETRY Fundamental types of symmetry Equivalent views Symmetry based reconstruction MUTIPLE-VIEW

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering ECGR 4161/5196 Introduction to Robotics Experiment No. 5 A* Path Planning Overview: The purpose of this experiment

More information

Manhattan-World Assumption for As-built Modeling Industrial Plant

Manhattan-World Assumption for As-built Modeling Industrial Plant Manhattan-World Assumption for As-built Modeling Industrial Plant Tomohiro Mizoguchi 1, Tomokazu Kuma 2, Yoshikazu Kobayashi 3 and Kenji Shirai 4 Department of Computer Science, College of Engineering,

More information

Accurate Motion Estimation and High-Precision 3D Reconstruction by Sensor Fusion

Accurate Motion Estimation and High-Precision 3D Reconstruction by Sensor Fusion 007 IEEE International Conference on Robotics and Automation Roma, Italy, 0-4 April 007 FrE5. Accurate Motion Estimation and High-Precision D Reconstruction by Sensor Fusion Yunsu Bok, Youngbae Hwang,

More information

Measurement of 3D Foot Shape Deformation in Motion

Measurement of 3D Foot Shape Deformation in Motion Measurement of 3D Foot Shape Deformation in Motion Makoto Kimura Masaaki Mochimaru Takeo Kanade Digital Human Research Center National Institute of Advanced Industrial Science and Technology, Japan The

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

More information

Semantic Interpretation of Mobile Laser Scanner Point Clouds in Indoor Scenes Using Trajectories

Semantic Interpretation of Mobile Laser Scanner Point Clouds in Indoor Scenes Using Trajectories 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Article Semantic Interpretation of Mobile Laser Scanner Point Clouds in Indoor Scenes Using

More information

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING Shi Pu and George Vosselman International Institute for Geo-information Science and Earth Observation (ITC) spu@itc.nl, vosselman@itc.nl

More information

INDOOR 3D MODEL RECONSTRUCTION TO SUPPORT DISASTER MANAGEMENT IN LARGE BUILDINGS Project Abbreviated Title: SIMs3D (Smart Indoor Models in 3D)

INDOOR 3D MODEL RECONSTRUCTION TO SUPPORT DISASTER MANAGEMENT IN LARGE BUILDINGS Project Abbreviated Title: SIMs3D (Smart Indoor Models in 3D) INDOOR 3D MODEL RECONSTRUCTION TO SUPPORT DISASTER MANAGEMENT IN LARGE BUILDINGS Project Abbreviated Title: SIMs3D (Smart Indoor Models in 3D) PhD Research Proposal 2015-2016 Promoter: Prof. Dr. Ir. George

More information

Automatic Construction of Polygonal Maps From Point Cloud Data

Automatic Construction of Polygonal Maps From Point Cloud Data Automatic Construction of Polygonal Maps From Point Cloud Data Thomas Wiemann, Andres Nüchter, Kai Lingemann, Stefan Stiene, and Joachim Hertzberg Abstract This paper presents a novel approach to create

More information

Today MAPS AND MAPPING. Features. process of creating maps. More likely features are things that can be extracted from images:

Today MAPS AND MAPPING. Features. process of creating maps. More likely features are things that can be extracted from images: MAPS AND MAPPING Features In the first class we said that navigation begins with what the robot can see. There are several forms this might take, but it will depend on: What sensors the robot has What

More information

OVERVIEW OF BUILDING RESEARCH AT THE APPLIED GEOTECHNOLOGIES

OVERVIEW OF BUILDING RESEARCH AT THE APPLIED GEOTECHNOLOGIES PhD and Postdoc research OVERVIEW OF BUILDING RESEARCH AT THE APPLIED GEOTECHNOLOGIES Lucía Díaz Vilariño Delft, December 2016 Index The Applied Geotechnologies Research Group PhD research: from point

More information

Plane Based Free Stationing for Building Models

Plane Based Free Stationing for Building Models Christian MANTHE, Germany Key words: plane based building model, plane detection, plane based transformation SUMMARY 3D Building models are used to construct, manage and rebuild buildings. Thus, associated

More information

Calibration of a rotating multi-beam Lidar

Calibration of a rotating multi-beam Lidar The 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems October 18-22, 2010, Taipei, Taiwan Calibration of a rotating multi-beam Lidar Naveed Muhammad 1,2 and Simon Lacroix 1,2 Abstract

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Part 9: Representation and Description AASS Learning Systems Lab, Dep. Teknik Room T1209 (Fr, 11-12 o'clock) achim.lilienthal@oru.se Course Book Chapter 11 2011-05-17 Contents

More information

Matching Evaluation of 2D Laser Scan Points using Observed Probability in Unstable Measurement Environment

Matching Evaluation of 2D Laser Scan Points using Observed Probability in Unstable Measurement Environment Matching Evaluation of D Laser Scan Points using Observed Probability in Unstable Measurement Environment Taichi Yamada, and Akihisa Ohya Abstract In the real environment such as urban areas sidewalk,

More information

Data-driven Depth Inference from a Single Still Image

Data-driven Depth Inference from a Single Still Image Data-driven Depth Inference from a Single Still Image Kyunghee Kim Computer Science Department Stanford University kyunghee.kim@stanford.edu Abstract Given an indoor image, how to recover its depth information

More information

Optimizing Monocular Cues for Depth Estimation from Indoor Images

Optimizing Monocular Cues for Depth Estimation from Indoor Images Optimizing Monocular Cues for Depth Estimation from Indoor Images Aditya Venkatraman 1, Sheetal Mahadik 2 1, 2 Department of Electronics and Telecommunication, ST Francis Institute of Technology, Mumbai,

More information

Introduction to Mobile Robotics Techniques for 3D Mapping

Introduction to Mobile Robotics Techniques for 3D Mapping Introduction to Mobile Robotics Techniques for 3D Mapping Wolfram Burgard, Michael Ruhnke, Bastian Steder 1 Why 3D Representations Robots live in the 3D world. 2D maps have been applied successfully for

More information

Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot

Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot Yoichi Nakaguro Sirindhorn International Institute of Technology, Thammasat University P.O. Box 22, Thammasat-Rangsit Post Office,

More information

A Relative Mapping Algorithm

A Relative Mapping Algorithm A Relative Mapping Algorithm Jay Kraut Abstract This paper introduces a Relative Mapping Algorithm. This algorithm presents a new way of looking at the SLAM problem that does not use Probability, Iterative

More information

Team Description Paper Team AutonOHM

Team Description Paper Team AutonOHM Team Description Paper Team AutonOHM Jon Martin, Daniel Ammon, Helmut Engelhardt, Tobias Fink, Tobias Scholz, and Marco Masannek University of Applied Science Nueremberg Georg-Simon-Ohm, Kesslerplatz 12,

More information

FOREGROUND DETECTION ON DEPTH MAPS USING SKELETAL REPRESENTATION OF OBJECT SILHOUETTES

FOREGROUND DETECTION ON DEPTH MAPS USING SKELETAL REPRESENTATION OF OBJECT SILHOUETTES FOREGROUND DETECTION ON DEPTH MAPS USING SKELETAL REPRESENTATION OF OBJECT SILHOUETTES D. Beloborodov a, L. Mestetskiy a a Faculty of Computational Mathematics and Cybernetics, Lomonosov Moscow State University,

More information

Scan-point Planning and 3-D Map Building for a 3-D Laser Range Scanner in an Outdoor Environment

Scan-point Planning and 3-D Map Building for a 3-D Laser Range Scanner in an Outdoor Environment Scan-point Planning and 3-D Map Building for a 3-D Laser Range Scanner in an Outdoor Environment Keiji NAGATANI 1, Takayuki Matsuzawa 1, and Kazuya Yoshida 1 Tohoku University Summary. During search missions

More information

Handheld Augmented Reality. Reto Lindegger

Handheld Augmented Reality. Reto Lindegger Handheld Augmented Reality Reto Lindegger lreto@ethz.ch 1 AUGMENTED REALITY 2 A Definition Three important characteristics: Combines real and virtual environment Interactive in real-time Registered in

More information

Fast Sampling Plane Filtering, Polygon Construction and Merging from Depth Images

Fast Sampling Plane Filtering, Polygon Construction and Merging from Depth Images Fast Sampling Plane Filtering, Polygon Construction and Merging from Depth Images Joydeep Biswas Robotics Institute Carnegie Mellon University Pittsburgh, PA 523, USA joydeepb@ri.cmu.edu Manuela Veloso

More information

Math 8 Shape and Space Resource Kit Parent Guide

Math 8 Shape and Space Resource Kit Parent Guide Math 8 Shape and Space Resource Kit Parent Guide Resources Included with this Resource Kit (To be Returned to HCOS): Parent Guide Student worksheets Jenga blocks (game) Set of mini geosolids (Right Start

More information

Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds

Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds 1 Interactive Collision Detection for Engineering Plants based on Large-Scale Point-Clouds Takeru Niwa 1 and Hiroshi Masuda 2 1 The University of Electro-Communications, takeru.niwa@uec.ac.jp 2 The University

More information

3D Point Cloud Processing

3D Point Cloud Processing 3D Point Cloud Processing The image depicts how our robot Irma3D sees itself in a mirror. The laser looking into itself creates distortions as well as changes in intensity that give the robot a single

More information

Urban Scene Segmentation, Recognition and Remodeling. Part III. Jinglu Wang 11/24/2016 ACCV 2016 TUTORIAL

Urban Scene Segmentation, Recognition and Remodeling. Part III. Jinglu Wang 11/24/2016 ACCV 2016 TUTORIAL Part III Jinglu Wang Urban Scene Segmentation, Recognition and Remodeling 102 Outline Introduction Related work Approaches Conclusion and future work o o - - ) 11/7/16 103 Introduction Motivation Motivation

More information

FEATURE-BASED REGISTRATION OF RANGE IMAGES IN DOMESTIC ENVIRONMENTS

FEATURE-BASED REGISTRATION OF RANGE IMAGES IN DOMESTIC ENVIRONMENTS FEATURE-BASED REGISTRATION OF RANGE IMAGES IN DOMESTIC ENVIRONMENTS Michael Wünstel, Thomas Röfer Technologie-Zentrum Informatik (TZI) Universität Bremen Postfach 330 440, D-28334 Bremen {wuenstel, roefer}@informatik.uni-bremen.de

More information

Reconstruction of Polygonal Faces from Large-Scale Point-Clouds of Engineering Plants

Reconstruction of Polygonal Faces from Large-Scale Point-Clouds of Engineering Plants 1 Reconstruction of Polygonal Faces from Large-Scale Point-Clouds of Engineering Plants Hiroshi Masuda 1, Takeru Niwa 2, Ichiro Tanaka 3 and Ryo Matsuoka 4 1 The University of Electro-Communications, h.masuda@euc.ac.jp

More information

Particle Filters. CSE-571 Probabilistic Robotics. Dependencies. Particle Filter Algorithm. Fast-SLAM Mapping

Particle Filters. CSE-571 Probabilistic Robotics. Dependencies. Particle Filter Algorithm. Fast-SLAM Mapping CSE-571 Probabilistic Robotics Fast-SLAM Mapping Particle Filters Represent belief by random samples Estimation of non-gaussian, nonlinear processes Sampling Importance Resampling (SIR) principle Draw

More information

Perception. Autonomous Mobile Robots. Sensors Vision Uncertainties, Line extraction from laser scans. Autonomous Systems Lab. Zürich.

Perception. Autonomous Mobile Robots. Sensors Vision Uncertainties, Line extraction from laser scans. Autonomous Systems Lab. Zürich. Autonomous Mobile Robots Localization "Position" Global Map Cognition Environment Model Local Map Path Perception Real World Environment Motion Control Perception Sensors Vision Uncertainties, Line extraction

More information

Jo-Car2 Autonomous Mode. Path Planning (Cost Matrix Algorithm)

Jo-Car2 Autonomous Mode. Path Planning (Cost Matrix Algorithm) Chapter 8.2 Jo-Car2 Autonomous Mode Path Planning (Cost Matrix Algorithm) Introduction: In order to achieve its mission and reach the GPS goal safely; without crashing into obstacles or leaving the lane,

More information

Robotics Project. Final Report. Computer Science University of Minnesota. December 17, 2007

Robotics Project. Final Report. Computer Science University of Minnesota. December 17, 2007 Robotics Project Final Report Computer Science 5551 University of Minnesota December 17, 2007 Peter Bailey, Matt Beckler, Thomas Bishop, and John Saxton Abstract: A solution of the parallel-parking problem

More information

Simultaneous Localization and Mapping

Simultaneous Localization and Mapping Sebastian Lembcke SLAM 1 / 29 MIN Faculty Department of Informatics Simultaneous Localization and Mapping Visual Loop-Closure Detection University of Hamburg Faculty of Mathematics, Informatics and Natural

More information

Probabilistic Robotics

Probabilistic Robotics Probabilistic Robotics FastSLAM Sebastian Thrun (abridged and adapted by Rodrigo Ventura in Oct-2008) The SLAM Problem SLAM stands for simultaneous localization and mapping The task of building a map while

More information

Homework #2 Posted: February 8 Due: February 15

Homework #2 Posted: February 8 Due: February 15 CS26N Motion Planning for Robots, Digital Actors and Other Moving Objects (Winter 2012) Homework #2 Posted: February 8 Due: February 15 How to complete this HW: First copy this file; then type your answers

More information

Robot Localization: Historical Context

Robot Localization: Historical Context Robot Localization: Historical Context Initially, roboticists thought the world could be modeled exactly Path planning and control assumed perfect, exact, deterministic world Reactive robotics (behavior

More information

3D Collision Avoidance for Navigation in Unstructured Environments

3D Collision Avoidance for Navigation in Unstructured Environments 3D Collision Avoidance for Navigation in Unstructured Environments Armin Hornung Humanoid Robots Lab, University of Freiburg May 5, 2011 Motivation Personal robots are to operate in arbitrary complex environments:

More information

Range Sensing Based Autonomous Canal Following Using a Simulated Multi-copter. Ali Ahmad

Range Sensing Based Autonomous Canal Following Using a Simulated Multi-copter. Ali Ahmad Range Sensing Based Autonomous Canal Following Using a Simulated Multi-copter Ali Ahmad MS Student of Electrical Engineering Laboratory for Cyber Physical Networks and Systems LUMS School of Science &

More information

IROS 05 Tutorial. MCL: Global Localization (Sonar) Monte-Carlo Localization. Particle Filters. Rao-Blackwellized Particle Filters and Loop Closing

IROS 05 Tutorial. MCL: Global Localization (Sonar) Monte-Carlo Localization. Particle Filters. Rao-Blackwellized Particle Filters and Loop Closing IROS 05 Tutorial SLAM - Getting it Working in Real World Applications Rao-Blackwellized Particle Filters and Loop Closing Cyrill Stachniss and Wolfram Burgard University of Freiburg, Dept. of Computer

More information

Long-term motion estimation from images

Long-term motion estimation from images Long-term motion estimation from images Dennis Strelow 1 and Sanjiv Singh 2 1 Google, Mountain View, CA, strelow@google.com 2 Carnegie Mellon University, Pittsburgh, PA, ssingh@cmu.edu Summary. Cameras

More information

AUTONOMOUS SYSTEMS. LOCALIZATION, MAPPING & SIMULTANEOUS LOCALIZATION AND MAPPING Part V Mapping & Occupancy Grid Mapping

AUTONOMOUS SYSTEMS. LOCALIZATION, MAPPING & SIMULTANEOUS LOCALIZATION AND MAPPING Part V Mapping & Occupancy Grid Mapping AUTONOMOUS SYSTEMS LOCALIZATION, MAPPING & SIMULTANEOUS LOCALIZATION AND MAPPING Part V Mapping & Occupancy Grid Mapping Maria Isabel Ribeiro Pedro Lima with revisions introduced by Rodrigo Ventura Instituto

More information

3D Computer Vision. Depth Cameras. Prof. Didier Stricker. Oliver Wasenmüller

3D Computer Vision. Depth Cameras. Prof. Didier Stricker. Oliver Wasenmüller 3D Computer Vision Depth Cameras Prof. Didier Stricker Oliver Wasenmüller Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de

More information

Impact of Intensity Edge Map on Segmentation of Noisy Range Images

Impact of Intensity Edge Map on Segmentation of Noisy Range Images Impact of Intensity Edge Map on Segmentation of Noisy Range Images Yan Zhang 1, Yiyong Sun 1, Hamed Sari-Sarraf, Mongi A. Abidi 1 1 IRIS Lab, Dept. of ECE, University of Tennessee, Knoxville, TN 37996-100,

More information

Probabilistic Matching for 3D Scan Registration

Probabilistic Matching for 3D Scan Registration Probabilistic Matching for 3D Scan Registration Dirk Hähnel Wolfram Burgard Department of Computer Science, University of Freiburg, 79110 Freiburg, Germany Abstract In this paper we consider the problem

More information

CS5670: Computer Vision

CS5670: Computer Vision CS5670: Computer Vision Noah Snavely Lecture 4: Harris corner detection Szeliski: 4.1 Reading Announcements Project 1 (Hybrid Images) code due next Wednesday, Feb 14, by 11:59pm Artifacts due Friday, Feb

More information

3D Fusion of Infrared Images with Dense RGB Reconstruction from Multiple Views - with Application to Fire-fighting Robots

3D Fusion of Infrared Images with Dense RGB Reconstruction from Multiple Views - with Application to Fire-fighting Robots 3D Fusion of Infrared Images with Dense RGB Reconstruction from Multiple Views - with Application to Fire-fighting Robots Yuncong Chen 1 and Will Warren 2 1 Department of Computer Science and Engineering,

More information

Object Classification in Domestic Environments

Object Classification in Domestic Environments Object Classification in Domestic Environments Markus Vincze Aitor Aldoma, Markus Bader, Peter Einramhof, David Fischinger, Andreas Huber, Lara Lammer, Thomas Mörwald, Sven Olufs, Ekaterina Potapova, Johann

More information

Probabilistic Robotics. FastSLAM

Probabilistic Robotics. FastSLAM Probabilistic Robotics FastSLAM The SLAM Problem SLAM stands for simultaneous localization and mapping The task of building a map while estimating the pose of the robot relative to this map Why is SLAM

More information

3D Spatial Layout Propagation in a Video Sequence

3D Spatial Layout Propagation in a Video Sequence 3D Spatial Layout Propagation in a Video Sequence Alejandro Rituerto 1, Roberto Manduchi 2, Ana C. Murillo 1 and J. J. Guerrero 1 arituerto@unizar.es, manduchi@soe.ucsc.edu, acm@unizar.es, and josechu.guerrero@unizar.es

More information

MultiAR Project Michael Pekel, Ofir Elmakias [GIP] [234329]

MultiAR Project Michael Pekel, Ofir Elmakias [GIP] [234329] MultiAR Project Michael Pekel, Ofir Elmakias [GIP] [234329] Supervisors Dr. Matan Sela Mr. Yaron Honen Assistants Alexander Porotskiy Summary MultiAR is a multiplayer quest (Outdoor Real Time Multiplayer

More information

ROS navigation stack Costmaps Localization Sending goal commands (from rviz) (C)2016 Roi Yehoshua

ROS navigation stack Costmaps Localization Sending goal commands (from rviz) (C)2016 Roi Yehoshua ROS navigation stack Costmaps Localization Sending goal commands (from rviz) Robot Navigation One of the most basic things that a robot can do is to move around the world. To do this effectively, the robot

More information

A MOBILE ROBOT MAPPING SYSTEM WITH AN INFORMATION-BASED EXPLORATION STRATEGY

A MOBILE ROBOT MAPPING SYSTEM WITH AN INFORMATION-BASED EXPLORATION STRATEGY A MOBILE ROBOT MAPPING SYSTEM WITH AN INFORMATION-BASED EXPLORATION STRATEGY Francesco Amigoni, Vincenzo Caglioti, Umberto Galtarossa Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza

More information

Contexts and 3D Scenes

Contexts and 3D Scenes Contexts and 3D Scenes Computer Vision Jia-Bin Huang, Virginia Tech Many slides from D. Hoiem Administrative stuffs Final project presentation Nov 30 th 3:30 PM 4:45 PM Grading Three senior graders (30%)

More information

A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points

A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points A Method of Annotation Extraction from Paper Documents Using Alignment Based on Local Arrangements of Feature Points Tomohiro Nakai, Koichi Kise, Masakazu Iwamura Graduate School of Engineering, Osaka

More information

Safe Prediction-Based Local Path Planning using Obstacle Probability Sections

Safe Prediction-Based Local Path Planning using Obstacle Probability Sections Slide 1 Safe Prediction-Based Local Path Planning using Obstacle Probability Sections Tanja Hebecker and Frank Ortmeier Chair of Software Engineering, Otto-von-Guericke University of Magdeburg, Germany

More information

Real-time Visual Self-localisation in Dynamic Environments

Real-time Visual Self-localisation in Dynamic Environments Real-time Visual Self-localisation in Dynamic Environments A case study on the Off-road Platform RAVON H. Schäfer, P. Hahnfeld, K. Berns b schaef@informatik.uni-kl.de University of Kaiserslautern, Robotics

More information