1 / 37

Probabilistic Robotics

Probabilistic Robotics. Probabilistic Sensor Models Beam-based Scan-based Landmarks. Sensors for Mobile Robots. Contact sensors: Bumpers Internal sensors Accelerometers (spring-mounted masses) Gyroscopes (spinning mass, laser light)

fran
Télécharger la présentation

Probabilistic Robotics

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 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 • Beams reflected by obstacles • Beams reflected by persons / caused by crosstalk • Random measurements • 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. zexp zexp 0 zmax 0 zmax Beam-based Proximity Model Measurement noise Unexpected obstacles

  9. zexp zexp 0 zmax 0 zmax Beam-based Proximity Model Random measurement Max range

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

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

  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 Laser Sonar 400cm 300cm

  14. Example z P(z|x,m)

  15. Discrete Model of Proximity Sensors • Instead of densities, consider discrete steps along the sensor beam. • Consider dependencies between different cases. Sonar sensor Laser 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 Likelihood field Map m P(z|x,m)

  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 • Algorithm landmark_detection_model(z,x,m): • Return

  33. Distributions

  34. Distances OnlyNo Uncertainty X’ a P1 P2 d2 d1 P1=(0,0) P2=(a,0) x

  35. P3 z3 D2 b D3 P2 a P2 a z2 D1 D1 z1 P1 P1 z2 a z1 Bearings OnlyNo Uncertainty Law of cosine

  36. P3 P2 P2 P1 P1 Bearings Only With Uncertainty 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: • Determine parametric model of noise free measurement. • Analyze sources of noise. • Add adequate noise to parameters (eventually mix in densities for noise). • Learn (and verify) parameters by fitting model to data. • 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!

More Related