1 / 25

Probabilistic Robotics Graph SLAM

Probabilistic Robotics Graph SLAM. BSc course Kunstmatige Intelligentie 2010 http://www.science.uva.nl/~arnoud/education/ProbabilisticRobotics/ Arnoud Visser Intelligent Systems Lab Amsterdam Informatics Institute Universiteit van Amsterdam A.Visser@uva.nl

denisedavis
Download Presentation

Probabilistic Robotics Graph SLAM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Probabilistic RoboticsGraph SLAM BSc course Kunstmatige Intelligentie 2010 http://www.science.uva.nl/~arnoud/education/ProbabilisticRobotics/ Arnoud Visser Intelligent Systems Lab Amsterdam Informatics Institute Universiteit van Amsterdam A.Visser@uva.nl Images courtesy of Sebastian Thrun, Wolfram Burghard, Dieter Fox, Michael Montemerlo, Dick Hähnel, Pieter Abbeel and others.

  2. Simultaneous Localization and Mapping A robot acquires a map while localizing itself relative to this map. Online SLAM problem Full SLAM problem Estimate map m and current position xt Estimate map m and driven path x1:t Probabilistic Robotics Course at the Universiteit van Amsterdam

  3. Graph SLAM GraphSLAM extends the state vector y with the path x0:t Example: Groundhog in abandoned mine: every 5 meters a local map Probabilistic Robotics Course at the Universiteit van Amsterdam

  4. State estimate GraphSLAM requires inference to estimate the state The state is estimated from the information matrix Ωand vector , the canonical representation of the covariance and mean. Benefits: • Uncertainty is easy represented (Ω=0) • Information can be integrated by addition, without direct inference The state estimated μt requires inversion of the information matrix Ω, which is done off-line Probabilistic Robotics Course at the Universiteit van Amsterdam

  5. Acquisition of the information matrix The observation of a landmark m1introduces an constraint: The constraint is of the type: Where h(xt,mj) is the measurement model and Qt the covariance of the measurement noise. Probabilistic Robotics Course at the Universiteit van Amsterdam

  6. Acquisition of the information matrix The movement of the robot from x1 to x2 also introduces an constraint: The constraint is of the type: Where g(ut,xj-1) is the motion model and Rt the covariance of the motion noise. Probabilistic Robotics Course at the Universiteit van Amsterdam

  7. Acquisition of the information matrix After several steps, a dependence graph appears with several constraints: The resulting information matrix is quite sparse. The sum of all constraints in the graph has the form: Probabilistic Robotics Course at the Universiteit van Amsterdam

  8. Simplifying acquisition • By a Taylor expansion of the motion and measurement model, the equations can be approximated: Probabilistic Robotics Course at the Universiteit van Amsterdam

  9. Reducing the dependence graph Removal of the observation of a landmark m1changes the constraint between x1 to x2 : The constraint is changed by the following subtraction: This is a form of variable elimination algorithm for matrix inversion Probabilistic Robotics Course at the Universiteit van Amsterdam

  10. Reducing the dependence graph Removal of the observation of a landmark m2introduces a new constraint between x2 to x4: Probabilistic Robotics Course at the Universiteit van Amsterdam

  11. Reducing the dependence graph The final result: The resulting information matrix is much smaller. This reduction can be done in time linear in size N Probabilistic Robotics Course at the Universiteit van Amsterdam

  12. Updating the full state estimate from the path There is now an estimate of the path robot This requires to solve a system of linear equations, which is not linear in size t due to cycles (loop closures!). When found, the map can be recovered. For each landmark mj: In addition, an estimate of the covariance Σ0:tover the robot path is known (but not over the full state y) Probabilistic Robotics Course at the Universiteit van Amsterdam

  13. Full Algorithm The previous steps should be iterated to get a reliable state estimate μ: Probabilistic Robotics Course at the Universiteit van Amsterdam

  14. Full Algorithm The algorithm can be extended for unknown correspondences: Probabilistic Robotics Course at the Universiteit van Amsterdam

  15. Correspondence test Based on the probability that mj corresponds to mk: Probabilistic Robotics Course at the Universiteit van Amsterdam

  16. GroundHog in abandoned mine Correspondences are discovered: Sebastian Thrun et al., Autonomous Exploration and Mapping of Abandoned Mines, IEEE Robotics and Automation Magazine 11(4), 2005. Probabilistic Robotics Course at the Universiteit van Amsterdam

  17. GroundHog in abandoned mine Correspondences are propagated and dissolved: Probabilistic Robotics Course at the Universiteit van Amsterdam

  18. GroundHog in abandoned mine Iterations stops when data associations induce no further changes: Probabilistic Robotics Course at the Universiteit van Amsterdam

  19. Segway RMP at Stanford Segway with vertically mounted laserscanner: Green is ground, red obstacles, white structures above the robot Sebastian Thrun and Micheal Montemerlo, The Graph SLAM Algorithm with Applications to Large-Scale Mapping of Urban Structures, International Journal on Robotics Research 25(5/6), p. 403-430, 2005 Probabilistic Robotics Course at the Universiteit van Amsterdam

  20. Segway RMP at Stanford 3D map of the Stanford campus: Probabilistic Robotics Course at the Universiteit van Amsterdam

  21. Segway RMP at Stanford Color coded 3D map of the Stanford campus: Probabilistic Robotics Course at the Universiteit van Amsterdam

  22. Segway RMP at Stanford Top view of 3D map of the Stanford campus: Probabilistic Robotics Course at the Universiteit van Amsterdam

  23. Segway RMP at Stanford Effect of GPS on indoor mapping: Probabilistic Robotics Course at the Universiteit van Amsterdam

  24. Resumé Use a graph to represent the problem: • Every node in the graph corresponds to a pose or an observation of the robot during mapping • Every edge between two nodes corresponds to the spatial constraints between them Probabilistic Robotics Course at the Universiteit van Amsterdam

  25. Conclusion GraphSLAM: • Solves the Full SLAM problem as post-processing step • Creates a graph of soft constraints from the data-set • By minimizing the sum of all constraints the maximum likelihood estimate of both the map and the robot path is found • The algorithm works in iterating three steps:construction, reduction, solving remaining equations Probabilistic Robotics Course at the Universiteit van Amsterdam

More Related