140
Mobile Robots and distributed computing* Maria Potop-Butucaru [email protected] LIP6, UPMC Sorbonne Universités (Paris 6) lundi 11 février 2013

Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Mobile Robots and distributed computing*

Maria [email protected]

LIP6, UPMC Sorbonne Universités (Paris 6)

lundi 11 février 2013

Page 2: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Real Robots

● UAVs(Unamed Aerial Vehiculs) & AUV (Autonomous underwater vehicles)● Autonomous Ground Robots

● Metamorphic Robots

lundi 11 février 2013

Page 3: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

UAVs

● Applications

− Military operations (Reconnaissance /Attack)

− Civilian applications (Firefighting/

Exploration)

● Caracteristics

− Remote controlled

− Pre-programmed flight schedule

RQ-2 Pioneer used in the Golf war

lundi 11 février 2013

Page 4: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

UAVs & AUVs practical challenges

● Distributed Cooperation

− UAVs Adaptive Flight schedule (in the air and for take off/landing)

− Pattern formation

− Connectivity (visual and/or communication)

● Fault-tolerance

− Byzantine faults

− Crash faults

− Transient faults

lundi 11 février 2013

Page 5: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Autonomous Ground Robots

● Applications

− exclusive military operations● Caracteristics

− Sensing capabilities (LASAR – laser detection and ranging is currently used)

− Artificial inteligence embedded ● Adaptive route planning ● Adaptive motion (walk, trot,

run)

DARPA – BIG DOG

lundi 11 février 2013

Page 6: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Autonomous Ground Robotspractical challenges

● Performant Sensors and cameras

● Distributed Cooperation and coordination

● Fault-tolerance

DARPA – BIG DOG

lundi 11 février 2013

Page 7: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Metamorphic Robots

● Cooperative modules−They can connect to

each other and form complex structures

● Application− only a lab toy for the

moment ...

S-bot project

lundi 11 février 2013

Page 8: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Metamorphic Robots practical challenges

● Fully decentralization● Fault tolerance● Minimal

communication

S-bot project

lundi 11 février 2013

Page 9: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Theoretical Models

9

lundi 11 février 2013

Page 10: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Oblivious Planary RobotsSuzuki and Yamashita '96

• Anonymous.

• No direct communication.

• No common coordinate system.

• No common sens of direction (no

common compas)

• Memoryless.

• No volume.

lundi 11 février 2013

Page 11: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Execution Model

● Fully Synchronous

● SYm (semi-synchronous)− Suzuki &Yamashita 96

● CORDA (asynchronous)

Look

Compute

Move

lundi 11 février 2013

Page 12: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm ModelUsing its sensor/

camera, each robot takes a snapshotof the world .

The visibility can be Limited Unlimited

Lookt

lundi 11 février 2013

Page 13: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm Model

Each robot executes an algorithm having as input the position of the robots taken in the last Look phase

Lookt

Compute

lundi 11 février 2013

Page 14: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm Model

Lookt

Compute

Movet+1

lundi 11 février 2013

Page 15: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm ModelThe robots move

towards the computed destination

Lookt

Compute

Movet+1

lundi 11 février 2013

Page 16: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm ModelThe robots move

towards the computed destination

Lookt

Compute

Movet+1

lundi 11 février 2013

Page 17: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm ModelThe robots move

towards the computed destination

Lookt

Compute

Movet+1

lundi 11 février 2013

Page 18: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

SYm ModelThe robots move

towards the computed destination

Each robot executes this cycle atomically

Lookt

Compute

Movet+1

lundi 11 février 2013

Page 19: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA Model

The first three steps are similar but each step takes a finite time different for each robot

Look

Compute

Move

lundi 11 février 2013

Page 20: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA Model

Look

Compute

Move

Wait

lundi 11 février 2013

Page 21: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA ModelA wait step is added to

take in account an asynchronous behavior

Look

Compute

Move

Wait

lundi 11 février 2013

Page 22: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA ModelA wait step is added to

take in account an asynchronous behavior

Look

Compute

Move

Wait

lundi 11 février 2013

Page 23: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA ModelA wait step is added to

take in account an asynchronous behavior

Look

Compute

Move

Wait

lundi 11 février 2013

Page 24: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA ModelA wait step is added to

take in account an asynchronous behavior

No global clock

Look

Compute

Move

Wait

lundi 11 février 2013

Page 25: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

CORDA ModelA wait step is added to

take in account an asynchronous behavior

No global clockNo synchronization

Look

Compute

Move

Wait

lundi 11 février 2013

Page 26: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

lundi 11 février 2013

Page 27: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

lundi 11 février 2013

Page 28: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

lundi 11 février 2013

Page 29: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

lundi 11 février 2013

Page 30: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

lundi 11 février 2013

Page 31: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

lundi 11 février 2013

Page 32: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Model of the execution

● Any problem solvable in

CORDA model is also solvable in the ATOM model

● Any impossibility result for

ATOM model holds for

CORDA model

Look

Compute

Move

lundi 11 février 2013

Page 33: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Schedulers/Adversary

• centralized• k-bounded• regular• synchonous• asynchronous• fair

22

lundi 11 février 2013

Page 34: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

AssumptionsFull compass: Axes and polarities

of both axes. x

y

x

y

x

y

x

y

lundi 11 février 2013

Page 35: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Full compass: Axes and polarities of both axes.

Half compass: Both axes known, but positive polarity on only one axis

x

x

xx

Assumptions

lundi 11 février 2013

Page 36: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

AssumptionsFull compass: Axes and polarities

of both axes.Half compass: Both axes known,

but positive polarity on only one axisDirection only: Both axis but not

polarities

lundi 11 février 2013

Page 37: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

AssumptionsFull compass: Axes and polarities

of both axes.Half compass: Both axes known,

but positive polarity on only one axisDirection only: Both axis but not

polarities Polarity only: No common axis but

common sense of left and right

x

y

x

y

x

y

x

y

lundi 11 février 2013

Page 38: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

AssumptionsFull compass: Axes and polarities

of both axes.Half compass: Both axes known,

but positive polarity on only one axisDirection only: Both axis but not

polarities Polarity only: No common axis but

common sense of left and rightNo compass: No common

orientation

lundi 11 février 2013

Page 39: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cooperative Tasks• Gathering

• Patern formation

• Election

• Flocking

lundi 11 février 2013

Page 40: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The limits of Distributed Computing

29

lundi 11 février 2013

Page 41: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

ANONYMOUS ROBOTS

● Undistinguishable configuration - source of impossibility results

lundi 11 février 2013

Page 42: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

ANONYMOUS ROBOTS

● Undistinguishable configuration - source of impossibility results

lundi 11 février 2013

Page 43: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

ANONYMOUS ROBOTS

● Undistinguishable configuration - source of impossibility results

lundi 11 février 2013

Page 44: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

ANONYMOUS ROBOTS

● Undistinguishable configuration - source of impossibility results

lundi 11 février 2013

Page 45: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NO COMMON COORDINATE

Functions with different semantic:

Maximum (among a set of positions)

Incrementation (x=x+1 / current_position=current_position

+1)

lundi 11 février 2013

Page 46: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NO COMMON COORDINATE

Functions with different semantic:

Maximum (among a set of positions)

Incrementation (x=x+1 / current_position=current_position

+1)

lundi 11 février 2013

Page 47: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NO COMMON COORDINATE

Functions with different semantic:

Maximum (among a set of positions)

Incrementation (x=x+1 / current_position=current_position

+1)

lundi 11 février 2013

Page 48: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NO COMMON COORDINATE

Functions with different semantic:

Maximum (among a set of positions)

Incrementation (x=x+1 / current_position=current_position

+1)

lundi 11 février 2013

Page 49: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NO COMMON COORDINATE

Functions with different semantic:

Maximum (among a set of positions)

Incrementation (x=x+1 / current_position=current_position

+1)

lundi 11 février 2013

Page 50: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NON ATOMIC ACTIONS

xi=a (atomic) ≠ Positioni=point_a (non atomic)

A robot can be stopped by the scheduler before it reaches its calculated destination.

Instruct the robots to move to the internal concentric circle.

lundi 11 février 2013

Page 51: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NON ATOMIC ACTIONS

xi=a (atomic) ≠ Positioni=point_a (non atomic)

A robot can be stopped by the scheduler before it reaches its calculated destination.

Instruct the robots to move to the internal concentric circle.

lundi 11 février 2013

Page 52: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NON ATOMIC ACTIONS

xi=a (atomic) ≠ Positioni=point_a (non atomic)

A robot can be stopped by the scheduler before it reaches its calculated destination.

Instruct the robots to move to the internal concentric circle.

lundi 11 février 2013

Page 53: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NON ATOMIC ACTIONS

xi=a (atomic) ≠ Positioni=point_a (non atomic)

A robot can be stopped by the scheduler before it reaches its calculated destination.

Instruct the robots to move to the internal concentric circle.

lundi 11 février 2013

Page 54: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

NON ATOMIC ACTIONS

xi=a (atomic) ≠ Positioni=point_a (non atomic)

A robot can be stopped by the scheduler before it reaches its calculated destination.

Instruct the robots to move to the internal concentric circle.

lundi 11 février 2013

Page 55: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

OBLIVIOUS ROBOTS(no past memory)

•Positive side:• large scale • inherently self-stabilizing

•Negative side:• Robots cannot use the previous states information.• Difficult to compose algorithms

lundi 11 février 2013

Page 56: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

ROBOTS AGREEMENT

34

lundi 11 février 2013

Page 57: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The agreement invariant

• to share the same (an approximate) location

• gathering (convergence)

• to not share the same location

• scattering

• to acknowledge the same cheef

• leader election

• to form and maintain the same pattern

• flocking, pattern formation, connectivity

lundi 11 février 2013

Page 58: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Agreement QoS

• Agreement time

• Faults resilience

• Scheduler freedom

lundi 11 février 2013

Page 59: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The Gathering Problem● Given a set of robots with arbitrary initial position and no initial agreement on a

global coordinate system they reach the exact same position in a finite number of steps

37

lundi 11 février 2013

Page 60: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The Gathering Problem● Given a set of robots with arbitrary initial position and no initial agreement on a

global coordinate system they reach the exact same position in a finite number of steps

37

lundi 11 février 2013

Page 61: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering● Suzuki&Yamashita proved that 2 gathering is deterministically

impossible with oblivious robots

● 2-gathering probabilistically possible in ATOM model− with probability p move to the location of another robot;

with probability (1-p) keep the current location − Arbitrary scheduler, expected convergence time 2 rounds

lundi 11 février 2013

Page 62: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 1 ROBOT 2

lundi 11 février 2013

Page 63: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 1 ROBOT 2

lundi 11 février 2013

Page 64: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 1 ROBOT 2

lundi 11 février 2013

Page 65: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 1 ROBOT 2

lundi 11 février 2013

Page 66: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 1 ROBOT 2

lundi 11 février 2013

Page 67: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 1 ROBOT 2

lundi 11 février 2013

Page 68: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering

● 2-gathering deterministically and probabilistically impossible in CORDA model under an arbitrary scheduler

ROBOT 2 ROBOT 1

lundi 11 février 2013

Page 69: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Fault-free Gathering● n-gathering is probabilistically possible under a

bounded scheduler −Choose with probability p=1/n a robot in the

network and move toward this robot (with probability 1-1/n the current position is not changed)

−Convergence time is n2 in expectation

lundi 11 février 2013

Page 70: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Crash-tolerant gathering

● (n,1) gathering is deterministically impossible under fair centralized and bounded schedulers

lundi 11 février 2013

Page 71: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Crash-tolerant gathering● (n,1) gathering is probabilistically impossible under a centralized

scheduler− Idea of the proof: a correct node can always travel between a faulty

and another correct node● (n,1) gathering is probabilistically possible under bounded

schedulers− Idea of the proof: with high probability all robots will join the faulty

robot● When f nodes are faulty, gathering is impossible so a weaker

version of the problem is considered (only correct nodes are required to gather)

lundi 11 février 2013

Page 72: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Byzantine-tolerant gathering

● (n,1)-gathering is possible under a centralized scheduler when:− n>3, n odd and nodes have multiplicity knowledge− n>1, n even and the scheduler is k<(n-1) bounded

lundi 11 février 2013

Page 73: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Byzantine-tolerant gathering

● there is no deterministic algorithm that solves (n,f)-gathering (f>1) under a centralized k-bounded scheduler with k≥[(n-f)/f] when n is even and with k≥[(n-f)/(f-1)] when n is odd, even when nodes are aware of the system multiplicity

lundi 11 février 2013

Page 74: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Byzantine-tolerant gathering

● probabilistic (n,f)-gathering is possible under a bounded scheduler and multiplicity detection− If member of a group with maximal multiplicity

then probabilistically move to a group with the same multiplicity

− If not member of a group with maximal multiplicity go to a group with maximal multiplicity

lundi 11 février 2013

Page 75: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The convergence problemFor every ε > 0, there is a time tε after which all correct

robots are within distance of at most ε of each other.

lundi 11 février 2013

Page 76: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The convergence problemFor every ε > 0, there is a time tε after which all correct

robots are within distance of at most ε of each other.

lundi 11 février 2013

Page 77: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The convergence problemFor every ε > 0, there is a time tε after which all correct

robots are within distance of at most ε of each other.

lundi 11 février 2013

Page 78: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Necessary and sufficient conditions

•Shrinking property (necessary)•the diameter of correct positions decreases by a constant factor 0<α<1.

•Cautious property (sufficient)•all calculated destinations are inside the range of correct positions - similar to the approximate agreement

lundi 11 février 2013

Page 79: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Byzantine-tolerant convergence

lundi 11 février 2013

Page 80: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Byzantine-tolerant convergence

lundi 11 février 2013

Page 81: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Byzantine-tolerant convergence

lundi 11 février 2013

Page 82: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The scattering problem

– Closure - starting from a configuration where no two robots are located at the same position, no two robots are located at the same position thereafter.

– Convergence - regardless of the initial position of the robots no two robots are eventually located at the same position.

61lundi 11 février 2013

Page 83: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Impossibility of Deterministic Scaterring

● Intuition : two robots on the same point may choose exactly the same destination point

56

lundi 11 février 2013

Page 84: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Impossibility of Deterministic Scaterring

● Intuition : two robots on the same point may choose exactly the same destination point

56

lundi 11 février 2013

Page 85: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Impossibility of Deterministic Scaterring

● Intuition : two robots on the same point may choose exactly the same destination point

56

lundi 11 février 2013

Page 86: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic Scaterring*● Intuition : two robots chose probabilisticaly a

destination point

57

Dieudonne et al. 2009

lundi 11 février 2013

Page 87: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic Scaterring*● Intuition : two robots chose probabilisticaly a

destination point

57

Dieudonne et al. 2009

lundi 11 février 2013

Page 88: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic Scaterring*● Intuition : two robots chose probabilisticaly a

destination point

57

Dieudonne et al. 2009

lundi 11 février 2013

Page 89: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic Scaterring*● Intuition : two robots chose probabilisticaly a

destination point

57

Dieudonne et al. 2009

lundi 11 février 2013

Page 90: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

62

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 91: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 92: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

r2

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 93: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

r2

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 94: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

r2

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 95: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

r2

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 96: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

r2

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 97: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Probabilistic scattering*

r2

62

r1

Malekova, Potop-Butucaru, Tixeuil 2009

lundi 11 février 2013

Page 98: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Scattering with Limited Visibility*8

● Each robot can see the locations of robots within (fixed) visible range− Range is unit distance (common among all robots)

Izumi, Potop-Butucaru, Tixeuil 2010

lundi 11 février 2013

Page 99: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Visibility Graph9

● Graph representing visibility relationship

lundi 11 février 2013

Page 100: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Connectivity-Preserving Property 10

● No cooperation is possible under the disconnection of visibility graph − The system behave as two independent groups of

robots

lundi 11 février 2013

Page 101: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Connectivity-Preserving Property 10

● No cooperation is possible under the disconnection of visibility graph − The system behave as two independent groups of

robots

lundi 11 février 2013

Page 102: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Connectivity-Preserving Property 10

● No cooperation is possible under the disconnection of visibility graph − The system behave as two independent groups of

robots

Task must be accomplished with preserving the connectivity of visibility graphs

lundi 11 février 2013

Page 103: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Risk of Disconnection(1/2)12

● Robots on the border of visibility range

● To scatter P, robot on that point must move via randomization

multiple robots

PQ R

lundi 11 février 2013

Page 104: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Risk of Disconnection(2/2)13

● Any movement yields direct disconnection to Q or R

PQ R PQ R

lundi 11 février 2013

Page 105: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Risk of Disconnection(2/2)13

● Any movement yields direct disconnection to Q or R

PQ R PQ R

lundi 11 février 2013

Page 106: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Risk of Disconnection(2/2)14

● Any movement yields direct disconnection to Q or R

− With non-zero probability, all robots on P will move the same position → disconnection

PQ R PQ R

lundi 11 février 2013

Page 107: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Risk of Disconnection(2/2)14

● Any movement yields direct disconnection to Q or R

− With non-zero probability, all robots on P will move the same position → disconnection

PQ R PQ R

lundi 11 février 2013

Page 108: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Lower Bound15

● The following configuration gives Ω(n)-lower bound

・・・ ・・・

2 robots

(n/2) - 1 robots (n/2) - 1 robots

lundi 11 février 2013

Page 109: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

P

Blocked Location16

● Not all robot-on-boundary situations take the risk

P

Q

R

S

Dangerous: Any movement by Pcauses a disconnection

Q

R

SSafe: P can move along the red arrow

lundi 11 février 2013

Page 110: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

P

Blocked Location16

● Not all robot-on-boundary situations take the risk

P

Q

R

S

Dangerous: Any movement by Pcauses a disconnection

Q

R

SSafe: P can move along the red arrow

lundi 11 février 2013

Page 111: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Blocked Location (Definition)17

● A location P is blocked

⇔ No arc of center angle less than π can contain all

robots on the visibility boundary

P

P

Q

R

S

Q

R

S

Blocked Non-blocked

lundi 11 février 2013

Page 112: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Blocked Location (Definition)17

● A location P is blocked

⇔ No arc of center angle less than π can contain all

robots on the visibility boundary

P

P

Q

R

S

Q

R

S

Blocked Non-blocked

covering arc

lundi 11 février 2013

Page 113: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

O(n) Scattering algorithm18

● Any non-blocked robot with boundary robots moves− the direction bisecting covering arc− half of the distance to the chord of covering arc

(Note: Even the robot on single point must move to make other robot non-blocked)

P

Q

R

If P is multiple we further divide the travel to create two possible

destinations (probabilistically chosen)

Pdestination 1

destination 2

lundi 11 février 2013

Page 114: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Proving Connectivity19

● The case that looks like problem− Concurrent movement of two robots that sees each

other on their boundaries● The destinations are necessarily contained in a

disc of unit diameter

PR

lundi 11 février 2013

Page 115: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Proving Connectivity19

● The case that looks like problem− Concurrent movement of two robots that sees each

other on their boundaries● The destinations are necessarily contained in a

disc of unit diameter

PR

lundi 11 février 2013

Page 116: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Proving Connectivity19

● The case that looks like problem− Concurrent movement of two robots that sees each

other on their boundaries● The destinations are necessarily contained in a

disc of unit diameter

PR

lundi 11 février 2013

Page 117: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Proving Connectivity19

● The case that looks like problem− Concurrent movement of two robots that sees each

other on their boundaries● The destinations are necessarily contained in a

disc of unit diameter

PR

lundi 11 février 2013

Page 118: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Time Complexity

● Always at least one robot is non-blocked− The corners of convex hull

20

Blocked Non-blocked

lundi 11 février 2013

Page 119: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Time Complexity

● Always at least one robot is non-blocked− The corners of convex hull

20

Blocked Non-blocked

By the movement of all non-blocked robots,at least one blocked robot becomes non-blocked

All robots becomes non-blocked within O(n) rounds+

Scattering completes within O(log n) expected rounds

lundi 11 février 2013

Page 120: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Diameter-Sensitive Bounds21

● Counting the number of “shells” at initial configuration

Upper bound : O(D2)(Probably, not tight)

lundi 11 février 2013

Page 121: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cercle Formation problem problem*

• Robots eventually form a cercle

Xavier Défago et. al. 2002

lundi 11 février 2013

Page 122: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cercle Formation problem problem*

• Robots eventually form a cercle

Xavier Défago et. al. 2002

lundi 11 février 2013

Page 123: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cercle Formation problem problem*

• Robots eventually form a cercle

Xavier Défago et. al. 2002

lundi 11 février 2013

Page 124: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cercle Formation problem problem*

• Robots eventually form a cercle

Xavier Défago et. al. 2002

lundi 11 février 2013

Page 125: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cercle Formation problem problem*

• Robots eventually form a cercle

Xavier Défago et. al. 2002

lundi 11 février 2013

Page 126: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Cercle Formation problem problem*

• Robots eventually form a cercle

Xavier Défago et. al. 2002

lundi 11 février 2013

Page 127: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The Leader Election problem*

• Given a set of robots they eventually agree on an unique leader

Canepa & Potop-Butucaru 2007

lundi 11 février 2013

Page 128: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Impossibility of deterministic leader election

lundi 11 février 2013

Page 129: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Trivial 3 robots election If my angle is different (the smallest or the greatest) then I

am leader.

α

αß ß

lundi 11 février 2013

Page 130: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

• If perfect symmetry then with some probability p change the curent position

ß

ß

α

Trivial 3 robots election

lundi 11 février 2013

Page 131: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Leader Election for n robots

lundi 11 février 2013

Page 132: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

The Flocking Problem*

• Leader election

• Agreement on the Flocking formation

• Motion

Canepa & Potop-Butucaru 2007

lundi 11 février 2013

Page 133: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Move to the SEC

lundi 11 février 2013

Page 134: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Circular Formation

p1p2

p3

p4

p5

p6

r1

r2

r3

r4

r5r6

r7

p7

p1p2

p3

p4

p5

p6

r1

r2

r3

r4

r5r6

r7

p7

r1

r6r7

r3

r5

r4

r2

lundi 11 février 2013

Page 135: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Circular Formation

p1p2

p3

p4

p5

p6

r1

r2

r3

r4

r5r6

r7

p7

p1p2

p3

p4

p5

p6

r1

r2

r3

r4

r5r6

r7

p7

r1

r6r7

r3

r5

r4

r2

Formation de flocking

lundi 11 février 2013

Page 136: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Motion Formationy

x

∀i, ∃j xi = -xj ∀i≠j

if |xi | > |xj | than |yi | < |yj |

lundi 11 février 2013

Page 137: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Motion Formation

Reference

y

x

∀i, ∃j xi = -xj ∀i≠j

if |xi | > |xj | than |yi | < |yj |

lundi 11 février 2013

Page 138: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Motion Formation

Reference

Head

y

x

∀i, ∃j xi = -xj ∀i≠j

if |xi | > |xj | than |yi | < |yj |

lundi 11 février 2013

Page 139: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Global Algorithm

p1p2

p3

p4

p5

p6

r2

r3

r4

r5r6

p7

r1

r6r7

r3

r5

r4

r2

lundi 11 février 2013

Page 140: Mobile Robots and distributed computing*tixeuil/m2r/uploads/Main/robots-cours1.pdf · Crash-tolerant gathering (n,1) gathering is probabilistically impossible under a centralized

Open problems

• Model Transformation–Lamport registers and ATOM&CORDA–ATOM, CORDA and synchronous/asynchronous

• New Models–What is between ATOM and CORDA ?–CORDA + k-bounded ??? ATOM –Additional assumption (e.g. volumic robots,

memory etc) –Computational power of the model

• Tasks–lower/upper bounds

83

lundi 11 février 2013