Cell Decomposition Methods free space s obstacle free path - - PowerPoint PPT Presentation

cell decomposition methods
SMART_READER_LITE
LIVE PREVIEW

Cell Decomposition Methods free space s obstacle free path - - PowerPoint PPT Presentation

Cell Decomposition Methods free space s obstacle free path obstacle g obstacle Slides borrowed from: Latombes book and slides, Choset, Kuffner Problem Given: a point-robot (robot is a point in space) a start and goal


slide-1
SLIDE 1

Slides borrowed from: Latombe’s book and slides, Choset, Kuffner

Cell Decomposition Methods

free space s g free path

  • bstacle
  • bstacle
  • bstacle
slide-2
SLIDE 2

Problem

Given: – a point-robot (robot is a point in space) – a start and goal configuration Find: – path from start to goal that does not result in a collision

free space s g free path

  • bstacle
  • bstacle
  • bstacle
slide-3
SLIDE 3

Motion planning framework

Continuous representation Discretization Graph searching

(blind, best-fjrst, A*)

slide-4
SLIDE 4

Approximate Cell Decomposition

slide-5
SLIDE 5

Approximate Cell Decomposition

slide-6
SLIDE 6

Approximate Cell Decomposition

slide-7
SLIDE 7

Approximate Cell Decomposition

slide-8
SLIDE 8

Approximate Cell Decomposition

  • 1. Compute cell decomposition down to

some resolution

  • 2. Identify start and goal cells
  • 3. Search for sequence of empty/mixed cells

between start and goal cells

  • 4. If no sequence, then exit with no path
  • 5. If sequence of empty cells, then exit with

solution

  • 6. If resolution threshold achieved, then exit

with failure

  • 7. Decompose further the mixed cells
  • 8. Return to 2
slide-9
SLIDE 9

Approximate Cell Decomposition

slide-10
SLIDE 10

Approximate Cell Decomposition

slide-11
SLIDE 11

Approximate Cell Decomposition

slide-12
SLIDE 12

Exact Cell Decomposition

slide-13
SLIDE 13

Exact Cell Decomposition

slide-14
SLIDE 14

Exact Cell Decomposition

slide-15
SLIDE 15

Exact Cell Decomposition

slide-16
SLIDE 16

Exact Cell Decomposition

slide-17
SLIDE 17

critical events  criticality-based decomposition

Exact Cell Decomposition

slide-18
SLIDE 18

Exact Cell Decomposition

slide-19
SLIDE 19

Exact Cell Decomposition

slide-20
SLIDE 20

Exact Cell Decomposition

The good: – exact cell decomposition is complete The bad: – it doesn’t scale well to high dimensions