Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Landmark-Based Robot Navigation A. Lazanas, J.-C. Latombe Presented by Tim Bretl.

Similar presentations


Presentation on theme: "1 Landmark-Based Robot Navigation A. Lazanas, J.-C. Latombe Presented by Tim Bretl."— Presentation transcript:

1 1 Landmark-Based Robot Navigation A. Lazanas, J.-C. Latombe Presented by Tim Bretl

2 2 Main Idea Use backchaining of omnidirectional backprojections to create a plan with guaranteed success despite uncertainty in control and sensing. Problem—Such planning is intractable in general. Solution—Make assumptions about the environment, resulting in a polynomial-time algorithm. The backprojection of a robot state S is the set of all states from which the robot is guaranteed to be able to get to S, despite uncertainty.

3 3 Outline Assumptions Example Problem Directional Backchaining Omnidirectional Backchaining Obstacles Extensions (Geometry, Landmark Types) Summary and Problems

4 4 Assumptions (1) Landmark areas exist in which both control and sensing are perfect. (Outside these areas, control is noisy and sensing is null.) –Otherwise, recursive dependence between a given state and the backprojection of the state. A landmark is a workspace feature recognizable from anywhere within its area, or field of influence.

5 5 Assumptions (2) Point robot Landmark areas are circles or unions of circles Robot Landmark Areas

6 6 Assumptions (3) Motion commands are of two types: –Perfect (P-Command), inside landmark areas –Imperfect (I-Command), outside landmark areas

7 7 P-Commands Inside landmark areas only Followed exactly, without errors Robot Landmark Area P-Command

8 8 I-Commands (1) Outside landmark areas Of the form (d,TC) d = direction of motion TC = termination condition Uncertainty is parameterized by θ θ = directional uncertainty of motion Do not consider time or uncertainty in velocity.

9 9 θ θ I-Commands (2) Example –(d,TC) = (d 1,L 2 ) Robot Landmark Area L 1 d1d1 I-Command Landmark Area L 2

10 10 Assumptions (4) A kernel of the goal exists that can be recognized independently of how it is achieved. –Otherwise, recursive dependence between goal recognition and goal preimage (Lozano-Pérez et al., 1984) The kernel of the goal is a circle (or a union of circles.)

11 11 Assumptions (5) Circular obstacles No obstacle collisions are allowed

12 12 Example Problem Start Goal I-Command P-Command

13 13 Planning Algorithm (1) Main Idea –Iteratively expand a set of landmark areas from which the goal is guaranteed to be reachable until their backprojection completely covers the set of possible initial conditions.

14 14 Planning Algorithm (2) Iterate… –Given a set of landmark areas E(G) from which the goal is guaranteed to be reachable. –Expand these areas to their backprojection. –If a landmark area not in E(G) intersects the backprojection, add it to the set E(G) and record the associated motion commands.

15 15 Planning Algorithm (3) Until… –The set of possible initial conditions is completely contained in E(G) => SUCCESS! –No new landmark areas intersect the backprojection => FAILURE!

16 16 Planning Algorithm (4) Complexity Bounds –Number s of landmark areas –Number l of landmark circles (l ≥ s) Complete algorithm takes O(sl 3 logl) time. Each iteration takes O(l 3 logl) time. Maximum number of iterations is s.

17 17 Directional Backprojection (1) Project goal regions “backwards in time” along some direction according to a control noise θ. If the backprojection intersects a landmark area, the robot is guaranteed to be able to reach the goal from that area. I-Command P-Command Start Goal

18 18 Directional Backprojection (2) The extension E(G) of a goal region G is the largest set of landmark areas intersecting G (so G can be attained with a single P-command. The directional backprojection B(G,d) of E(G) is the largest subset of the workspace such that if the I-command (d, E(G) ) is executed from any point in B(G,d), the robot is guaranteed to reach and terminate in the goal G.

19 19 Directional Backchaining Backchaining is iterative backprojection. Use the backprojection B i (G i,d) as the goal G i+1 for the next iteration, giving B i+1 (G i+1,d). Start G0G0 G1G1

20 20 Omnidirectional Backprojection (1) Same as before, but now along any direction. I-Command P-Command Start Goal

21 21 Omnidirectional Backprojection (2) Problem—The direction of the backprojection is now arbitrary, so searching through the total omnidirectional backprojection space is hard. Solution—Identify critical directions at which the backprojection changes. The total backprojection can be represented using a finite number of directions, one between each consecutive pair of critical directions.

22 22 Critical Directions Identifying critical directions by events. Goal d 1 (L-Left Touch) d 2 (L-Right Exit)

23 23 Events E-events: involve extension disks (landmark areas in current E(G)) I-Events: involve initial-region disks L-Events: involve intermediate goal disks (landmark areas that haven’t already been visited) Result in O(l 3 ) critical directions, where l is the number of landmark disks.

24 24 Summary of Planning Algorithm At each iteration… –Calculate critical directions for backprojection. –Compute directional backprojection between each consecutive pair of critical directions. –Compute new extension set of landmark areas intersecting the new goal. Complete algorithm takes O(sl 3 logl) time.

25 25 More Examples… (1) θ = 0.1 rad

26 26 More Examples… (2) θ = 0.2 rad

27 27 More Examples… (3) θ = 0.3 rad

28 28 Obstacles (1) Start Goal The start area no longer intersects the backprojection of the goal area!

29 29 Obstacles (2) Changes the backprojection Add O-events –O-Left-Touch –O-Right-Exit –… Complexity remains O(sl 3 logl)

30 30 Obstacles (3) θ = 0.1 rad

31 31 Extensions Geometry –With small adaptations, extends to polygonal landmark areas and obstacles. (Can also add compliant motion.) Type of Landmarks –Some uncertainty inside landmarks is ok –Regions that enable reliable navigation to certain other regions (wall and a corner)

32 32 Summary Use backchaining of omnidirectional backprojections to create a plan with guaranteed success despite uncertainty in control and sensing. Assume that landmark areas exist where control and sensing are perfect. Resulting planning algorithm takes polynomial time.

33 33 Problems Relies on the existence of recognizable landmarks. –Engineering the environment. Conic model of uncertainty may not be realistic. How does GPS change the situation?


Download ppt "1 Landmark-Based Robot Navigation A. Lazanas, J.-C. Latombe Presented by Tim Bretl."

Similar presentations


Ads by Google