Sebastian Thrun Michael Montemerlo

Slides:



Advertisements
Similar presentations
Mapping with Known Poses
Advertisements

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.
Advanced Mobile Robotics
The GraphSLAM Algorithm Daniel Holman CS 5391: AI Robotics March 12, 2014.
IR Lab, 16th Oct 2007 Zeyn Saigol
Lab 2 Lab 3 Homework Labs 4-6 Final Project Late No Videos Write up
Probabilistic Robotics
Simultaneous Localization and Mapping
Simultaneous Localization & Mapping - SLAM
Introduction to Mobile Robotics Bayes Filter Implementations Gaussian filters.
Probabilistic Robotics: Kalman Filters
Robotic Mapping: A Survey Sebastian Thrun, 2002 Presentation by David Black-Schaffer and Kristof Richmond.
Introduction to Kalman Filter and SLAM Ting-Wei Hsu 08/10/30.
Probabilistic Robotics
Stanford CS223B Computer Vision, Winter 2005 Lecture 13: Learning Large Environment Models Sebastian Thrun, Stanford Rick Szeliski, Microsoft Hendrik.
SEIF, EnKF, EKF SLAM, Fast SLAM, Graph SLAM
SLAM: Simultaneous Localization and Mapping: Part I Chang Young Kim These slides are based on: Probabilistic Robotics, S. Thrun, W. Burgard, D. Fox, MIT.
Probabilistic Robotics
Stanford CS223B Computer Vision, Winter 2006 Lecture 12 Filters / Motion Tracking 2 Professor Sebastian Thrun CAs: Dan Maynes-Aminzade, Mitul Saha, Greg.
Part 2 of 3: Bayesian Network and Dynamic Bayesian Network.
Robust Monte Carlo Localization for Mobile Robots
Discriminative Training of Kalman Filters P. Abbeel, A. Coates, M
SA-1 Probabilistic Robotics Mapping with Known Poses.
Probabilistic Robotics
Probabilistic Robotics: Review/SLAM
Stanford CS223B Computer Vision, Winter 2007 Lecture 12 Tracking Motion Professors Sebastian Thrun and Jana Košecká CAs: Vaibhav Vaish and David Stavens.
Authors: Joseph Djugash, Sanjiv Singh, George Kantor and Wei Zhang
Stanford CS223B Computer Vision, Winter 2006 Lecture 11 Filters / Motion Tracking Professor Sebastian Thrun CAs: Dan Maynes-Aminzade, Mitul Saha, Greg.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
1 Range-Only SLAM for Robots Operating Cooperatively with Sensor Networks Joseph Djugash Sanjiv Singh George Kantor Wei Zhang Carnegie Mellon University.
ROBOT MAPPING AND EKF SLAM
Kalman filter and SLAM problem
Robotics Daniel Vasicek 2012/04/15.
/09/dji-phantom-crashes-into- canadian-lake/
Computer vision: models, learning and inference Chapter 19 Temporal models.
9-1 SA-1 Probabilistic Robotics: SLAM = Simultaneous Localization and Mapping Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti,
3D SLAM for Omni-directional Camera
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.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
Stochastic Gradient Descent and Tree Parameterizations in SLAM
Young Ki Baik, Computer Vision Lab.
Mobile Robot Localization (ch. 7)
A Passive Approach to Sensor Network Localization Rahul Biswas and Sebastian Thrun International Conference on Intelligent Robots and Systems 2004 Presented.
Real-Time Simultaneous Localization and Mapping with a Single Camera (Mono SLAM) Young Ki Baik Computer Vision Lab. Seoul National University.
CSE-473 Mobile Robot Mapping. Mapping with Raw Odometry.
Range-Only SLAM for Robots Operating Cooperatively with Sensor Networks Authors: Joseph Djugash, Sanjiv Singh, George Kantor and Wei Zhang Reading Assignment.
Autonomous Navigation for Flying Robots Lecture 6.3: EKF Example
Simultaneous Localization and Mapping (SLAM). Localization Perfect Map + Observations with errors = Pretty good Localization (Average out errors in observations,
Principle Investigator: Lynton Dicks Supervisor: Karen Bradshaw CO-OPERATIVE MAPPING AND LOCALIZATION OF AUTONOMOUS ROBOTS.
Globally Consistent Range Scan Alignment for Environment Mapping F. LU ∗ AND E. MILIOS Department of Computer Science, York University, North York, Ontario,
Vision-based SLAM Enhanced by Particle Swarm Optimization on the Euclidean Group Vision seminar : Dec Young Ki BAIK Computer Vision Lab.
Extended Kalman Filter
Probabilistic Robotics
10-1 Probabilistic Robotics: FastSLAM Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti, Maren Bennewitz, Christian Plagemann,
SLAM Techniques -Venkata satya jayanth Vuddagiri 1.
SLAM : Simultaneous Localization and Mapping
Marginalization and sliding window estimation
CSE-473 Mobile Robot Mapping.
Probabilistic Robotics Graph SLAM
Robótica Móvil CC5316 Clase 16: SLAM
Simultaneous Localization and Mapping
CARNEGIE MELLON UNIVERSITY
Introduction to Robot Mapping
A Short Introduction to the Bayes Filter and Related Models
Probabilistic Robotics
Simultaneous Localization and Mapping
Probabilistic Robotics Bayes Filter Implementations FastSLAM
Presentation transcript:

GraphSLAM Algorithm with Applications to Large Scale Mapping of Urban Structures Sebastian Thrun Michael Montemerlo Stanford AI Lab at Stanford University Created By: Akanksha, October 2015

Key Idea Behind GraphSLAM GraphSLAM extracts from the data a set of soft constraints, represented by a sparse graph. Then it obtains the map and the robot path by resolving these constraints into a globally consistent estimate. Created By: Akanksha, October 2015

Related Work Extensive work in the fields of photogrammetry, computer vision and computer graphics and robotics by various personalities. Extended Kalman Filter (EKF) mathematically introduced by Cheeseman and Smith(1986) and implemented by Moutarlier and Chatila (1989) Globally Consistent Range Scan Alignment Algorithm by Lu and Milios (1997) Incremental Mapping of Large Cyclic Environments by Gumann and Konolige (2000) Atlas by Bosse et al.(2003, 2004) Etc.. Created By: Akanksha, October 2015

GraphSLAM Exposition Assumption – Independent Gaussian Noise with 0 mean Robot pose at time 𝑡 is 𝑥 𝑡 and 𝑥 1:𝑡 denotes the set of poses from beginning till time 𝑡 Control Command between 𝑡−1 and 𝑡 is 𝑢 𝑡 , the set of command inputs from beginning till time 𝑡 is 𝑢 1:𝑡 Map 𝑚 with large set of features is 𝑚 = {𝑚 𝑗 } Measurement at time 𝑡 is 𝑧 𝑡 , in multiple scans, range measurement is 𝑧 𝑡 𝑖 where 𝑖 denotes individual measurement in the range scan 𝑝( 𝑥 1:𝑡 ,𝑚| 𝑧 1:𝑡 , 𝑢 1:𝑡 ) Created By: Akanksha, October 2015

GraphSLAM Exposition contd.. Measurement 𝑧 𝑡 𝑖 =ℎ 𝑥 𝑡 , 𝑚 𝑗 ,𝑖 + 𝜀 𝑡 𝑖 or for a GPS system 𝑧 𝑡 𝑖 =ℎ( 𝑥 𝑡 ,𝑖)+ 𝜀 𝑡 𝑖 with 𝜀 𝑡 𝑖 ~𝒩(0, 𝑄 𝑡 ) Or we can say 𝑝( 𝑧 𝑡 𝑖 | 𝑥 𝑡 ,𝑚)=𝑐𝑜𝑛𝑠𝑡.𝑒𝑥𝑝− 1 2 ( 𝑧 𝑡 𝑖 −ℎ( 𝑥 𝑡 , 𝑚 𝑗 ,𝑖) ) 𝑇 𝑄 𝑡 −1 ( 𝑧 𝑡 𝑖 −ℎ( 𝑥 𝑡 , 𝑚 𝑗 ,𝑖)) Created By: Akanksha, October 2015

GraphSLAM Exposition contd.. Robot pose 𝑥 𝑡 =𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 )+ 𝛿 𝑡 with 𝛿 𝑡 ~𝒩(0, 𝑅 𝑡 ) Or 𝑝( 𝑥 𝑡 | 𝑢 𝑡 , 𝑥 𝑡−1 )= 𝑐𝑜𝑛𝑠𝑡.𝑒𝑥𝑝− 1 2 ( 𝑥 𝑡 −𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 )) 𝑇 𝑅 𝑡 −1 ( 𝑥 𝑡 −𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 )) Created By: Akanksha, October 2015

GraphSLAM: Basic Idea Created By: Akanksha, October 2015

GraphSLAM: Building Graph Building Information Matrix Ω and Information Vector 𝜉 Given : 𝑧 1:𝑡 , 𝑢 1:𝑡 and 𝑐 1:𝑡 Pose-Feature Constraint ( 𝑧 𝑡 𝑖 −ℎ( 𝑥 𝑡 , 𝑚 𝑗 ,𝑖) ) 𝑇 𝑄 𝑡 −1 ( 𝑧 𝑡 𝑖 −ℎ( 𝑥 𝑡 , 𝑚 𝑗 ,𝑖)) Pose-Pose Constraint ( 𝑥 𝑡 −𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 )) 𝑇 𝑅 𝑡 −1 ( 𝑥 𝑡 −𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 )) 𝐽 𝐺𝑟𝑎𝑝ℎ𝑆𝐿𝐴𝑀 = 𝑥 0 𝑡 Ω 0 𝑥 0 + 𝑡 ( 𝑥 𝑡 −𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 )) 𝑇 𝑅 𝑡 −1 ( 𝑥 𝑡 −𝑔( 𝑢 𝑡 , 𝑥 𝑡−1 ))+ 𝑡 𝑖 ( 𝑧 𝑡 𝑖 −ℎ( 𝑥 𝑡 , 𝑚 𝑗 ,𝑖) ) 𝑇 𝑄 𝑡 −1 ( 𝑧 𝑡 𝑖 −ℎ( 𝑥 𝑡 , 𝑚 𝑗 ,𝑖)) Created By: Akanksha, October 2015

GraphSLAM: Inference The Map and Robot Path posterior are obtained from linearized information matrix Ω and the information vector 𝜉 : Σ= Ω −1 and 𝜇=Σ𝜉 Suppose we have 𝜏(𝑗) poses at which 𝑚 𝑗 is observed : 𝑥 𝑡 ∈𝜏(𝑗) ∃𝑖 : 𝑐 𝑗 𝑖 =𝑗 Then we use factorization trick to eliminate measurement constraints by replacing them with pose constraints to reduce our problem to a smaller Ω and 𝜉 Map and Robot Path Posterior is updated to Σ = Ω −1 and 𝜇 = Σ 𝜉 in linear time. Finally New Information Matrix Ω 𝑗 and Information Vector 𝜉 𝑗 are built for every link between 𝑚 𝑗 and 𝜏(𝑗), but 𝜏(𝑗) now contains updated poses set to values in 𝜇 Created By: Akanksha, October 2015

GraphSLAM: Inference Contd.. Created By: Akanksha, October 2015

GraphSLAM: Algorithm for Full SLAM problem with Known Correspondence Created By: Akanksha, October 2015

GraphSLAM: Algorithm for Full SLAM problem with Unknown Correspondence Created By: Akanksha, October 2015

GraphSLAM: Algorithm for Correspondence Test Function Created By: Akanksha, October 2015

Results Created By: Akanksha, October 2015

Comparative maps w/o and w GPS data factored in Created By: Akanksha, October 2015

Mapping of Terrain Created By: Akanksha, October 2015

Visualization Using Two Observation Platforms Created By: Akanksha, October 2015

Discussion Assumption of Independent Gaussian Noise Limited Reliance on good initial estimate of map – Initialization Step Matrix Inversion in GraphSLAM_solve function Gap between Offline SLAM and Online SLAM Questions? Created By: Akanksha, October 2015

Thank you! Created By: Akanksha, October 2015