Predictable Trajectory Planning of Industrial Robots with Constraints
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Lazy Theta*: Any-Angle Path Planning and Path Length Analysis in 3D
Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence (AAAI-10) Lazy Theta*: Any-Angle Path Planning and Path Length Analysis in 3D Alex Nash∗ and Sven Koenig Craig Tovey Computer Science Department School of Industrial and Systems Engineering University of Southern California Georgia Institute of Technology Los Angeles, CA 90089-0781, USA Atlanta, GA 30332-0205, USA fanash,[email protected] [email protected] Abstract Grids with blocked and unblocked cells are often used to rep- resent continuous 2D and 3D environments in robotics and video games. The shortest paths formed by the edges of 8- neighbor 2D grids can be up to ≈ 8% longer than the short- est paths in the continuous environment. Theta* typically finds much shorter paths than that by propagating informa- tion along graph edges (to achieve short runtimes) without constraining paths to be formed by graph edges (to find short “any-angle” paths). We show in this paper that the short- Figure 1: NavMesh: Shortest Path Formed by Graph Edges est paths formed by the edges of 26-neighbor 3D grids can (left) vs. Truly Shortest Path (right), adapted from (Patel be ≈ 13% longer than the shortest paths in the continuous 2000) environment, which highlights the need for smart path plan- ning algorithms in 3D. Theta* can be applied to 3D grids in a straight-forward manner, but it performs a line-of-sight (square grids), hexagons or triangles; regular 3D grids com- check for each unexpanded visible neighbor of each expanded posed of cubes (cubic grids); visibility graphs; waypoint vertex and thus it performs many more line-of-sight checks graphs; circle based waypoint graphs; space filling volumes; per expanded vertex on a 26-neighbor 3D grid than on an navigation meshes (NavMeshes, tessellations of the contin- 8-neighbor 2D grid. -
Automated Motion Planning for Robotic Assembly of Discrete Architectural Structures by Yijiang Huang B.S
Automated Motion Planning for Robotic Assembly of Discrete Architectural Structures by Yijiang Huang B.S. Mathematics, University of Science and Technology of China (2016) Submitted to the Department of Architecture in partial fulfillment of the requirements for the degree of Master of Science in Building Technology at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY June 2018 ©Yijiang Huang, 2018. All rights reserved. The author hereby grants to MIT permission to reproduce and to distribute publicly paper and electronic copies of this thesis document in whole or in part in any medium now known or hereafter created. Author................................................................ Department of Architecture May 24, 2018 Certified by. Caitlin T. Mueller Associate Professor of Architecture and Civil and Environmental Engineering Thesis Supervisor Accepted by........................................................... Sheila Kennedy Professor of Architecture, Chair of the Department Committee on Graduate Students 2 Automated Motion Planning for Robotic Assembly of Discrete Architectural Structures by Yijiang Huang Submitted to the Department of Architecture on May 24, 2018, in partial fulfillment of the requirements for the degree of Master of Science in Building Technology Abstract Architectural robotics has proven a promising technique for assembling non-standard configurations of building components at the scale of the built environment, com- plementing the earlier revolution in generative digital design. However, despite the advantages -
The Celestial Mechanics of Newton
GENERAL I ARTICLE The Celestial Mechanics of Newton Dipankar Bhattacharya Newton's law of universal gravitation laid the physical foundation of celestial mechanics. This article reviews the steps towards the law of gravi tation, and highlights some applications to celes tial mechanics found in Newton's Principia. 1. Introduction Newton's Principia consists of three books; the third Dipankar Bhattacharya is at the Astrophysics Group dealing with the The System of the World puts forth of the Raman Research Newton's views on celestial mechanics. This third book Institute. His research is indeed the heart of Newton's "natural philosophy" interests cover all types of which draws heavily on the mathematical results derived cosmic explosions and in the first two books. Here he systematises his math their remnants. ematical findings and confronts them against a variety of observed phenomena culminating in a powerful and compelling development of the universal law of gravita tion. Newton lived in an era of exciting developments in Nat ural Philosophy. Some three decades before his birth J 0- hannes Kepler had announced his first two laws of plan etary motion (AD 1609), to be followed by the third law after a decade (AD 1619). These were empirical laws derived from accurate astronomical observations, and stirred the imagination of philosophers regarding their underlying cause. Mechanics of terrestrial bodies was also being developed around this time. Galileo's experiments were conducted in the early 17th century leading to the discovery of the Keywords laws of free fall and projectile motion. Galileo's Dialogue Celestial mechanics, astronomy, about the system of the world was published in 1632. -
Curriculum Overview Physics/Pre-AP 2018-2019 1St Nine Weeks
Curriculum Overview Physics/Pre-AP 2018-2019 1st Nine Weeks RESOURCES: Essential Physics (Ergopedia – online book) Physics Classroom http://www.physicsclassroom.com/ PHET Simulations https://phet.colorado.edu/ ONGOING TEKS: 1A, 1B, 2A, 2B, 2C, 2D, 2F, 2G, 2H, 2I, 2J,3E 1) SAFETY TEKS 1A, 1B Vocabulary Fume hood, fire blanket, fire extinguisher, goggle sanitizer, eye wash, safety shower, impact goggles, chemical safety goggles, fire exit, electrical safety cut off, apron, broken glass container, disposal alert, biological hazard, open flame alert, thermal safety, sharp object safety, fume safety, electrical safety, plant safety, animal safety, radioactive safety, clothing protection safety, fire safety, explosion safety, eye safety, poison safety, chemical safety Key Concepts The student will be able to determine if a situation in the physics lab is a safe practice and what appropriate safety equipment and safety warning signs may be needed in a physics lab. The student will be able to determine the proper disposal or recycling of materials in the physics lab. Essential Questions 1. How are safe practices in school, home or job applied? 2. What are the consequences for not using safety equipment or following safe practices? 2) SCIENCE OF PHYSICS: Glossary, Pages 35, 39 TEKS 2B, 2C Vocabulary Matter, energy, hypothesis, theory, objectivity, reproducibility, experiment, qualitative, quantitative, engineering, technology, science, pseudo-science, non-science Key Concepts The student will know that scientific hypotheses are tentative and testable statements that must be capable of being supported or not supported by observational evidence. The student will know that scientific theories are based on natural and physical phenomena and are capable of being tested by multiple independent researchers. -
A Heuristic Search Based Algorithm for Motion Planning with Temporal Goals
T* : A Heuristic Search Based Algorithm for Motion Planning with Temporal Goals Danish Khalidi1, Dhaval Gujarathi2 and Indranil Saha3 Abstract— Motion planning is one of the core problems to A number of algorithms exist for solving Linear Temporal solve for developing any application involving an autonomous logic (LTL) motion planning problems in different settings. mobile robot. The fundamental motion planning problem in- For an exhaustive review on this topics, the readers are volves generating a trajectory for a robot for point-to-point navigation while avoiding obstacles. Heuristic-based search directed to the survey by Plaku and Karaman [18]. In case of algorithms like A* have been shown to be efficient in solving robots with continuous state space, we resort to algorithms such planning problems. Recently, there has been an increased that do not focus on optimality of the path, rather they focus interest in specifying complex motion plans using temporal on reducing the computation time to find a path. For example, logic. In the state-of-the-art algorithm, the temporal logic sampling based LTL motion planning algorithms compute a motion planning problem is reduced to a graph search problem and Dijkstra’s shortest path algorithm is used to compute the trajectory in continuous state space efficiently, but without optimal trajectory satisfying the specification. any guarantee on optimality (e.g [19], [20], [21]). On the The A* algorithm when used with an appropriate heuristic other hand, the LTL motion planning problem where the for the distance from the destination can generate an optimal dynamics of the robot is given in the form of a discrete transi- path in a graph more efficiently than Dijkstra’s shortest path tion system can be solved to find an optimal trajectory for the algorithm. -
Robot Motion Planning in Dynamic, Uncertain Environments Noel E
1 Robot Motion Planning in Dynamic, Uncertain Environments Noel E. Du Toit, Member, IEEE, and Joel W. Burdick, Member, IEEE, Abstract—This paper presents a strategy for planning robot Previously proposed motion planning frameworks handle motions in dynamic, uncertain environments (DUEs). Successful only specific subsets of the DUE problem. Classical motion and efficient robot operation in such environments requires planning algorithms [4] mostly ignore uncertainty when plan- reasoning about the future evolution and uncertainties of the states of the moving agents and obstacles. A novel procedure ning. When the future locations of moving agents are known, to account for future information gathering (and the quality of the two common approaches are to add a time-dimension that information) in the planning process is presented. To ap- to the configuration space, or to separate the spatial and proximately solve the Stochastic Dynamic Programming problem temporal planning problems [4]. When the future locations are associated with DUE planning, we present a Partially Closed-loop unknown, the planning problem is solved locally [5]–[7] (via Receding Horizon Control algorithm whose solution integrates prediction, estimation, and planning while also accounting for reactive planners), or in conjunction with a global planner that chance constraints that arise from the uncertain locations of guides the robot towards a goal [4], [7]–[9]. The Probabilistic the robot and obstacles. Simulation results in simple static and Velocity Obstacle approach [10] extends the local planner to dynamic scenarios illustrate the benefit of the algorithm over uncertain environments, but it is not clear how the method can classical approaches. The approach is also applied to more com- be extended to capture more complicated agent behaviors (a plicated scenarios, including agents with complex, multimodal behaviors, basic robot-agent interaction, and agent information constant velocity agent model is used). -
Classical Particle Trajectories‡
1 Variational approach to a theory of CLASSICAL PARTICLE TRAJECTORIES ‡ Introduction. The problem central to the classical mechanics of a particle is usually construed to be to discover the function x(t) that describes—relative to an inertial Cartesian reference frame—the positions assumed by the particle at successive times t. This is the problem addressed by Newton, according to whom our analytical task is to discover the solution of the differential equation d2x(t) m = F (x(t)) dt2 that conforms to prescribed initial data x(0) = x0, x˙ (0) = v0. Here I explore an alternative approach to the same physical problem, which we cleave into two parts: we look first for the trajectory traced by the particle, and then—as a separate exercise—for its rate of progress along that trajectory. The discussion will cast new light on (among other things) an important but frequently misinterpreted variational principle, and upon a curious relationship between the “motion of particles” and the “motion of photons”—the one being, when you think about it, hardly more abstract than the other. ‡ The following material is based upon notes from a Reed College Physics Seminar “Geometrical Mechanics: Remarks commemorative of Heinrich Hertz” that was presented February . 2 Classical trajectories 1. “Transit time” in 1-dimensional mechanics. To describe (relative to an inertial frame) the 1-dimensional motion of a mass point m we were taught by Newton to write mx¨ = F (x) − d If F (x) is “conservative” F (x)= dx U(x) (which in the 1-dimensional case is automatic) then, by a familiar line of argument, ≡ 1 2 ˙ E 2 mx˙ + U(x) is conserved: E =0 Therefore the speed of the particle when at x can be described 2 − v(x)= m E U(x) (1) and is determined (see the Figure 1) by the “local depth E − U(x) of the potential lake.” Several useful conclusions are immediate. -
Sampling-Based Methods for Motion Planning with Constraints
Accepted for publication in Annual Review of Control, Robotics, and Autonomous Systems, 2018 http://www.annualreviews.org/journal/control Sampling-Based Methods for Motion Planning with Constraints Zachary Kingston,1 Mark Moll,1 and Lydia E. Kavraki1 1 Department of Computer Science, Rice University, Houston, Texas, ; email: {zak, mmoll, kavraki}@rice.edu Xxxx. Xxx. Xxx. Xxx. YYYY. AA:– Keywords https://doi.org/./((please add article robotics, robot motion planning, sampling-based planning, doi)) constraints, planning with constraints, planning for Copyright © YYYY by Annual Reviews. high-dimensional robotic systems All rights reserved Abstract Robots with many degrees of freedom (e.g., humanoid robots and mobile manipulators) have increasingly been employed to ac- complish realistic tasks in domains such as disaster relief, space- craft logistics, and home caretaking. Finding feasible motions for these robots autonomously is essential for their operation. Sampling-based motion planning algorithms have been shown to be effective for these high-dimensional systems. However, incor- porating task constraints (e.g., keeping a cup level, writing on a board) into the planning process introduces significant challenges. This survey describes the families of methods for sampling-based planning with constraints and places them on a spectrum delin- eated by their complexity. Constrained sampling-based meth- ods are based upon two core primitive operations: () sampling constraint-satisfying configurations and () generating constraint- satisfying continuous motion. Although the basics of sampling- based planning are presented for contextual background, the sur- vey focuses on the representation of constraints and sampling- based planners that incorporate constraints. Contents 1. INTRODUCTION......................................................................................... 2 2. MOTION PLANNING AND CONSTRAINTS............................................................ 5 2.1. -
Failure of Engineering Artifacts: a Life Cycle Approach
Sci Eng Ethics DOI 10.1007/s11948-012-9360-0 ORIGINAL PAPER Failure of Engineering Artifacts: A Life Cycle Approach Luca Del Frate Received: 30 August 2011 / Accepted: 13 February 2012 Ó The Author(s) 2012. This article is published with open access at Springerlink.com Abstract Failure is a central notion both in ethics of engineering and in engi- neering practice. Engineers devote considerable resources to assure their products will not fail and considerable progress has been made in the development of tools and methods for understanding and avoiding failure. Engineering ethics, on the other hand, is concerned with the moral and social aspects related to the causes and consequences of technological failures. But what is meant by failure, and what does it mean that a failure has occurred? The subject of this paper is how engineers use and define this notion. Although a traditional definition of failure can be identified that is shared by a large part of the engineering community, the literature shows that engineers are willing to consider as failures also events and circumstance that are at odds with this traditional definition. These cases violate one or more of three assumptions made by the traditional approach to failure. An alternative approach, inspired by the notion of product life cycle, is proposed which dispenses with these assumptions. Besides being able to address the traditional cases of failure, it can deal successfully with the problematic cases. The adoption of a life cycle perspective allows the introduction of a clearer notion of failure and allows a classification of failure phenomena that takes into account the roles of stakeholders involved in the various stages of a product life cycle. -
An Extended Trajectory Mechanics Approach for Calculating 10.1002/2017WR021360 the Path of a Pressure Transient: Derivation and Illustration
Water Resources Research RESEARCH ARTICLE An Extended Trajectory Mechanics Approach for Calculating 10.1002/2017WR021360 the Path of a Pressure Transient: Derivation and Illustration Key Points: D. W. Vasco1 The technique described in this paper is useful for visualization and 1Lawrence Berkeley National Laboratory, University of California, Berkeley, Berkeley, CA, USA efficient inversion The trajectory-based approach is valid for an arbitrary porous medium Abstract Following an approach used in quantum dynamics, an exponential representation of the hydraulic head transforms the diffusion equation governing pressure propagation into an equivalent set of Correspondence to: ordinary differential equations. Using a reservoir simulator to determine one set of dependent variables D. W. Vasco, [email protected] leaves a reduced set of equations for the path of a pressure transient. Unlike the current approach for computing the path of a transient, based on a high-frequency asymptotic solution, the trajectories resulting Citation: from this new formulation are valid for arbitrary spatial variations in aquifer properties. For a medium Vasco, D. W. (2018). An extended containing interfaces and layers with sharp boundaries, the trajectory mechanics approach produces paths trajectory mechanics approach for that are compatible with travel time fields produced by a numerical simulator, while the asymptotic solution calculating the path of a pressure transient: Derivation and illustration. produces paths that bend too strongly into high permeability regions. The breakdown of the conventional Water Resources Research, 54. https:// asymptotic solution, due to the presence of sharp boundaries, has implications for model parameter doi.org/10.1002/2017WR021360 sensitivity calculations and the solution of the inverse problem. -
Celestial Mechanics Theory Meets the Nitty-Gritty of Trajectory Design
From SIAM News, Volume 37, Number 6, July/August 2004 Celestial Mechanics Theory Meets the Nitty-Gritty of Trajectory Design Capture Dynamics and Chaotic Motions in Celestial Mechanics: With Applications to the Construction of Low Energy Transfers. By Edward Belbruno, Princeton University Press, Princeton, New Jersey, 2004, xvii + 211 pages, $49.95. In January 1990, ISAS, Japan’s space research institute, launched a small spacecraft into low-earth orbit. There it separated into two even smaller craft, known as MUSES-A and MUSES-B. The plan was to send B into orbit around the moon, leaving its slightly larger twin A behind in earth orbit as a communications relay. When B malfunctioned, however, mission control wondered whether A might not be sent in its stead. It was less than obvious that this BOOK REVIEW could be done, since A was neither designed nor equipped for such a trip, and appeared to carry insufficient fuel. Yet the hope was that, by utilizing a trajectory more energy-efficient than the one By James Case planned for B, A might still reach the moon. Such a mission would have seemed impossible before 1986, the year Edward Belbruno discovered a class of surprisingly fuel-efficient earth–moon trajectories. When MUSES-B malfunctioned, Belbruno was ready and able to tailor such a trajectory to the needs of MUSES-A. This he did, in collaboration with J. Miller of the Jet Propulsion Laboratory, in June 1990. As a result, MUSES-A (renamed Hiten) left earth orbit on April 24, 1991, and settled into moon orbit on October 2 of that year. -
Glossary of Terms — Page 1 Air Gap: See Backflow Prevention Device
Glossary of Irrigation Terms Version 7/1/17 Edited by Eugene W. Rochester, CID Certification Consultant This document is in continuing development. You are encouraged to submit definitions along with their source to [email protected]. The terms in this glossary are presented in an effort to provide a foundation for common understanding in communications covering irrigation. The following provides additional information: • Items located within brackets, [ ], indicate the IA-preferred abbreviation or acronym for the term specified. • Items located within braces, { }, indicate quantitative IA-preferred units for the term specified. • General definitions of terms not used in mathematical equations are not flagged in any way. • Three dots (…) at the end of a definition indicate that the definition has been truncated. • Terms with strike-through are non-preferred usage. • References are provided for the convenience of the reader and do not infer original reference. Additional soil science terms may be found at www.soils.org/publications/soils-glossary#. A AC {hertz}: Abbreviation for alternating current. AC pipe: Asbestos-cement pipe was commonly used for buried pipelines. It combines strength with light weight and is immune to rust and corrosion. (James, 1988) (No longer made.) acceleration of gravity. See gravity (acceleration due to). acid precipitation: Atmospheric precipitation that is below pH 7 and is often composed of the hydrolyzed by-products from oxidized halogen, nitrogen, and sulfur substances. (Glossary of Soil Science Terms, 2013) acid soil: Soil with a pH value less than 7.0. (Glossary of Soil Science Terms, 2013) adhesion: Forces of attraction between unlike molecules, e.g. water and solid.