Mapping with Known Poses

Slides:



Advertisements
Similar presentations
EKF, UKF TexPoint fonts used in EMF.
Advertisements

Beam Sensor Models Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read.
Probabilistic Robotics
Probabilistic Robotics
Probabilistic Robotics
Probabilistic Robotics SLAM. 2 Given: The robot’s controls Observations of nearby features Estimate: Map of features Path of the robot The SLAM Problem.
IR Lab, 16th Oct 2007 Zeyn Saigol
Probabilistic Robotics
Markov Localization & Bayes Filtering 1 with Kalman Filters Discrete Filters Particle Filters Slides adapted from Thrun et al., Probabilistic Robotics.
1 Slides for the book: Probabilistic Robotics Authors: Sebastian Thrun Wolfram Burgard Dieter Fox Publisher: MIT Press, Web site for the book & more.
SA-1 Probabilistic Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks.
Bayes Filters Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read the.
Localization David Johnson cs6370. Basic Problem Go from thisto this.
Probabilistic Robotics: Kalman Filters
Autonomous Robot Navigation Panos Trahanias ΗΥ475 Fall 2007.
Robotic Mapping: A Survey Sebastian Thrun, 2002 Presentation by David Black-Schaffer and Kristof Richmond.
Particle Filters Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read.
gMapping TexPoint fonts used in EMF.
Probabilistic Robotics
CS 547: Sensing and Planning in Robotics Gaurav S. Sukhatme Computer Science Robotic Embedded Systems Laboratory University of Southern California
SLAM: Simultaneous Localization and Mapping: Part I Chang Young Kim These slides are based on: Probabilistic Robotics, S. Thrun, W. Burgard, D. Fox, MIT.
Probability: Review TexPoint fonts used in EMF.
Probabilistic Robotics
Maximum A Posteriori (MAP) Estimation Pieter Abbeel UC Berkeley EECS TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.:
1 CMPUT 412 Autonomous Map Building Csaba Szepesvári University of Alberta TexPoint fonts used in EMF. Read the TexPoint manual before you delete this.
Probabilistic Robotics Introduction Probabilities Bayes rule Bayes filters.
SA-1 Probabilistic Robotics Mapping with Known Poses.
Maximum Likelihood (ML), Expectation Maximization (EM)
Grid Maps for Robot Mapping. Features versus Volumetric Maps.
Smoother Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read the TexPoint.
Kalman Filtering Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read.
Gaussians Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read the TexPoint.
Particle Filters++ TexPoint fonts used in EMF.
Markov Localization & Bayes Filtering
Efficient Approaches to Mapping with Rao- Blackwellized Particle Filters Department of Computer Science University of Freiburg, Germany Wolfram Burgard.
9-1 SA-1 Probabilistic Robotics: SLAM = Simultaneous Localization and Mapping Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti,
SA-1 Mapping with Known Poses Ch 4.2 and Ch 9. 2 Why Mapping? Learning maps is one of the fundamental problems in mobile robotics Maps allow robots to.
Simultaneous Localization and Mapping Presented by Lihan He Apr. 21, 2006.
Probabilistic Robotics: Monte Carlo Localization
Mapping and Localization with RFID Technology Matthai Philipose, Kenneth P Fishkin, Dieter Fox, Dirk Hahnel, Wolfram Burgard Presenter: Aniket Shah.
SLAM: Robotic Simultaneous Location and Mapping With a great deal of acknowledgment to Sebastian Thrun.
1 Robot Environment Interaction Environment perception provides information about the environment’s state, and it tends to increase the robot’s knowledge.
SA-1 Probabilistic Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks.
Stochastic Gradient Descent and Tree Parameterizations in SLAM
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 6.1: Bayes Filter Jürgen Sturm Technische Universität München.
Robotics Club: 5:30 this evening
1/17/2016CS225B Kurt Konolige Probabilistic Models of Sensing and Movement Move to probability models of sensing and movement Project 2 is about complex.
CS 547: Sensing and Planning in Robotics Gaurav S. Sukhatme Computer Science Robotic Embedded Systems Laboratory University of Southern California
Probabilistic Robotics
16662 – Robot Autonomy Siddhartha Srinivasa
Sebastian Thrun Michael Montemerlo
Probabilistic Robotics Introduction Probabilities Bayes rule Bayes filters.
10-1 Probabilistic Robotics: FastSLAM Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti, Maren Bennewitz, Christian Plagemann,
Probabilistic Robotics Probability Theory Basics Error Propagation Slides from Autonomous Robots (Siegwart and Nourbaksh), Chapter 5 Probabilistic Robotics.
Autonomous Mobile Robots Autonomous Systems Lab Zürich Probabilistic Map Based Localization "Position" Global Map PerceptionMotion Control Cognition Real.
SLAM : Simultaneous Localization and Mapping
Robótica Móvil CC5316 Clase 16: SLAM
Probabilistic Robotics
Probabilistic Robotics: Historgam Localization
Non-parametric Filters
Probabilistic Robotics
Non-parametric Filters
A Short Introduction to the Bayes Filter and Related Models
Non-parametric Filters
Non-parametric Filters
Probabilistic Map Based Localization
Probabilistic Robotics
Non-parametric Filters
Probabilistic Robotics Bayes Filter Implementations FastSLAM
Presentation transcript:

Mapping with Known Poses Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAAAAAAAAAAAA

Why Mapping? Learning maps is one of the fundamental problems in mobile robotics Successful robot systems rely on maps for localization, path planning, activity planning etc.

The General Problem of Mapping Formally, mapping involves, given the control inputs and sensor data, to calculate the most likely map

Mapping as a Chicken and Egg Problem So far we learned how to estimate the pose of a robot given the data and the map. Mapping, however, involves to simultaneously estimate the pose of the vehicle and the map. The general problem is therefore denoted as the simultaneous localization and mapping problem (SLAM). Throughout this set of slides we will describe how to calculate a map given we know the pose of the robot. In future lectures we’ll build on top of this to achieve SLAM.

Types of SLAM-Problems This Lecture Grid maps or scans [Lu & Milios, 97; Gutmann, 98: Thrun 98; Burgard, 99; Konolige & Gutmann, 00; Thrun, 00; Arras, 99; Haehnel, 01;…] Landmark-based [Leonard et al., 98; Castelanos et al., 99: Dissanayake et al., 2001; Montemerlo et al., 2002;…

Problems in Mapping Sensor interpretation How do we extract relevant information from raw sensor data? How do we represent and integrate this information over time? Robot locations have to be estimated How can we identify that we are at a previously visited place? This problem is the so-called data association problem.

Grid Maps Occupancy grid maps For each grid cell represent whether occupied or not Reflection maps For each grid cell represent probability of reflecting a sensor beam

Occupancy Grid Maps Introduced by Moravec and Elfes in 1985 Represent environment by a grid. Each cell can be empty or occupied. E.g., 10m by 20m space, 5cm resolution  80,000 cells  280,000 possible maps.  Can’t efficiently compute with general posterior over maps Key assumption: Occupancy of individual cells (m[xy]) is independent

Updating Occupancy Grid Maps Idea: Update each individual cell using a binary Bayes filter. Additional assumption: Map is static.

Updating Occupancy Grid Maps Update the map cells using the inverse sensor model Or use the log-odds representation

Typical Sensor Model for Occupancy Grid Maps Combination of a linear function and a Gaussian:

Updating Occupancy Grid Maps Per grid-cell update: BUT: how to obtain p(zt | mt[xy] = v) ? = This would require summation over all maps  Heuristic approximation to update that works well in practice

Key Parameters of the Model

Occupancy Value Depending on the Measured Distance z+d1 z+d2 z+d3 z z-d1

Deviation from the Prior Belief (the sphere of influence of the sensors)

Recursive Update Assumption: measurements independent

Calculating the Occupancy Probability Based on Single Observations

Incremental Updating of Occupancy Grids (Example)

Resulting Map Obtainedwith Ultrasound Sensors

Resulting Occupancy and Maximum Likelihood Map The maximum likelihood map is obtained by clipping the occupancy grid map at a threshold of 0.5

Occupancy Grids: From scans to maps

Tech Museum, San Jose CAD map occupancy grid map

Grid Maps Occupancy grid maps For each grid cell represent whether occupied or not Reflection maps For each grid cell represent probability of reflecting a sensor beam

Reflection Maps: Simple Counting For every cell count hits(x,y): number of cases where a beam ended at <x,y> misses(x,y): number of cases where a beam passed through <x,y> Value of interest: P(reflects(x,y)) Turns out we can give a formal Bayesian justification for this counting approach

The Measurement Model pose at time t: beam n of scan t: n 1 pose at time t: beam n of scan t: maximum range reading: beam reflected by an object:

Computing the Most Likely Map Compute values for m that maximize Assuming a uniform prior probability for p(m), this is equivalent to maximizing (applic. of Bayes rule)

Computing the Most Likely Map Suppose

Meaning of aj and bj corresponds to the number of times a beam that is not a maximum range beam ended in cell j (hits(j)) corresponds to the number of times a beam intercepted cell j without ending in it (misses(j)).

Computing the Most Likely Reflection Map We assume that all cells mj are independent: If we set we obtain Computing the most likely map amounts to counting how often a cell has reflected a measurement and how often it was intercepted.

Difference between Occupancy Grid Maps and Counting The counting model determines how often a cell reflects a beam. The occupancy model represents whether or not a cell is occupied by an object. Although a cell might be occupied by an object, the reflection probability of this object might be very small.

Example Occupancy Map

Example Reflection Map glass panes

Example Out of 1000 beams only 60% are reflected from a cell and 40% intercept it without ending in it. Accordingly, the reflection probability will be 0.6. Suppose p(occ | z) = 0.55 when a beam ends in a cell and p(occ | z) = 0.45 when a cell is intercepted by a beam that does not end in it. Accordingly, after n measurements we will have Whereas the reflection map yields a value of 0.6, the occupancy grid value converges to 1.

Summary Grid maps are a popular approach to represent the environment of a mobile robot given known poses. In this approach each cell is considered independently from all others. Occupancy grid maps store the posterior probability that the corresponding area in the environment is occupied. can be estimated efficiently using a probabilistic approach. Reflection maps are an alternative representation. store in each cell the probability that a beam is reflected by this cell. the counting procedure underlying reflection maps yield the optimal reflection map.

Inverse_range_sensor_model(mi, xt, zt) ®: thickness of obstacles ¯: width of the sensor beam [Probabilistic Robotics, Table 9.2]