Sung-Eui Yoon ( 윤성의 )

Similar documents
Path Planning for Point Robots. NUS CS 5247 David Hsu

Spring 2010: Lecture 9. Ashutosh Saxena. Ashutosh Saxena

Motion Planning 2D. Corso di Robotica Prof. Davide Brugali Università degli Studi di Bergamo

Road Map Methods. Including material from Howie Choset / G.D. Hager S. Leonard

Path Planning. Jacky Baltes Dept. of Computer Science University of Manitoba 11/21/10

Computational Geometry csci3250. Laura Toma. Bowdoin College

Autonomous and Mobile Robotics Prof. Giuseppe Oriolo. Motion Planning 1 Retraction and Cell Decomposition

Visibility Graph. How does a Mobile Robot get from A to B?

MEV 442: Introduction to Robotics - Module 3 INTRODUCTION TO ROBOT PATH PLANNING

EE631 Cooperating Autonomous Mobile Robots

Motion Planning for a Point Robot (2/2) Point Robot on a Grid. Planning requires models. Point Robot on a Grid 1/18/2012.

Robot Motion Planning

ECE276B: Planning & Learning in Robotics Lecture 5: Configuration Space

Robotics Tasks. CS 188: Artificial Intelligence Spring Manipulator Robots. Mobile Robots. Degrees of Freedom. Sensors and Effectors

Path Planning. Marcello Restelli. Dipartimento di Elettronica e Informazione Politecnico di Milano tel:

Approximate path planning. Computational Geometry csci3250 Laura Toma Bowdoin College

Planning: Part 1 Classical Planning

Motion Planning. Howie CHoset

Geometric Path Planning McGill COMP 765 Oct 12 th, 2017

Lecture 11 Combinatorial Planning: In the Plane

Advanced Robotics Path Planning & Navigation

Autonomous Mobile Robots, Chapter 6 Planning and Navigation Where am I going? How do I get there? Localization. Cognition. Real World Environment

Local Search Methods. CS 188: Artificial Intelligence Fall Announcements. Hill Climbing. Hill Climbing Diagram. Today

Week Date Lecture (W: 3:05p-4:50, 7-222)

Probabilistic Methods for Kinodynamic Path Planning

Configuration Space of a Robot

Computational Geometry. Algorithm Design (10) Computational Geometry. Convex Hull. Areas in Computational Geometry

6.141: Robotics systems and science Lecture 10: Implementing Motion Planning

CS4733 Class Notes. 1 2-D Robot Motion Planning Algorithm Using Grown Obstacles

Lesson 1 Introduction to Path Planning Graph Searches: BFS and DFS

Announcements. CS 188: Artificial Intelligence Fall Robot motion planning! Today. Robotics Tasks. Mobile Robots

CS 188: Artificial Intelligence Fall Announcements

Lecture 3: Motion Planning 2

6.141: Robotics systems and science Lecture 10: Motion Planning III

Roadmaps. Vertex Visibility Graph. Reduced visibility graph, i.e., not including segments that extend into obstacles on either side.

MEM380 Applied Autonomous Robots Fall Depth First Search A* and Dijkstra s Algorithm

Motion Planning, Part III Graph Search, Part I. Howie Choset

Manipula0on Algorithms Mo0on Planning. Mo#on Planning I. Katharina Muelling (NREC, Carnegie Mellon University) 1

Planning in Mobile Robotics

CS Path Planning

Unit 5: Part 1 Planning

CMU-Q Lecture 4: Path Planning. Teacher: Gianni A. Di Caro

Introduction to Information Science and Technology (IST) Part IV: Intelligent Machines and Robotics Planning

Lecture 3: Motion Planning (cont.)

Visual Navigation for Flying Robots. Motion Planning

Motion Planning, Part IV Graph Search Part II. Howie Choset

Robotic Motion Planning: Review C-Space and Start Potential Functions

Class Overview. Introduction to Artificial Intelligence COMP 3501 / COMP Lecture 2. Problem Solving Agents. Problem Solving Agents: Assumptions

Trajectory Optimization

Geometric Path Planning for General Robot Manipulators

Class Overview. Introduction to Artificial Intelligence COMP 3501 / COMP Lecture 2: Search. Problem Solving Agents

Motion Planning. O Rourke, Chapter 8

Assignment 1 is out! Due: 9 Sep 23:59! Can work in a group of 2-3 students.! NO cheating!!!! Submit in turnitin! Code + report!

Discrete Motion Planning

CS 4649/7649 Robot Intelligence: Planning

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 24 Solid Modelling

Can work in a group of at most 3 students.! Can work individually! If you work in a group of 2 or 3 students,!

A Reduced-Order Analytical Solution to Mobile Robot Trajectory Generation in the Presence of Moving Obstacles

Introduction to Robotics

Advanced Robotics Path Planning & Navigation

Potential Function. Homework #3. Part I: Star Algorithm

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute

Minkowski Sums. Dinesh Manocha Gokul Varadhan. UNC Chapel Hill. NUS CS 5247 David Hsu

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute

Robot Motion Planning and (a little) Computational Geometry

Sampling-based Planning 2

Discrete search algorithms

6.141: Robotics systems and science Lecture 9: Configuration Space and Motion Planning

Roadmap-Based Path Planning

SPATIAL GUIDANCE TO RRT PLANNER USING CELL-DECOMPOSITION ALGORITHM

Roadmap Methods vs. Cell Decomposition in Robot Motion Planning

Introduction to State-of-the-art Motion Planning Algorithms. Presented by Konstantinos Tsianos

Robot motion planning using exact cell decomposition and potential field methods

Computer Game Programming Basic Path Finding

Lecture 3: Art Gallery Problems and Polygon Triangulation

MOBILE ROBOTS NAVIGATION, MAPPING & LOCALIZATION: PART I

6.141: Robotics systems and science Lecture 9: Configuration Space and Motion Planning

Motion Planning. Howie CHoset

Spatial Data Structures

References. Additional lecture notes for 2/18/02.

Human-Oriented Robotics. Robot Motion Planning. Kai Arras Social Robotics Lab, University of Freiburg

Template Matching Rigid Motion. Find transformation to align two images. Focus on geometric features

Robot Motion Planning

Mobile Robot Path Planning in Static Environments using Particle Swarm Optimization

CS380: Computer Graphics Introduction. Sung-Eui Yoon ( 윤성의 ) Course URL:

Collision Detection. Jane Li Assistant Professor Mechanical Engineering & Robotics Engineering

Path-Planning for Multiple Generic-Shaped Mobile Robots with MCA

Algorithms for Sensor-Based Robotics: Sampling-Based Motion Planning

Template Matching Rigid Motion

Path Planning. Ioannis Rekleitis

Humanoid Robotics. Path Planning and Walking. Maren Bennewitz

CMSC 425: Lecture 9 Geometric Data Structures for Games: Geometric Graphs Thursday, Feb 21, 2013

Collision and Proximity Queries

Robotic Motion Planning: Cell Decompositions (with some discussion on coverage and pursuer/evader)

for Motion Planning RSS Lecture 10 Prof. Seth Teller

Introduction to Mobile Robotics Path and Motion Planning. Wolfram Burgard, Cyrill Stachniss, Maren Bennewitz, Diego Tipaldi, Luciano Spinello

Mobile Robots: An Introduction.

Robot Motion Control Matteo Matteucci

3D Modeling: Surfaces

CHAPTER SIX. the RRM creates small covering roadmaps for all tested environments.

Transcription:

Path Planning for Point Robots Sung-Eui Yoon ( 윤성의 ) Course URL: http://sglab.kaist.ac.kr/~sungeui/mpa

Class Objectives Motion planning framework Classic motion planning approaches 2

3 Configuration Space: Tool to Map a Robot to a Point

4 Courtesy of Prof. David Hsu

Problem free space s free path g 5

Problem semi-free path 6

Types of Path Constraints Local constraints: lie in free space Differential constraints: have bounded curvature Global constraints: have minimal length 7

Motion-Planning Framework Continuous representation (configuration space formulation) Discretization (random sampling, processing critical geometric events) Graph searching (blind, best-first, A*) 8

9

Visibility Graph g s 10 A visibility graph is a graph such that Nodes: s, g, or obstacle vertices Edges: An edge exists between nodes u and v if the line segment between u and v is an obstacle edges or it does not intersect the obstacles

Visibility Graph g s A visibility graph Introduced in the late 60s Can produce shortest paths in 2-D configuration spaces 11

Simple Algorithm Input: s, q, polygonal obstacles Output: visibility graph G 12 1: for every pair of nodes u, v 2: if segment (u, v) is an obstacle edge then 3: insert edge (u, v) into G; 4: else 5: for every obstacle edge e 6: if segment (u, v) intersects e 7: go to (1); 8: insert edge (u, v) into G; 9: Search a path with G using A*

Computation Efficiency 1: for every pair of nodes u, v O(n 2 ) 2: if segment (u, v) is an obstacle edge then O(n) 3: insert edge (u, v) into G; 4: else 5: for every obstacle edge e O(n) 6: if segment (u, v) intersects e 7: go to (1); 8: insert edge (u, v) into G; 13 Simple algorithm: O(n 3 )time More efficient algorithms Rotational sweep O(n 2 log n) time, etc. O(n 2 ) space

Motion-Planning Framework Continuous representation (configuration space formulation) Discretization (random sampling, processing critical geometric events) Graph searching (blind, best-first, A*) 14

Graph Search Algorithms Breadth, depth-first, best-first Dijkstra s algorithm A* 15

16

17

18

19

Dijkstra s Shortest Path Algorithm Given a (non-negative) weighted graph, two vertices, s and g: Find a path of minimum total weight between them Also, find minimum paths to other vertices Has O ( V lg V + E ) 20

Dijkstra s Shortest Path Algorithm A set S Contains vertices whose final shortest-path cost has been determined DIJKSTRA (G, s) 1. Initialize-Single-Source (G, s) 2. S empty 3. Queue Vertices of G 4. While Queue is not empty 5. Do u min-cost from Queue 6. S union of S and {u} 7. for each vertex v in Adj [u] 8. do RELAX (u, v) 21

Dijkstra s Shortest Path Algorithm Compute optimal cost-to-come to come at each iteration 22 Black vertices are in the set. White vertices are in the queue. Shaded one is chosen for relaxation.

A* Search Algorithm An extension of Dijkstra s algorithm based on a heuristic estimate Conservatively estimate the cost-to-go from a vertex to the goal The estimate should not be greater than the optimal cost-to-go Sort vertices based on cost-to-come + the estimated t cost-to-go t free space Can find optimal solutions with fewer steps s 23 g

Best-First Search Pick a next node based on an estimate of the optimal cost-to-go cost Greedily finds solutions that look good Solutions may not be optimal Can find solutions quite fast, but can be also very slow 24

25

Computational Efficiency Running time O(n 3 ) Compute the visibility graph Search the graph Space O(n 2 ) Can we do better? 26

Classic Path Planning Approaches Roadmap Represent the connectivity of the free space by a network of 1-D curves Cell decomposition Decompose the free space into simple cells and represent the connectivity of the free space by the adjacency graph of these cells Potential field Define a function over the free space that has a global minimum at the goal configuration and follow its steepest descent 27

Classic Path Planning Approaches Roadmap Represent the connectivity of the free space by a network of 1-D curves Cell decomposition Decompose the free space into simple cells and represent the connectivity of the free space by the adjacency graph of these cells Potential field Define a function over the free space that has a global minimum at the goal configuration and follow its steepest descent 28

Roadmap Methods Visibility Graph Shakey project, SRI [Nilsson 69] Voronoi diagram Introduced by computational geometry researchers Generate paths that maximize clearance O(n log n) time and O(n) space 29

Other Roadmap Methods Visibility graph Voronoi diagram Silhouette First complete general method that applies to spaces of any dimension and is singly exponential in # of dimensions [Canny, 87] Probabilistic roadmaps 30

Classic Path Planning Approaches Roadmap Represent the connectivity of the free space by a network of 1-D curves Cell decomposition Decompose the free space into simple cells and represent the connectivity of the free space by the adjacency graph of these cells Potential field Define a function over the free space that has a global minimum at the goal configuration and follow its steepest descent 31

Cell-Decomposition Methods Two classes of methods: Exact and approximate cell decompositions Exact cell decomposition The free space F is represented by a collection of non-overlapping overlapping cells whose union is exactly F Example: trapezoidal decomposition 32

33 Trapezoidal Decomposition

34 Trapezoidal Decomposition

Trapezoidal Decomposition Adjacency graph 35

36 Trapezoidal Decomposition

Trapezoidal Decomposition 37 critical events criticality-based decomposition

Trapezoidal Decomposition Planar sweep O(n log n) time, O(n) space 38

Cell-Decomposition Methods Two classes of methods: Exact and approximate cell decompositions Approximate cell decomposition The free space F is represented by a collection of non-overlapping overlapping cells whose union is contained in F Cells usually have simple, regular shapes (e.g., rectangles and squares) Facilitates hierarchical space decomposition 39

40

41

Sketch of Algorithm 1. Decompose the free space F into cells 2. Search for a sequence of mixed or free cells that connect that initial and goal positions 3. Further decompose the mixed 4. Repeat 2 and 3 until a sequence of free cells is found 42

Classic Path Planning Approaches Roadmap Represent the connectivity of the free space by a network of 1-D curves Cell decomposition Decompose the free space into simple cells and represent the connectivity of the free space by the adjacency graph of these cells Potential field Define a function over the free space that has a global minimum at the goal configuration and follow its steepest descent 43

Potential Field Methods Initially proposed for real-time collision avoidance [Khatib, 86] Hundreds of papers p published on it Goal F Goal k p( x x ) Goal G 44 1 1 1 if, 2 0 x 0 if 0 0 F Obstacle Goal Force Motion Robot Obstacle Fo orce

Potential Field A scalar function over the free space To navigate the robot applies a force proportional to the negated gradient of the potential field A navigation function is an ideal potential field that Has global minimum at the goal Has no local minima Grows to infinity near obstacles Is smooth 45

46 Attractive and Repulsive fields

Local Minima What can we do? Escape from local minima by taking random walks Build an ideal potential field that does not have local l minima i 47

Sketch of Algorithm Place a regular grid G over the configuration space Compute the potential field over G Search G using a best-first algorithm with potential field as the heuristic function 48

Question Can such an ideal potential field be constructed efficiently in general? 49

Completeness A complete motion planner always returns a solution when one exists and indicates that no such solution exists otherwise Is the visibility algorithm complete? Yes How about the exact cell decomposition algorithm and the potential field algorithm? 50

Class Objectives were: Motion planning framework Classic motion planning approaches 51

Homework for Every Class Go over the next lecture slides Come up with one question on what we have discussed today and submit at the beginning of the next class 0 for no questions 2 for typical questions 3 for questions with thoughts 4 for questions that surprised me 52

Homework Install Open Motion Planning Library (OMPL) Create a scene and a robot Find a collision-free path and visualize the path 53

Homework Deadline: 11:59pm, Sep.-27 (Tue.) Delivery: send an email to TA (bluekdct@gmail.com) com) that contains: An image that shows a scene with a robot, with acomputedpath path 54

Conf. Deadline ICRA Sep., 2011 IROS Mar., 2012 55

Next Time. Configuration spaces 56