SA-1 Probabilistic Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks.

Slides:



Advertisements
Similar presentations
Advanced Mobile Robotics
Advertisements

Sonar and Localization LMICSE Workshop June , 2005 Alma College.
Integration of sensory modalities
Mapping with Known Poses
Beam Sensor Models Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics TexPoint fonts used in EMF. Read.
(Includes references to Brian Clipp
Markov Localization & Bayes Filtering 1 with Kalman Filters Discrete Filters Particle Filters Slides adapted from Thrun et al., Probabilistic Robotics.
4-1 Probabilistic Robotics: Motion and Sensing Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti, Maren Bennewitz, Christian.
Simultaneous Localization & Mapping - SLAM
Uncertainty Representation. Gaussian Distribution variance Standard deviation.
Instructor: Mircea Nicolescu Lecture 13 CS 485 / 685 Computer Vision.
Visual Recognition Tutorial
Probabilistic Robotics Bayes Filter Implementations Particle filters.
Sam Pfister, Stergios Roumeliotis, Joel Burdick
SA-1 Probabilistic Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks.
Autonomous Robot Navigation Panos Trahanias ΗΥ475 Fall 2007.
Probabilistic Methods in Mobile Robotics. Stereo cameras Infra-red Sonar Laser range-finder Sonar Tactiles.
Scan Matching Pieter Abbeel UC Berkeley EECS
Probability: Review TexPoint fonts used in EMF.
A Probabilistic Approach to Collaborative Multi-robot Localization Dieter Fox, Wolfram Burgard, Hannes Kruppa, Sebastin Thrun Presented by Rajkumar Parthasarathy.
SA-1 Probabilistic Robotics Mapping with Known Poses.
PEG Breakout Mike, Sarah, Thomas, Rob S., Joe, Paul, Luca, Bruno, Alec.
Probabilistic Robotics
Probabilistic Robotics Bayes Filter Implementations Particle filters.
Robot Motion Planning Bug 2 Probabilistic Roadmaps Bug 2 Probabilistic Roadmaps.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
Grid Maps for Robot Mapping. Features versus Volumetric Maps.
SA-1 Probabilistic Robotics Bayes Filter Implementations Discrete filters.
Particle Filters++ TexPoint fonts used in EMF.
HCI / CprE / ComS 575: Computational Perception
Bayesian Filtering for Robot Localization
Binary Variables (1) Coin flipping: heads=1, tails=0 Bernoulli Distribution.
Markov Localization & Bayes Filtering
오 세 영, 이 진 수 전자전기공학과, 뇌연구센터 포항공과대학교
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: Monte Carlo Localization
Mapping and Localization with RFID Technology Matthai Philipose, Kenneth P Fishkin, Dieter Fox, Dirk Hahnel, Wolfram Burgard Presenter: Aniket Shah.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
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.
Forward-Scan Sonar Tomographic Reconstruction PHD Filter Multiple Target Tracking Bayesian Multiple Target Tracking in Forward Scan Sonar.
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.
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.
Probabilistic Robotics
16662 – Robot Autonomy Siddhartha Srinivasa
Fast SLAM Simultaneous Localization And Mapping using Particle Filter A geometric approach (as opposed to discretization approach)‏ Subhrajit Bhattacharya.
Probabilistic Robotics Introduction. SA-1 2 Introduction  Robotics is the science of perceiving and manipulating the physical world through computer-controlled.
Autonomous Mobile Robots Autonomous Systems Lab Zürich Probabilistic Map Based Localization "Position" Global Map PerceptionMotion Control Cognition Real.
Line fitting.
Sensors Fusion for Mobile Robotics localization
Probabilistic Robotics
Sensors and Sensing for Reactive Robots
Day 32 Range Sensor Models 11/13/2018.
Probabilistic Robotics
Distance Sensor Models
Day 29 Bug Algorithms 12/7/2018.
Day 29 Bug Algorithms 12/8/2018.
Day 33 Range Sensor Models 12/10/2018.
A Short Introduction to the Bayes Filter and Related Models
EE-565: Mobile Robotics Non-Parametric Filters Module 2, Lecture 5
Probabilistic Map Based Localization
Jose-Luis Blanco, Javier González, Juan-Antonio Fernández-Madrigal
LECTURE 21: CLUSTERING Objectives: Mixture Densities Maximum Likelihood Estimates Application to Gaussian Mixture Models k-Means Clustering Fuzzy k-Means.
Principle of Bayesian Robot Localization.
Non-parametric Filters: Particle Filters
Non-parametric Filters: Particle Filters
Presentation transcript:

SA-1 Probabilistic Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks

2 Sensors for Mobile Robots Contact sensors: Bumpers Internal sensors Accelerometers (spring-mounted masses) Gyroscopes (spinning mass, laser light) Compasses, inclinometers (earth magnetic field, gravity) Proximity sensors Sonar (time of flight) Radar (phase and frequency) Laser range-finders (triangulation, tof, phase) Infrared (intensity) Visual sensors: Cameras Satellite-based sensors: GPS

3 Proximity Sensors The central task is to determine P(z|x), i.e., the probability of a measurement z given that the robot is at position x. Question: Where do the probabilities come from? Approach: Let’s try to explain a measurement.

4 Beam-based Sensor Model Scan z consists of K measurements. Individual measurements are independent given the robot position.

5 Beam-based Sensor Model

6 Typical Measurement Errors of an Range Measurements 1.Beams reflected by obstacles 2.Beams reflected by persons / caused by crosstalk 3.Random measurements 4.Maximum range measurements

7 Proximity Measurement Measurement can be caused by … a known obstacle. cross-talk. an unexpected obstacle (people, furniture, …). missing all obstacles (total reflection, glass, …). Noise is due to uncertainty … in measuring distance to known obstacle. in position of known obstacles. in position of additional obstacles. whether obstacle is missed.

8 Beam-based Proximity Model Measurement noise z exp z max 0 Unexpected obstacles z exp z max 0

9 Beam-based Proximity Model Random measurementMax range z exp z max 0 z exp z max 0

10 Resulting Mixture Density How can we determine the model parameters?

11 Raw Sensor Data Measured distances for expected distance of 300 cm. SonarLaser

12 Approximation Maximize log likelihood of the data Search space of n-1 parameters. Hill climbing Gradient descent Genetic algorithms … Deterministically compute the n-th parameter to satisfy normalization constraint.

13 Approximation Results Sonar Laser 300cm 400cm

14 Example zP(z|x,m)

15 Discrete Model of Proximity Sensors Instead of densities, consider discrete steps along the sensor beam. Consider dependencies between different cases. Laser sensor Sonar sensor

16 Approximation Results Laser Sonar

17 Influence of Angle to Obstacle

18 Influence of Angle to Obstacle

19 Influence of Angle to Obstacle

20 Influence of Angle to Obstacle

21 Summary Beam-based Model Assumes independence between beams. Justification? Overconfident! Models physical causes for measurements. Mixture of densities for these causes. Assumes independence between causes. Problem? Implementation Learn parameters based on real data. Different models should be learned for different angles at which the sensor beam hits the obstacle. Determine expected distances by ray-tracing. Expected distances can be pre-processed.

22 Scan-based Model Beam-based model is … not smooth for small obstacles and at edges. not very efficient. Idea: Instead of following along the beam, just check the end point.

23 Scan-based Model Probability is a mixture of … a Gaussian distribution with mean at distance to closest obstacle, a uniform distribution for random measurements, and a small uniform distribution for max range measurements. Again, independence between different components is assumed.

24 Example P(z|x,m) Map m Likelihood field

25 San Jose Tech Museum Occupancy grid map Likelihood field

26 Scan Matching Extract likelihood field from scan and use it to match different scan.

27 Scan Matching Extract likelihood field from first scan and use it to match second scan. ~0.01 sec

28 Properties of Scan-based Model Highly efficient, uses 2D tables only. Smooth w.r.t. to small changes in robot position. Allows gradient descent, scan matching. Ignores physical properties of beams. Will it work for ultrasound sensors?

29 Additional Models of Proximity Sensors Map matching (sonar,laser): generate small, local maps from sensor data and match local maps against global model. Scan matching (laser): map is represented by scan endpoints, match scan into this map. Features (sonar, laser, vision): Extract features such as doors, hallways from sensor data.

30 Landmarks Active beacons (e.g., radio, GPS) Passive (e.g., visual, retro-reflective) Standard approach is triangulation Sensor provides distance, or bearing, or distance and bearing.

31 Distance and Bearing

32 Probabilistic Model 1.Algorithm landmark_detection_model(z,x,m): Return

33 Distributions

34 Distances Only No Uncertainty P1P1 P2P2 d1d1 d2d2 x X’ a P 1 =(0,0) P 2 =(a,0)

35 P1P1 P2P2 D1D1 z1z1 z2z2  P3P3 D2D2  z3z3 D3D3 Bearings Only No Uncertainty P1P1 P2P2 D1D1 z1z1 z2z2   Law of cosine

36 Bearings Only With Uncertainty P1P1 P2P2 P3P3 P1P1 P2P2 Most approaches attempt to find estimation mean.

37 Summary of Sensor Models Explicitly modeling uncertainty in sensing is key to robustness. In many cases, good models can be found by the following approach: 1.Determine parametric model of noise free measurement. 2.Analyze sources of noise. 3.Add adequate noise to parameters (eventually mix in densities for noise). 4.Learn (and verify) parameters by fitting model to data. 5.Likelihood of measurement is given by “probabilistically comparing” the actual with the expected measurement. This holds for motion models as well. It is extremely important to be aware of the underlying assumptions!