42
Range-only SLAM with indistinguishable landmarks Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV, OSM, LabSTICC. http://www.ensta-bretagne.fr/jaulin/

Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Range-only SLAM withindistinguishable landmarks

Paris, november 13, 2013.

L. Jaulin

ENSTA-Brest, IHSEV, OSM, LabSTICC.

http://www.ensta-bretagne.fr/jaulin/

Page 2: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

1 SLAM problem

Page 3: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Robot: x = f(x,u), x (0) = 0.

Marks M = {m (1) ,m (2) , . . . } ⊂ Rq.

Page 4: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

(i) the map is static,

(ii) indistinguishable point marks

(iii) the marks are partially observable

Page 5: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Our SLAM is a chicken and egg problem of cardinality

three:

(i) if the map and the associations are known, we have

localization problem,

(ii) if the trajectory and the associations are known, we

have a mapping problem

(iii) if the trajectory and the map are known we have an

association problem.

Page 6: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

The unknown variables have an heterogenous nature:

(i) marks m (j) ∈ Rq

(ii) trajectory x (t) : R→ Rn,

(iii) the free space F ∈ P (Rq)

(iv) the data associations is a graph G.

Page 7: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

2 Formalization

Page 8: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

A sector H is a subset of Rq which contains a single mark.

Page 9: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Our SLAM problem:�x = f(x,u) (evolution equation)(ti,Hi (x)) (sector list)

where t ∈ [0, tmax], u (t) ∈ [u] (t).

Each set Hi (x (ti)) ⊂ Rq contains a unique mark.

We have an egocentric representation.

We define Hi = Hi (x (ti)).

Page 10: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example 1. A robot moving in a plane and located at

(x1, x2) . At t3 the robot detects a unique mark at a dis-

tance d ∈ [4, 5]. We have

H3 (x) =�a ∈ R2| (x1 − a1)

2 + (x2 − a2)2 ∈ [16, 25]

�.

Page 11: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example 2. We have two sectors Hi and Hj.

Since Hi ⊂ Hj, Hj\Hi has no mark. Thus we can asso-

ciate Hi with Hj.

Page 12: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Theorem. Define the free space as F = {p ∈ Rq | p /∈M}.

Considerm sectorsH1, . . . ,Hm. Denote by a (i) the mark

in Hi. We have

(i) Hi ⊂ Hj ⇒ a (i) = a (j)(ii) Hi ∩Hj = ∅ ⇒ a (i) �= a (j)(iii) Hi ⊂ Hj ⇒ Hj\Hi ⊂ F.

Page 13: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example.

The two black zones contain a single mark and no mark

exists in the hatched area.

Page 14: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Association graph. Considerm detections a (1) , . . . , a (m).

The association graph is the graph with nodes a (i) such

that a (i)→ a (j) means that a (i) = a (j).

Page 15: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

3 Generalized contractors

Page 16: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

3.1 Lattices

Page 17: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

A lattice (E,≤) is a partially ordered set, closed under least

upper and greatest lower bounds.

The join: x ∨ y.

The meet: x ∧ y.

Page 18: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example 1 . The set (Rn,≤) is a lattice.

We have x ∧ y = (x1 ∧ y1, . . . , xn ∧ yn) and x ∨ y =

(x1 ∨ y1, . . . , xn ∨ yn) where xi ∧ yi = min (xi, yi) and

xi ∨ yi = max (xi, yi) .

Page 19: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example 2. If E is any set, the powerset P (E) is a com-

plete lattice with respect to the inclusion ⊂. The meet

corresponds to the intersection and the join to the union.

Page 20: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Intervals. An interval [x] of a complete lattice E is a

subset of E which satisfies

[x] = {x ∈ E | ∧ [x] ≤ x ≤ ∨[x]} .

Both ∅ and E are intervals of E.

Page 21: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example 3. The set F of all functions from R to Rn is a

complete lattice with f ≤ g⇔ ∀t ∈ R, f(t) ≤ g(t).

An interval of F is called a tube.

Page 22: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

3.2 Contractors

Page 23: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

A CSP is composed of

variables {x1, . . . , xn} ,

constraints {c1, . . . , cm} and

domains {X1, . . . ,Xn} .

The domains Xi should belong to a lattice (Li,⊂).

Page 24: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Here domains are

(i) subsets of Rn for the location of the marks,

(ii) tubes for the unknown trajectory and

(iii) intervals of subsets of Rn for the sectors and the free

space.

Page 25: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Define L = L1 × · · · × Ln.

An element X of L is the Cartesian product of n elements

of Li: X = X1 × · · · ×Xn.

The set X will be called hyperdomain.

Page 26: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

A contractor is an operator

C :L → LX → C (X)

which satisfies

X ⊂ Y⇒ C (X) ⊂ C (Y) (monotonicity)C (X) ⊂ X (contractance)

Page 27: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

3.3 Graph intervals

Page 28: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

The set of graphs of A with the relation

G ≤ H ⇔ ∀i, j ∈ {1, . . . ,m} , gij ≤ hij,

corresponds to a complete lattice. Intervals of graphs of A

can thus be defined.

Page 29: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Example

1 1 01 1 00 0 1

[0, 1] [0, 1] 01 [0, 1] [0, 1]

[0, 1] [0, 1] [0, 1]

Page 30: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

4 SLAM as a CSP

Page 31: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Variables

(i) the trajectory of the robot x.

(ii) the sectors Hi(iii) the location of the mark a (i) detected at time ti(iv) the association graph G

(v) the free space F.

Page 32: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Domains

x ∈ [x] =x−,x+

a (i) ∈ A (i)

Hi ∈ [Hi] =H−i ,H

+i

F ∈ [F] =F−,F+

G ∈ [G] =G−,G+

�.

Page 33: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Initialization

[x] (t) = [−∞,∞] if t > 0 and [x] (0) = 0.

A (i) = Rq.

Hi ∈ [∅,Rq].

F ∈ [∅,Rq].

G ∈ [∅,⊤]

Page 34: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Constraints

(i) x = f (x,u)(ii) Hi = Hi (x (ti))(iii) a (i) ∈ Hi(iv) a (i) = a (j)⇔ gij = 1(v) a (i) ∈ Hj ⇔ gij = 1(vi) gij = 1⇒ Hj\Hi ⊂ F(vii) a (i) /∈ F

Page 35: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Contractors graph

Page 36: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

5 Test-case

Page 37: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Generation of the data.

A simulated robot follows a cycloid for 100sec.

10 landmarks inside [−8, 8]× [−8, 8].

A rangefinder collects the distance d to the nearest mark.

Page 38: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Resolution. The robot is�x1 = u1 cosu2x2 = u1 sinu2.

We define the set-valued sector functions

Hi (x (ti)) = {a | �a− x (ti)� ∈ [di]}Hi+1 (x (ti+1)) = {a | �a− x (ti+1)� < δi+1}

Page 39: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Illustration of the propagation. Left: the tube becomes

more and more accurate. Right: The association graph

has more and more arcs.

Page 40: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Superposition of the width of the tube [x] (t)

Page 41: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Associations. At the fixed point, 3888 associations have

been found, 29128 pairs (a (i) , a (j)) have been proven

disjoint and 5400 pairs (a (i) , a (j)) have not been classi-

fied.

Page 42: Paris, november 13, 2013. L. Jaulin ENSTA-Brest, IHSEV ... · slides_mslam_paris2013.dvi Author: Administrateur Created Date: 11/14/2013 12:01:34 AM Keywords ()

Free space F.