Environment Identification by Comparing Maps of Landmarks

Size: px
Start display at page:

Download "Environment Identification by Comparing Maps of Landmarks"

Transcription

1 Environment Identification by Comparing Maps of Landmarks Jens-Steffen Gutmann Masaki Fukuchi Kohtaro Sabe Digital Creatures Laboratory Sony Corporation -- Kitashinagawa, Shinagawa-ku Tokyo, 4- Japan Abstract This paper describes a method for identifying an environment a robot is operating in by comparing the geometry of landmarks of a map the robot is currently building with a set of previously created maps. Landmark maps are created using the stochastic map approach originally presented by Smith, Self and Cheeseman [2]. The paper provides a method for measuring the similarity of such maps and presents a closed form solution for the special case that covariances are constant. Experiments carried out on a developer version of the AIBO robot and on a prototype of the humanoid SDR-4X robot show that the approach is applicable even for robots with poor odometry.. Introduction Navigation is an essential part of a mobile robot system. Two fundamental problems that need to be considered when designing a navigation system for an unknown environment are that of localization and map building. The former provides information about the pose (position and orientation) of a robot given knowledge of a map of the robot s environment and data obtained by the sensors on the robot. The latter initially starts with an empty map in an unknown environment and builds a representation of the environment from the actions carried out by the robot and the measurements of its sensors. For both problems, many solutions have been presented in the past [, 4,,,,, 4]. In general, map building is the harder of the two problems since it requires to not only estimate the position of the robot but also the position of landmarks (walls, corners, etc.) in the environment. In many cases special conditions might be needed when building a map such as having the environment free from obstacles or humans, not allowing robot kidnapping, etc. For these reasons, many solutions to mobile robot navigation do not perform map building during normal operation but separate the task into two steps: (a) an initial step for learning an environment by using a map building approach, and using the learned map for self-localization in normal operation mode. This means, whenever a robot is carried to a new environment, a map learning task is started and once it successfully finished, the system switches to an operating mode where it autonomously localizes in the obtained map. In case the robot operates in several different environments, information about in which environment the robot currently resides is needed in order to utilize the right map for localization. An operator might tell the system which map to use, however, for achieving full autonomy the system should be capable of finding out by itself. We call this task of determining the environment a robot is operating in environment identification. The contribution of this work is to provide an approach for environment identification where a robot autonomously creates a map of landmarks, compares the map to previously obtained maps and identifies the environment by selecting the one which best fits to the currently acquired one. For simplicity, we assume that landmarks are unique which can be assured, e.g., when placing artificial landmarks in the environment. Furthermore, the robot should keep a Gaussian estimate for the location of each landmark, e.g. provided by the stochastic map approach [2]. Comparison of a current map with one in the database is then performed by finding a rotation and translation that minimizes a Mahalanobis distance between the two maps. The rest of this paper is organized as follows. The next section discusses work related to environment identification. Section presents our general approach for environment identification and Section 4 contains the algorithm for matching different maps of landmarks. In Section, experiments are carried out. We conclude in Section.

2 2. Related Work To the best of our knowledge, environment identification as presented in this paper has not been addressed yet. However, the problem could be reformulated as a localization problem when arranging all maps in the database of environments into one global reference frame in such a way that no pair of environment maps overlap. Identifying the environment could then be solved by a global localization approach such as Markov Localization [] where from the estimated pose the corresponding environment could be determined. Taking this point of view, map correlation as presented by Konolige and Chou [] could be qualified as a related approach. In their work, the robot builds a patch (a small map) consisting of the last few frames of a laser range finder and correlates this patch with an occupancy grid-like map in order to estimate the pose of the robot. A similar approach is the re-localization method developed by Rencken et al. [] where the robot builds a small map of landmark features from the last few readings of a laser range finder and then finds corresponding matches of this map in a global reference map. Our work is different in that the maps of environments are kept separate and matching of maps is done on a symbolic level where landmarks are associated with an identifier (which in the current version has to be unique). Furthermore, a Gaussian estimate for the location of each landmark is considered in order to deal with errors in map building.. Environment Identification System The general system for environment identification we consider is depicted in Fig.. It consists of a map-building module, a control system for exploration, the environment identification unit and a database of previously acquired maps. landmark observation motion Map Building (Stochastic Map) map Exploration (Robot Control) Environment Identification Database of Environments Fig.. System for environment identification env id confidence The task of the module for map-building is to create and update a world map Ñ Ð Ö Ð ½ Ð Ò µ consisting of the estimates for the robot pose Ð Ö and the positions Ð ½ Ò of all landmarks. It receives information about the relative movement of the robot (e.g. from an odometry unit) and landmark observations in local robot coordinates from a lower-level sub system. We assume that the estimates for robot pose and landmark positions are Gaussian distributions, that is, Ð Ö Æ Ð Ö Ö µ and Ð Æ Ð µ, ½ Ò. Such estimates can readily be obtained e.g. by the application of the stochastic map approach [2]. The map-building system delivers its map information to the exploration control and the environment identification unit. The control system for exploration is responsible for moving the robot around in the environment in order to obtain as much landmark information as possible for the map-building and identification unit. The strategies for the design of this system are behind the scope of this paper. However, as an example one could think of a behavior that explores an environment by moving to each landmark in the map obtained so far until all landmarks have been visited. If each landmark is visible from at least another landmark and the induced graph of visibility is connected, this strategy would ensure that eventually information about all landmarks is obtained. For our experiments reported in Section, however, we used a different approach where a human joysticked the robot in order to get as much landmark information as possible. The heart of the system is the environment identification unit which receives the current map from the map building system and information about the state of the exploration control. It interacts with a database that holds environment maps. Whenever the current map Ñ provided by the mapbuilding system is updated, it compares it to all maps Ñ in the database. Each comparison provides a measurement telling how well the two maps match (in terms of a Mahalanobis distance as defined below). The index of the map in the database that fits best is taken as the result of the environment identification. A confidence value can also be derived from its residual matching error. The latter can be used, e.g. for thresholding in case there is no good match for any map in the database. The connection of the exploration control to the map identification unit can be used e.g. for signaling that exploration has been finished. This is useful for adding new world maps to the database of maps. When exploration signals that it has been finished and the confidence of the best matching map is still poor, the robot is likely to be in an unknown environment it has not been mapped yet. The obtained world map from map building can then be given a new index and inserted into the database.

3 4. Matching of Landmark Maps The main part of our environment identification is the algorithm for matching the current world map to another map from the database. This algorithm consists of two steps:. Data association 2. Minimization of matching error In the data association step, for each landmark in the current map corresponding landmarks in the other map have to be found. In general the number of corresponding landmarks is unlimited. However, in our current implementation we assume that landmarks are unique and therefore for each landmark there can be only zero or one corresponding landmarks in the other map. We proceed to the 2nd step only if the number of landmarks that could be associated to landmarks in the other map is greater or equal to a certain minimum number. In the experiments we report below, we use a minimum of 2. After performing the data association step we can assume that without loss of generality the landmarks in both maps are re-ordered such that for ½ Ò, landmark Ð in the current map is associated with landmark Ð in the other map (Ò is the number of landmarks that matched). What is left to be done is to find out how well the positions of landmarks left in the current map matches to the positions of their corresponding ones in the map from the database. This is done in the 2nd step. One problem that needs to be taken care of here is that maps usually have different coordinate systems, that is, the maps can be rotated and translated. In order to deal with this, we formulate a matching error Ï that computes the normalized sum of Mahalanobis distances of landmarks in the current map, rotated and translated according to a rotation and translation Ì, to the associated landmarks from the map in the database: where Ï Ì µ ½ Ò Ü Ì ½ Ü Ü () Ü Ê µ Ð Ì Ð (2) Ü Ê µ Ê µ Ì () Ê µ Ó µ Ò µ Ò µ Ó µ The task now is to find a rotation and translation Ì that minimizes the error Ï Ì µ. The error value itself then gives a measure how well the maps match and can be used for identifying the map in the database. The map having the least error value is most probably the environment the robot is currently operating in. The error value itself can also be converted into a confidence measure (e.g. by taking the inverse) which is the larger the better the two maps match. (4) By considering a minimum threshold on the confidence, unlikely matches can be rejected and new environments can be detected. Unfortunately, minimizing () is non-trivial because of the non-linear rotational parameter. An iterative approach like steepest decent can be applied for computing a solution that minimizes the error. If we consider a special case of the problem where all covariances are constants in the form of Á () where is a constant and Á the identity matrix then the problem is equivalent to minimizing a least squares problem: Ï Ì µ ½ Ò Ü Ì Ü () For this problem, the following closed-form solution can be derived [9, pp. -]: where Ë ÜÜ Ë ÝÜ ØÒ ½ Ë ÜÝ Ë ÝÜ Ë ÜÜ Ë ÝÝ () Ì Ð Ê µ Ð () Ë ÜÝ Ë ÝÝ ½ Ð Ò Ð ½ Ò Ð (9) Ð () Ре Ð Ð µ Ì () This closed-form solution can be used as an initial solution for finding the true minimum of () using an iterative approach. In the experiments reported below, however, we did not implement the iterative minimization of the Mahalanobis distance yet and therefore simply use the solution of () for environment identification.. Results We implemented the system for environment identification on the quadruped mobile ERS 2 robot, a developer version of the commercial AIBO robot. The robot, depicted in Fig. 2(a), is connected to a Linux PC by wireless LAN. For our experiments we utilized color landmarks as shown in Fig. 2 mounted on vertical surfaces such as walls or the sides of book shelves. The landmarks consist of three geometric primitives each in a different color. The combination of colors when read from left to right defines a unique identification for each landmark.

4 (a) B (c) B A C B D D A D C Fig.. Landmark maps learned by the stochastic mapping approach. (a) Hidai s, Ugo s, (c) Steffen s place. Landmarks are marked with letters A, B, C, and D for easier reference. A C (a) Fig. 2. (a) AIBO Entertainment Robot System and color landmark pictures as observed by the robot s camera. The detection of color landmark pictures is realized by extracting connected regions of color labeled images provided by the robot s vision hardware. By taking into account the camera calibration parameters and the kinematic chain of the robot s head, distance and bearing to landmarks in 2D coordinates are computed. Our map-building software is an implementation of the stochastic map approach [2] with an iterated Kalman filter and a two-stages update rule [] in order to limit errors caused by linearizations in the motion and sensor models. We are aware of the fact that simultaneous localization and map-building as formulated in the stochastic map framework can diverge [] especially in the case odometry is poor [2]. For the size of environments and duration of map-building considered in this paper, however, we did not notice such failures. For performing our experiments we mounted sets of landmarks at three different locations in our laboratory. Each set consisted of 4 unique landmarks. We used the same set of landmarks at each location but mounted them at different places relative to each other. By taking the same set for each environment we make it more difficult for the system to identify the right environment than when using different sets where the environment could already be identified just by finding the map where most of the landmarks can be associated. In order to obtain an initial set of maps for the database of environments, we joysticked the robot around at the three locations in our laboratory. Fig. shows the resulting map of landmarks for each environment. For each landmark, its Gaussian pose estimate is indicated by an error ellipse for the position together with an error cone for its orientation. We manually verified the quality of the obtained maps and found that landmark positions contain an average distance error to their true pose of about cm. Most of this error can be addressed to the poor odometry estimates the robot provides (basically odometry is estimated by interpreting the motion commands carried out on the robot) and the noise in estimating the pose of landmarks from color labeled images and the joint angles of the robot s head. Nevertheless, these results suggest that the stochastic map approach is suitable for this kind of robot in environments of the size considered in this paper. At the same three locations we ran the system for environment identification again in order to see how the residual least square error as defined in () evolves over time. Fig. 4 displays this error for each of the three environments measured over time. In the beginning, when no or only one landmark is visible in the current world map provided by the map-building system, an undefined environment id is returned by our algorithm. This is because a minimum of two landmarks have to be associated to landmarks in the database maps before matching of landmark maps becomes meaningful. When two landmarks in the world map become available, matching of the current map with the ones in the database is performed. However, since only two landmarks are used, the results are sometimes very similar as can be seen in all three diagrams of Fig. 4. After the third landmark comes into sight, the error plots are becoming more expressive and the environment with the lowest error refers to the actual environment the robot was operating in. The fourth landmark in some cases made distinguishing between the environments more clear. However, it might also increase the error of the best match as seen e.g. in Fig. 4(c) or causes disturbances as displayed in Fig. 4(a). As for the latter we believe that the rise in error when observing the fourth landmark is due to an erroneous first observation

5 mean residual error (mm) mean residual error (mm) mean residual error (mm) (a) Hidai Ugo Steffen Time (sec) Hidai Ugo Steffen Time (sec) (c) Hidai Ugo Steffen Time (sec) Fig. 4. Mean residual error when running the system for environment identification in the environment at (a) Hidai s, Ugo s, and (c) Steffen s desk. Circled numbers mark the time new landmarks are added to the stochastic map. of that landmark and the fact that we do not minimize the true Mahalanobis distance of () yet but the special one of () where all covariances are constant. From the experimental results we conclude that at least landmarks should be visible and associated to landmarks in a map in the database before matching of maps becomes useful. Furthermore for the environments considered in our experiments a value between 2 mm and mm seems to be a good threshold for rejecting poor matches. We also carried out experiments on a prototype of the humanoid SDR-4X robot []. SDR-4X (see Fig. ) is a biped robot with a similar system design as the AIBO robot allowing to easily adapt software from the AIBO robot. Fig.. Prototype of the humanoid SDR-4X robot. For these experiments we manually defined world maps, each composed of the same unique landmarks and covering an area of about 2 m ¾ (see Fig. ). Please note that some of the world maps (f-j) are very close to each other (e.g. only two landmarks are exchanged). For each of these maps we placed landmarks accordingly and manually controlled the SDR-4X robot until all landmarks have been observed. The resulting map was then compared to all pre-defined maps using our environment identification system. Fig. shows the mean residual error of the best and the 2nd best match for this experiment. Clearly the gap between the best and 2nd best match is sufficiently large for distinguishing between the different world maps. In all cases the best match (lowest error) corresponds to the correct environment. It should be noted that the absolute mean residual error is much smaller than in our previous experiment. We believe this is because: (a) the density of landmarks in the last experiment is much higher than the one in the first experiment yielding a smaller error for map-building, the pre-defined maps contain less error than the ones built by the mapping system itself, and (c) the odometry information on the SDR-4X robot is much more accurate than that of the AIBO robot which tends to slip a lot. Thus, for the SDR-4X robot using landmark setups as employed in this experiment, a combination of an absolute threshold (around mm) together with a relative one (relation of best to 2nd best match) can be applied for correct environment identification.. Conclusion We presented an approach for environment identification that builds a map of the current environment and matches it to previously obtained maps stored in a database. Experimental results suggest that this approach is applicable in environments containing unique artificial landmarks on robots with low accuracy in sensor and odometry measurements. There are many ways in which the system could be extended. First of all, the uniqueness of landmarks could be relaxed by allowing duplicates of landmarks. This would

6 (a) (c) 4 2 (d) 2 4 (e) 2 4 (f) (g) (h) (i) (j) 2 4 Fig.. Pre-defined world maps used for experimenting with the environment identification system. Landmarks are marked with numbers. Mean residual error (mm) 2 error of best match error of 2nd best match a b c d e f g h i j Environment Fig.. Mean residual error of best and 2nd best match after performing environment identification using SDR-4X in the pre-defined environments of Fig.. In all cases, the best match correctly identifies the environment. cause the finding of a minimum for the distance error being computationally more expensive since then many different combinations for data association would have to be considered. Pruning might help to reduce the overall complexity, however, in the most general case, where all landmarks look alike, the complexity becomes exponential in the number of landmarks. Furthermore, instead of only using the result of minimizing the error function where covariances are assumed to be constant (), the identification quality could be improved by using this result as a seed for minimizing the true Mahalanobis distance () between the current map and the maps from the database. This is part of future work. References [] D. Fox. Markov Localization: A Probabilistic Framework for Mobile Robot Localization and Navigation. PhD thesis, University of Bonn, Germany, 99. [2] U. Frese and G. Hirzinger. Simultaneous localization and mapping a discussion. In IJCAI Workshop Reasoning with Uncertainty in Robotics, Seattle, 2. [] M. Fujita, Y. Kuroki, T. Ishida, and T. Doi. A small humanoid robot SDR-4X for entertainment applications. In Int. Conf. on Advanced Intelligent Mechatronics (AIM), Kobe, Japan, 2. [4] J.-S. Gutmann and D. Fox. An experimental comparison of localization methods continued. In IROS, 22. [] J.-S. Gutmann and K. Konolige. Incremental mapping of large cyclic environments. In CIRA 99, November 999. [] S. Julier and J. Uhlmann. A counter example to the theory of simultaneous localization and map building. In Int. Conf. on Robotics and Automation (ICRA ), 2. [] K. Konolige and K. Chou. Markov localization using correlation. In Proc. International Joint Conference on Artificial Intelligence (IJCAI 99), Stockholm, 999. [] J. Leonard and H. Durrant-Whyte. Mobile robot localization by tracking geometric beacons. IEEE Transaction on Robotics and Automation, (): 2, 99. [9] F. Lu. Shape Registration using Optimization for Mobile Robot Navigation. PhD thesis, University of Toronto, 99. [] P. Moutarlier and R. Chatila. Stochastic multisensory data fusion for mobile robot location and environment modelling. In th International Symposium on Robotics Research, pages 94, 99. [] W. D. Rencken, W. Feiten, and R. Zöllner. Relocalisation by partial map matching. In Sensor Based Intelligent Robots, volume 24 of Lecture Notes in Computer Science, pages 2. Springer, 999. [2] R. Smith, M. Self, and P. Cheeseman. Estimating uncertain spatial relationships in robotics. In Autonomous Robot Vehicles, pages 9. Springer-Verlag, 99. [] S. Thrun, D. Fox, and W. Burgard. A probabilistic approach to concurrent mapping and localization for mobile robots. Machine Learning, :29, 99. Also appeared in Autonomous Robots :2-2. [4] S. Thrun, D. Fox, W. Burgard, and F. Dellaert. Robust Monte Carlo localization for mobile robots. Artificial Intelligence, 2(-2):99 4, 2.

An Experimental Comparison of Localization Methods Continued

An Experimental Comparison of Localization Methods Continued An Experimental Comparison of Localization Methods Continued Jens-Steffen Gutmann Digital Creatures Laboratory Sony Corporation, Tokyo, Japan Email: gutmann@ieee.org Dieter Fox Department of Computer Science

More information

Revising Stereo Vision Maps in Particle Filter Based SLAM using Localisation Confidence and Sample History

Revising Stereo Vision Maps in Particle Filter Based SLAM using Localisation Confidence and Sample History Revising Stereo Vision Maps in Particle Filter Based SLAM using Localisation Confidence and Sample History Simon Thompson and Satoshi Kagami Digital Human Research Center National Institute of Advanced

More information

Overview. EECS 124, UC Berkeley, Spring 2008 Lecture 23: Localization and Mapping. Statistical Models

Overview. EECS 124, UC Berkeley, Spring 2008 Lecture 23: Localization and Mapping. Statistical Models Introduction ti to Embedded dsystems EECS 124, UC Berkeley, Spring 2008 Lecture 23: Localization and Mapping Gabe Hoffmann Ph.D. Candidate, Aero/Astro Engineering Stanford University Statistical Models

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

Vision-based Mobile Robot Localization and Mapping using Scale-Invariant Features

Vision-based Mobile Robot Localization and Mapping using Scale-Invariant Features Vision-based Mobile Robot Localization and Mapping using Scale-Invariant Features Stephen Se, David Lowe, Jim Little Department of Computer Science University of British Columbia Presented by Adam Bickett

More information

Humanoid Robotics. Monte Carlo Localization. Maren Bennewitz

Humanoid Robotics. Monte Carlo Localization. Maren Bennewitz Humanoid Robotics Monte Carlo Localization Maren Bennewitz 1 Basis Probability Rules (1) If x and y are independent: Bayes rule: Often written as: The denominator is a normalizing constant that ensures

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

Geometrical Feature Extraction Using 2D Range Scanner

Geometrical Feature Extraction Using 2D Range Scanner Geometrical Feature Extraction Using 2D Range Scanner Sen Zhang Lihua Xie Martin Adams Fan Tang BLK S2, School of Electrical and Electronic Engineering Nanyang Technological University, Singapore 639798

More information

Robotic Mapping. Outline. Introduction (Tom)

Robotic Mapping. Outline. Introduction (Tom) Outline Robotic Mapping 6.834 Student Lecture Itamar Kahn, Thomas Lin, Yuval Mazor Introduction (Tom) Kalman Filtering (Itamar) J.J. Leonard and H.J.S. Feder. A computationally efficient method for large-scale

More information

Localization of Multiple Robots with Simple Sensors

Localization of Multiple Robots with Simple Sensors Proceedings of the IEEE International Conference on Mechatronics & Automation Niagara Falls, Canada July 2005 Localization of Multiple Robots with Simple Sensors Mike Peasgood and Christopher Clark Lab

More information

Monte Carlo Localization using Dynamically Expanding Occupancy Grids. Karan M. Gupta

Monte Carlo Localization using Dynamically Expanding Occupancy Grids. Karan M. Gupta 1 Monte Carlo Localization using Dynamically Expanding Occupancy Grids Karan M. Gupta Agenda Introduction Occupancy Grids Sonar Sensor Model Dynamically Expanding Occupancy Grids Monte Carlo Localization

More information

Localization, Where am I?

Localization, Where am I? 5.1 Localization, Where am I?? position Position Update (Estimation?) Encoder Prediction of Position (e.g. odometry) YES matched observations Map data base predicted position Matching Odometry, Dead Reckoning

More information

SLAM: Robotic Simultaneous Location and Mapping

SLAM: Robotic Simultaneous Location and Mapping SLAM: Robotic Simultaneous Location and Mapping William Regli Department of Computer Science (and Departments of ECE and MEM) Drexel University Acknowledgments to Sebastian Thrun & others SLAM Lecture

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

This chapter explains two techniques which are frequently used throughout

This chapter explains two techniques which are frequently used throughout Chapter 2 Basic Techniques This chapter explains two techniques which are frequently used throughout this thesis. First, we will introduce the concept of particle filters. A particle filter is a recursive

More information

A Tree Parameterization for Efficiently Computing Maximum Likelihood Maps using Gradient Descent

A Tree Parameterization for Efficiently Computing Maximum Likelihood Maps using Gradient Descent A Tree Parameterization for Efficiently Computing Maximum Likelihood Maps using Gradient Descent Giorgio Grisetti Cyrill Stachniss Slawomir Grzonka Wolfram Burgard University of Freiburg, Department of

More information

A Genetic Algorithm for Simultaneous Localization and Mapping

A Genetic Algorithm for Simultaneous Localization and Mapping A Genetic Algorithm for Simultaneous Localization and Mapping Tom Duckett Centre for Applied Autonomous Sensor Systems Dept. of Technology, Örebro University SE-70182 Örebro, Sweden http://www.aass.oru.se

More information

Tracking Multiple Moving Objects with a Mobile Robot

Tracking Multiple Moving Objects with a Mobile Robot Tracking Multiple Moving Objects with a Mobile Robot Dirk Schulz 1 Wolfram Burgard 2 Dieter Fox 3 Armin B. Cremers 1 1 University of Bonn, Computer Science Department, Germany 2 University of Freiburg,

More information

Integrated systems for Mapping and Localization

Integrated systems for Mapping and Localization Integrated systems for Mapping and Localization Patric Jensfelt, Henrik I Christensen & Guido Zunino Centre for Autonomous Systems, Royal Institute of Technology SE 1 44 Stockholm, Sweden fpatric,hic,guidozg@nada.kth.se

More information

Improving Simultaneous Mapping and Localization in 3D Using Global Constraints

Improving Simultaneous Mapping and Localization in 3D Using Global Constraints Improving Simultaneous Mapping and Localization in 3D Using Global Constraints Rudolph Triebel and Wolfram Burgard Department of Computer Science, University of Freiburg George-Koehler-Allee 79, 79108

More information

Robot Mapping. A Short Introduction to the Bayes Filter and Related Models. Gian Diego Tipaldi, Wolfram Burgard

Robot Mapping. A Short Introduction to the Bayes Filter and Related Models. Gian Diego Tipaldi, Wolfram Burgard Robot Mapping A Short Introduction to the Bayes Filter and Related Models Gian Diego Tipaldi, Wolfram Burgard 1 State Estimation Estimate the state of a system given observations and controls Goal: 2 Recursive

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

Robotics. Haslum COMP3620/6320

Robotics. Haslum COMP3620/6320 Robotics P@trik Haslum COMP3620/6320 Introduction Robotics Industrial Automation * Repetitive manipulation tasks (assembly, etc). * Well-known, controlled environment. * High-power, high-precision, very

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

NERC Gazebo simulation implementation

NERC Gazebo simulation implementation NERC 2015 - Gazebo simulation implementation Hannan Ejaz Keen, Adil Mumtaz Department of Electrical Engineering SBA School of Science & Engineering, LUMS, Pakistan {14060016, 14060037}@lums.edu.pk ABSTRACT

More information

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 9 Toyomi Fujita and Yuya Kondo Tohoku Institute of Technology Japan 1. Introduction A 3D configuration and terrain sensing

More information

Vision-Motion Planning with Uncertainty

Vision-Motion Planning with Uncertainty Vision-Motion Planning with Uncertainty Jun MIURA Yoshiaki SHIRAI Dept. of Mech. Eng. for Computer-Controlled Machinery, Osaka University, Suita, Osaka 565, Japan jun@ccm.osaka-u.ac.jp Abstract This paper

More information

Robot Localization based on Geo-referenced Images and G raphic Methods

Robot Localization based on Geo-referenced Images and G raphic Methods Robot Localization based on Geo-referenced Images and G raphic Methods Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, sidahmed.berrabah@rma.ac.be Janusz Bedkowski, Łukasz Lubasiński,

More information

Probabilistic Robotics

Probabilistic Robotics Probabilistic Robotics Bayes Filter Implementations Discrete filters, Particle filters Piecewise Constant Representation of belief 2 Discrete Bayes Filter Algorithm 1. Algorithm Discrete_Bayes_filter(

More information

Mobile Robot Mapping and Localization in Non-Static Environments

Mobile Robot Mapping and Localization in Non-Static Environments Mobile Robot Mapping and Localization in Non-Static Environments Cyrill Stachniss Wolfram Burgard University of Freiburg, Department of Computer Science, D-790 Freiburg, Germany {stachnis burgard @informatik.uni-freiburg.de}

More information

Autonomous Navigation of Nao using Kinect CS365 : Project Report

Autonomous Navigation of Nao using Kinect CS365 : Project Report Autonomous Navigation of Nao using Kinect CS365 : Project Report Samyak Daga Harshad Sawhney 11633 11297 samyakd@iitk.ac.in harshads@iitk.ac.in Dept. of CSE Dept. of CSE Indian Institute of Technology,

More information

A New Omnidirectional Vision Sensor for Monte-Carlo Localization

A New Omnidirectional Vision Sensor for Monte-Carlo Localization A New Omnidirectional Vision Sensor for Monte-Carlo Localization E. Menegatti 1, A. Pretto 1, and E. Pagello 12 1 Intelligent Autonomous Systems Laboratory Department of Information Engineering The University

More information

(a) (b) (c) Fig. 1. Omnidirectional camera: (a) principle; (b) physical construction; (c) captured. of a local vision system is more challenging than

(a) (b) (c) Fig. 1. Omnidirectional camera: (a) principle; (b) physical construction; (c) captured. of a local vision system is more challenging than An Omnidirectional Vision System that finds and tracks color edges and blobs Felix v. Hundelshausen, Sven Behnke, and Raul Rojas Freie Universität Berlin, Institut für Informatik Takustr. 9, 14195 Berlin,

More information

Visual Bearing-Only Simultaneous Localization and Mapping with Improved Feature Matching

Visual Bearing-Only Simultaneous Localization and Mapping with Improved Feature Matching Visual Bearing-Only Simultaneous Localization and Mapping with Improved Feature Matching Hauke Strasdat, Cyrill Stachniss, Maren Bennewitz, and Wolfram Burgard Computer Science Institute, University of

More information

Simultaneous Localization and Mapping! SLAM

Simultaneous Localization and Mapping! SLAM Overview Simultaneous Localization and Mapping! SLAM What is SLAM? Qualifying Oral Examination Why do SLAM? Who, When, Where?!! A very brief literature overview Andrew Hogue hogue@cs.yorku.ca How has the

More information

NAVIGATION SYSTEM OF AN OUTDOOR SERVICE ROBOT WITH HYBRID LOCOMOTION SYSTEM

NAVIGATION SYSTEM OF AN OUTDOOR SERVICE ROBOT WITH HYBRID LOCOMOTION SYSTEM NAVIGATION SYSTEM OF AN OUTDOOR SERVICE ROBOT WITH HYBRID LOCOMOTION SYSTEM Jorma Selkäinaho, Aarne Halme and Janne Paanajärvi Automation Technology Laboratory, Helsinki University of Technology, Espoo,

More information

Practical Course WS12/13 Introduction to Monte Carlo Localization

Practical Course WS12/13 Introduction to Monte Carlo Localization Practical Course WS12/13 Introduction to Monte Carlo Localization Cyrill Stachniss and Luciano Spinello 1 State Estimation Estimate the state of a system given observations and controls Goal: 2 Bayes Filter

More information

Robust Monte-Carlo Localization using Adaptive Likelihood Models

Robust Monte-Carlo Localization using Adaptive Likelihood Models Robust Monte-Carlo Localization using Adaptive Likelihood Models Patrick Pfaff 1, Wolfram Burgard 1, and Dieter Fox 2 1 Department of Computer Science, University of Freiburg, Germany, {pfaff,burgard}@informatik.uni-freiburg.de

More information

PROGRAMA DE CURSO. Robotics, Sensing and Autonomous Systems. SCT Auxiliar. Personal

PROGRAMA DE CURSO. Robotics, Sensing and Autonomous Systems. SCT Auxiliar. Personal PROGRAMA DE CURSO Código Nombre EL7031 Robotics, Sensing and Autonomous Systems Nombre en Inglés Robotics, Sensing and Autonomous Systems es Horas de Horas Docencia Horas de Trabajo SCT Docentes Cátedra

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

Particle-Filter-Based Self-Localization Using Landmarks and Directed Lines

Particle-Filter-Based Self-Localization Using Landmarks and Directed Lines Particle-Filter-Based Self-Localization Using Landmarks and Directed Lines Thomas Röfer 1, Tim Laue 1, and Dirk Thomas 2 1 Center for Computing Technology (TZI), FB 3, Universität Bremen roefer@tzi.de,

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

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

DYNAMIC POSITIONING OF A MOBILE ROBOT USING A LASER-BASED GONIOMETER. Joaquim A. Batlle*, Josep Maria Font*, Josep Escoda**

DYNAMIC POSITIONING OF A MOBILE ROBOT USING A LASER-BASED GONIOMETER. Joaquim A. Batlle*, Josep Maria Font*, Josep Escoda** DYNAMIC POSITIONING OF A MOBILE ROBOT USING A LASER-BASED GONIOMETER Joaquim A. Batlle*, Josep Maria Font*, Josep Escoda** * Department of Mechanical Engineering Technical University of Catalonia (UPC)

More information

Relaxation on a Mesh: a Formalism for Generalized Localization

Relaxation on a Mesh: a Formalism for Generalized Localization In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2001) Wailea, Hawaii, Oct 2001 Relaxation on a Mesh: a Formalism for Generalized Localization Andrew Howard,

More information

Basics of Localization, Mapping and SLAM. Jari Saarinen Aalto University Department of Automation and systems Technology

Basics of Localization, Mapping and SLAM. Jari Saarinen Aalto University Department of Automation and systems Technology Basics of Localization, Mapping and SLAM Jari Saarinen Aalto University Department of Automation and systems Technology Content Introduction to Problem (s) Localization A few basic equations Dead Reckoning

More information

MOBILE ROBOT LOCALIZATION. REVISITING THE TRIANGULATION METHODS. Josep Maria Font, Joaquim A. Batlle

MOBILE ROBOT LOCALIZATION. REVISITING THE TRIANGULATION METHODS. Josep Maria Font, Joaquim A. Batlle MOBILE ROBOT LOCALIZATION. REVISITING THE TRIANGULATION METHODS Josep Maria Font, Joaquim A. Batlle Department of Mechanical Engineering Technical University of Catalonia (UC) Avda. Diagonal 647, 08028

More information

CSE-571 Robotics. Sensors for Mobile Robots. Beam-based Sensor Model. Proximity Sensors. Probabilistic Sensor Models. Beam-based Scan-based Landmarks

CSE-571 Robotics. Sensors for Mobile Robots. Beam-based Sensor Model. Proximity Sensors. Probabilistic Sensor Models. Beam-based Scan-based Landmarks Sensors for Mobile Robots CSE-57 Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks Contact sensors: Bumpers Internal sensors Accelerometers (spring-mounted masses) Gyroscopes (spinning

More information

Simuntaneous Localisation and Mapping with a Single Camera. Abhishek Aneja and Zhichao Chen

Simuntaneous Localisation and Mapping with a Single Camera. Abhishek Aneja and Zhichao Chen Simuntaneous Localisation and Mapping with a Single Camera Abhishek Aneja and Zhichao Chen 3 December, Simuntaneous Localisation and Mapping with asinglecamera 1 Abstract Image reconstruction is common

More information

Introduction to Mobile Robotics. SLAM: Simultaneous Localization and Mapping

Introduction to Mobile Robotics. SLAM: Simultaneous Localization and Mapping Introduction to Mobile Robotics SLAM: Simultaneous Localization and Mapping The SLAM Problem SLAM is the process by which a robot builds a map of the environment and, at the same time, uses this map to

More information

What is the SLAM problem?

What is the SLAM problem? SLAM Tutorial Slides by Marios Xanthidis, C. Stachniss, P. Allen, C. Fermuller Paul Furgale, Margarita Chli, Marco Hutter, Martin Rufli, Davide Scaramuzza, Roland Siegwart What is the SLAM problem? The

More information

The vslam Algorithm for Robust Localization and Mapping

The vslam Algorithm for Robust Localization and Mapping Published in Proc. of Int. Conf. on Robotics and Automation (ICRA) 2005 The vslam Algorithm for Robust Localization and Mapping Niklas Karlsson, Enrico Di Bernardo, Jim Ostrowski, Luis Goncalves, Paolo

More information

Introduction to Mobile Robotics Bayes Filter Particle Filter and Monte Carlo Localization. Wolfram Burgard

Introduction to Mobile Robotics Bayes Filter Particle Filter and Monte Carlo Localization. Wolfram Burgard Introduction to Mobile Robotics Bayes Filter Particle Filter and Monte Carlo Localization Wolfram Burgard 1 Motivation Recall: Discrete filter Discretize the continuous state space High memory complexity

More information

Autonomous Navigation for Flying Robots

Autonomous Navigation for Flying Robots Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 7.1: 2D Motion Estimation in Images Jürgen Sturm Technische Universität München 3D to 2D Perspective Projections

More information

Localization algorithm using a virtual label for a mobile robot in indoor and outdoor environments

Localization algorithm using a virtual label for a mobile robot in indoor and outdoor environments Artif Life Robotics (2011) 16:361 365 ISAROB 2011 DOI 10.1007/s10015-011-0951-7 ORIGINAL ARTICLE Ki Ho Yu Min Cheol Lee Jung Hun Heo Youn Geun Moon Localization algorithm using a virtual label for a mobile

More information

ties of the Hough Transform for recognizing lines from a sets of points, as well as for calculating the displacement between the estimated and the act

ties of the Hough Transform for recognizing lines from a sets of points, as well as for calculating the displacement between the estimated and the act Global Hough Localization for Mobile Robots in Polygonal Environments Giorgio Grisetti, Luca Iocchi, Daniele Nardi Dipartimento di Informatica e Sistemistica Universit a di Roma La Sapienza" Via Salaria

More information

Robotics. Lecture 7: Simultaneous Localisation and Mapping (SLAM)

Robotics. Lecture 7: Simultaneous Localisation and Mapping (SLAM) Robotics Lecture 7: Simultaneous Localisation and Mapping (SLAM) See course website http://www.doc.ic.ac.uk/~ajd/robotics/ for up to date information. Andrew Davison Department of Computing Imperial College

More information

L12. EKF-SLAM: PART II. NA568 Mobile Robotics: Methods & Algorithms

L12. EKF-SLAM: PART II. NA568 Mobile Robotics: Methods & Algorithms L12. EKF-SLAM: PART II NA568 Mobile Robotics: Methods & Algorithms Today s Lecture Feature-based EKF-SLAM Review Data Association Configuration Space Incremental ML (i.e., Nearest Neighbor) Joint Compatibility

More information

Improving Vision-Based Distance Measurements using Reference Objects

Improving Vision-Based Distance Measurements using Reference Objects Improving Vision-Based Distance Measurements using Reference Objects Matthias Jüngel, Heinrich Mellmann, and Michael Spranger Humboldt-Universität zu Berlin, Künstliche Intelligenz Unter den Linden 6,

More information

Interactive SLAM using Laser and Advanced Sonar

Interactive SLAM using Laser and Advanced Sonar Interactive SLAM using Laser and Advanced Sonar Albert Diosi, Geoffrey Taylor and Lindsay Kleeman ARC Centre for Perceptive and Intelligent Machines in Complex Environments Department of Electrical and

More information

Ball tracking with velocity based on Monte-Carlo localization

Ball tracking with velocity based on Monte-Carlo localization Book Title Book Editors IOS Press, 23 1 Ball tracking with velocity based on Monte-Carlo localization Jun Inoue a,1, Akira Ishino b and Ayumi Shinohara c a Department of Informatics, Kyushu University

More information

Using the Extended Information Filter for Localization of Humanoid Robots on a Soccer Field

Using the Extended Information Filter for Localization of Humanoid Robots on a Soccer Field Using the Extended Information Filter for Localization of Humanoid Robots on a Soccer Field Tobias Garritsen University of Amsterdam Faculty of Science BSc Artificial Intelligence Using the Extended Information

More information

Mapping and Exploration with Mobile Robots using Coverage Maps

Mapping and Exploration with Mobile Robots using Coverage Maps Mapping and Exploration with Mobile Robots using Coverage Maps Cyrill Stachniss Wolfram Burgard University of Freiburg Department of Computer Science D-79110 Freiburg, Germany {stachnis burgard}@informatik.uni-freiburg.de

More information

7630 Autonomous Robotics Probabilities for Robotics

7630 Autonomous Robotics Probabilities for Robotics 7630 Autonomous Robotics Probabilities for Robotics Basics of probability theory The Bayes-Filter Introduction to localization problems Monte-Carlo-Localization Based on material from R. Triebel, R. Kästner

More information

Robot Simultaneous Localization and Mapping Based on Self-Detected Waypoint

Robot Simultaneous Localization and Mapping Based on Self-Detected Waypoint BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 2 Sofia 2016 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2016-0031 Robot Simultaneous Localization

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

Practical Extensions to Vision-Based Monte Carlo Localization Methods for Robot Soccer Domain

Practical Extensions to Vision-Based Monte Carlo Localization Methods for Robot Soccer Domain Practical Extensions to Vision-Based Monte Carlo Localization Methods for Robot Soccer Domain Kemal Kaplan 1, Buluç Çelik 1, Tekin Meriçli 2, Çetin Meriçli 1 and H. Levent Akın 1 1 Boğaziçi University

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

Fast and Accurate SLAM with Rao-Blackwellized Particle Filters

Fast and Accurate SLAM with Rao-Blackwellized Particle Filters Fast and Accurate SLAM with Rao-Blackwellized Particle Filters Giorgio Grisetti a,b Gian Diego Tipaldi b Cyrill Stachniss c,a Wolfram Burgard a Daniele Nardi b a University of Freiburg, Department of Computer

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

Appearance-based Concurrent Map Building and Localization

Appearance-based Concurrent Map Building and Localization Appearance-based Concurrent Map Building and Localization J.M. Porta B.J.A. Kröse IAS Group, Informatics Institute, University of Amsterdam Kruislaan 403, 1098SJ, Amsterdam, The Netherlands {porta,krose}@science.uva.nl

More information

A Stochastic Environment Modeling Method for Mobile Robot by using 2-D Laser scanner Young D. Kwon,Jin.S Lee Department of Electrical Engineering, Poh

A Stochastic Environment Modeling Method for Mobile Robot by using 2-D Laser scanner Young D. Kwon,Jin.S Lee Department of Electrical Engineering, Poh A Stochastic Environment Modeling Method for Mobile Robot by using -D Laser scanner Young D. Kwon,Jin.S Lee Department of Electrical Engineering, Pohang University of Science and Technology, e-mail: jsoo@vision.postech.ac.kr

More information

AUTONOMOUS SYSTEMS. PROBABILISTIC LOCALIZATION Monte Carlo Localization

AUTONOMOUS SYSTEMS. PROBABILISTIC LOCALIZATION Monte Carlo Localization AUTONOMOUS SYSTEMS PROBABILISTIC LOCALIZATION Monte Carlo Localization Maria Isabel Ribeiro Pedro Lima With revisions introduced by Rodrigo Ventura Instituto Superior Técnico/Instituto de Sistemas e Robótica

More information

Multi-resolution SLAM for Real World Navigation

Multi-resolution SLAM for Real World Navigation Proceedings of the International Symposium of Research Robotics Siena, Italy, October 2003 Multi-resolution SLAM for Real World Navigation Agostino Martinelli, Adriana Tapus, Kai Olivier Arras, and Roland

More information

Combined Trajectory Planning and Gaze Direction Control for Robotic Exploration

Combined Trajectory Planning and Gaze Direction Control for Robotic Exploration Combined Trajectory Planning and Gaze Direction Control for Robotic Exploration Georgios Lidoris, Kolja Kühnlenz, Dirk Wollherr and Martin Buss Institute of Automatic Control Engineering (LSR) Technische

More information

Appearance-based Concurrent Map Building and Localization

Appearance-based Concurrent Map Building and Localization Appearance-based Concurrent Map Building and Localization Josep M. Porta and Ben J.A. Kröse IAS Group, Informatics Institute, University of Amsterdam Kruislaan 403, 1098SJ, Amsterdam, The Netherlands {porta,krose}@science.uva.nl

More information

Sensor Modalities. Sensor modality: Different modalities:

Sensor Modalities. Sensor modality: Different modalities: Sensor Modalities Sensor modality: Sensors which measure same form of energy and process it in similar ways Modality refers to the raw input used by the sensors Different modalities: Sound Pressure Temperature

More information

Probabilistic Robotics

Probabilistic Robotics Probabilistic Robotics Probabilistic Motion and Sensor Models Some slides adopted from: Wolfram Burgard, Cyrill Stachniss, Maren Bennewitz, Kai Arras and Probabilistic Robotics Book SA-1 Sensors for Mobile

More information

Probabilistic Robotics

Probabilistic Robotics Probabilistic Robotics Sebastian Thrun Wolfram Burgard Dieter Fox The MIT Press Cambridge, Massachusetts London, England Preface xvii Acknowledgments xix I Basics 1 1 Introduction 3 1.1 Uncertainty in

More information

L17. OCCUPANCY MAPS. NA568 Mobile Robotics: Methods & Algorithms

L17. OCCUPANCY MAPS. NA568 Mobile Robotics: Methods & Algorithms L17. OCCUPANCY MAPS NA568 Mobile Robotics: Methods & Algorithms Today s Topic Why Occupancy Maps? Bayes Binary Filters Log-odds Occupancy Maps Inverse sensor model Learning inverse sensor model ML map

More information

Heuristic Optimization for Global Scan Matching with Focused Sonar on a Mobile Robot

Heuristic Optimization for Global Scan Matching with Focused Sonar on a Mobile Robot Heuristic Optimization for Global Scan Matching with Focused Sonar on a Mobile Robot Kristijan Lenac 1,2, Enzo Mumolo 1, Massimiliano Nolich 1 1 DEEI, Università degli Studi di Trieste, 34127 Trieste,

More information

Real Time Data Association for FastSLAM

Real Time Data Association for FastSLAM Real Time Data Association for FastSLAM Juan Nieto, Jose Guivant, Eduardo Nebot Australian Centre for Field Robotics, The University of Sydney, Australia fj.nieto,jguivant,nebotg@acfr.usyd.edu.au Sebastian

More information

Building Reliable 2D Maps from 3D Features

Building Reliable 2D Maps from 3D Features 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; 67663 Kaiserslautern;

More information

Where s the Boss? : Monte Carlo Localization for an Autonomous Ground Vehicle using an Aerial Lidar Map

Where s the Boss? : Monte Carlo Localization for an Autonomous Ground Vehicle using an Aerial Lidar Map Where s the Boss? : Monte Carlo Localization for an Autonomous Ground Vehicle using an Aerial Lidar Map Sebastian Scherer, Young-Woo Seo, and Prasanna Velagapudi October 16, 2007 Robotics Institute Carnegie

More information

Dynamic Time Warping for Binocular Hand Tracking and Reconstruction

Dynamic Time Warping for Binocular Hand Tracking and Reconstruction Dynamic Time Warping for Binocular Hand Tracking and Reconstruction Javier Romero, Danica Kragic Ville Kyrki Antonis Argyros CAS-CVAP-CSC Dept. of Information Technology Institute of Computer Science KTH,

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

Towards Gaussian Multi-Robot SLAM for Underwater Robotics

Towards Gaussian Multi-Robot SLAM for Underwater Robotics Towards Gaussian Multi-Robot SLAM for Underwater Robotics Dave Kroetsch davek@alumni.uwaterloo.ca Christoper Clark cclark@mecheng1.uwaterloo.ca Lab for Autonomous and Intelligent Robotics University of

More information

Final project: 45% of the grade, 10% presentation, 35% write-up. Presentations: in lecture Dec 1 and schedule:

Final project: 45% of the grade, 10% presentation, 35% write-up. Presentations: in lecture Dec 1 and schedule: Announcements PS2: due Friday 23:59pm. Final project: 45% of the grade, 10% presentation, 35% write-up Presentations: in lecture Dec 1 and 3 --- schedule: CS 287: Advanced Robotics Fall 2009 Lecture 24:

More information

High-speed Three-dimensional Mapping by Direct Estimation of a Small Motion Using Range Images

High-speed Three-dimensional Mapping by Direct Estimation of a Small Motion Using Range Images MECATRONICS - REM 2016 June 15-17, 2016 High-speed Three-dimensional Mapping by Direct Estimation of a Small Motion Using Range Images Shinta Nozaki and Masashi Kimura School of Science and Engineering

More information

Announcements. Recap Landmark based SLAM. Types of SLAM-Problems. Occupancy Grid Maps. Grid-based SLAM. Page 1. CS 287: Advanced Robotics Fall 2009

Announcements. Recap Landmark based SLAM. Types of SLAM-Problems. Occupancy Grid Maps. Grid-based SLAM. Page 1. CS 287: Advanced Robotics Fall 2009 Announcements PS2: due Friday 23:59pm. Final project: 45% of the grade, 10% presentation, 35% write-up Presentations: in lecture Dec 1 and 3 --- schedule: CS 287: Advanced Robotics Fall 2009 Lecture 24:

More information

Continuous Localization Using Evidence Grids *

Continuous Localization Using Evidence Grids * Proceedings of the 1998 IEEE International Conference on Robotics & Automation Leuven, Belgium May 1998 Continuous Localization Using Evidence Grids * Alan C. Schultz and William Adams Navy Center for

More information

Mobile Robotics. Mathematics, Models, and Methods. HI Cambridge. Alonzo Kelly. Carnegie Mellon University UNIVERSITY PRESS

Mobile Robotics. Mathematics, Models, and Methods. HI Cambridge. Alonzo Kelly. Carnegie Mellon University UNIVERSITY PRESS Mobile Robotics Mathematics, Models, and Methods Alonzo Kelly Carnegie Mellon University HI Cambridge UNIVERSITY PRESS Contents Preface page xiii 1 Introduction 1 1.1 Applications of Mobile Robots 2 1.2

More information

CS 4758 Robot Navigation Through Exit Sign Detection

CS 4758 Robot Navigation Through Exit Sign Detection CS 4758 Robot Navigation Through Exit Sign Detection Aaron Sarna Michael Oleske Andrew Hoelscher Abstract We designed a set of algorithms that utilize the existing corridor navigation code initially created

More information

Markov Localization for Mobile Robots in Dynaic Environments

Markov Localization for Mobile Robots in Dynaic Environments Markov Localization for Mobile Robots in Dynaic Environments http://www.cs.cmu.edu/afs/cs/project/jair/pub/volume11/fox99a-html/jair-localize.html Next: Introduction Journal of Artificial Intelligence

More information

How to Learn Accurate Grid Maps with a Humanoid

How to Learn Accurate Grid Maps with a Humanoid How to Learn Accurate Grid Maps with a Humanoid Cyrill Stachniss Maren Bennewitz Giorgio Grisetti Sven Behnke Wolfram Burgard Abstract Humanoids have recently become a popular research platform in the

More information

L10. PARTICLE FILTERING CONTINUED. NA568 Mobile Robotics: Methods & Algorithms

L10. PARTICLE FILTERING CONTINUED. NA568 Mobile Robotics: Methods & Algorithms L10. PARTICLE FILTERING CONTINUED NA568 Mobile Robotics: Methods & Algorithms Gaussian Filters The Kalman filter and its variants can only model (unimodal) Gaussian distributions Courtesy: K. Arras Motivation

More information

Complex Sensors: Cameras, Visual Sensing. The Robotics Primer (Ch. 9) ECE 497: Introduction to Mobile Robotics -Visual Sensors

Complex Sensors: Cameras, Visual Sensing. The Robotics Primer (Ch. 9) ECE 497: Introduction to Mobile Robotics -Visual Sensors Complex Sensors: Cameras, Visual Sensing The Robotics Primer (Ch. 9) Bring your laptop and robot everyday DO NOT unplug the network cables from the desktop computers or the walls Tuesday s Quiz is on Visual

More information

Dynamic Modeling of Free-Space for a Mobile Robot

Dynamic Modeling of Free-Space for a Mobile Robot Dynamic Modeling of Free-Space for a Mobile Robot 1. Introduction James L. Crowley, Patrick Reignier and Philippe Bobet LIFIA (IMAG) Institut National Polytechnique de Grenoble Grenoble, France Free-space

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

Pedestrian Detection Using Correlated Lidar and Image Data EECS442 Final Project Fall 2016

Pedestrian Detection Using Correlated Lidar and Image Data EECS442 Final Project Fall 2016 edestrian Detection Using Correlated Lidar and Image Data EECS442 Final roject Fall 2016 Samuel Rohrer University of Michigan rohrer@umich.edu Ian Lin University of Michigan tiannis@umich.edu Abstract

More information