Design and Implementation of a Graphic Simulator for Calculating the Inverse Kinematics of a Redundant Planar Manipulator Robot

Total Page:16

File Type:pdf, Size:1020Kb

Design and Implementation of a Graphic Simulator for Calculating the Inverse Kinematics of a Redundant Planar Manipulator Robot applied sciences Article Design and Implementation of a Graphic Simulator for Calculating the Inverse Kinematics of a Redundant Planar Manipulator Robot Claudio Urrea * and Daniel Saa Department of Electrical Engineering, Universidad de Santiago de Chile, Av. Ecuador 3519, Estación Central, Santiago 9170124, Chile; [email protected] * Correspondence: [email protected]; Tel.: +56-2-27180324 Received: 2 August 2020; Accepted: 24 September 2020; Published: 27 September 2020 Abstract: In this paper, a graphics simulator that allows for characterizing the kinematic and dynamic behavior of redundant planar manipulator robots is presented. This graphics simulator is implemented using the Solidworks software and the SimMechanics Toolbox of MATLAB/Simulink. To calculate the inverse kinematics of this type of robot, an algorithm based on the probabilistic method called Simulated Annealing is proposed. By means of this method, it is possible to obtain, among many possibilities, the best solution for inverse kinematics. Without losing generality, the performance of metaheuristic algorithm is tested in a 6-DoF (Degrees of Freedom) virtual robot. The Cartesian coordinates (x,y) of the end effector of the robot under study can be accessed through a graphic interface, thereby automatically calculating its inverse kinematics, and yielding the solution set with the position adopted by each joint for each coordinate entered. Dynamic equations are obtained from the Lagrange–Euler formulation. To generate the joint trajectories, an interpolation method with a third order polynomial is used. The effectiveness of the developed methodologies is verified through computational simulations of a virtual robot. Keywords: simulation; redundant manipulator robots; kinematics; dynamics; simulated annealing; solidworks 1. Introduction Nowadays, the use of manipulator robots is widely extended in the industry because these robots carry out tasks that pose risks to humans, improve the quality of the products manufactured, and increase productivity. Nevertheless, robotics is not limited to the industry, but has also expanded to other fields such as medicine (robotic implants or remote surgical intervention systems), agriculture (sheep shearing or pork cutting), space (planetary surface exploration), and geological and military research, among others [1–3]. Manipulator robots can be classified into serial and parallel based on their structure. The links of a serial manipulator are normally assembled together by means of rotational or prismatic joints that form an open kinematic chain whose structure is similar to a human arm. This configuration allows for assembling a clamp or any other tools that can be moved to any position within the robot’s workspace [4]. The industrial robots available in the global markets are not redundant, but they do have the degrees of freedom necessary for performing the tasks for which they were designed [5]. However, if a failure occurs in the actuator of an industrial robot, without a safety backup, its respective joint blocks, and the robot losses the mobility of that joint. This may lead to situations that imply risks to the operators, difficulties for the users, interruption of the mining or industrial process, and economic losses, among other consequences [6]. Therefore, interest has arisen in the study of the behavior of Appl. Sci. 2020, 10, 6770; doi:10.3390/app10196770 www.mdpi.com/journal/applsci Appl. Sci. 2020, 10, 6770 2 of 18 redundant manipulator robots, owing to a design that gives them more degrees of freedom than necessary for performing a specific task [7]. In general, the kinematic and dynamic study of robotic systems can be conducted in a didactic way, using graphic simulators. The kinematic problem can be solved through the Geometric Method, but, in practice, this method is not widely used because of the complexity of applying it to redundant manipulator robots, which has led to the development of several alternative methods. Kinematics is divided into direct and inverse kinematics (IK) that can be derived based on the standard Denavit-Hartenberg (D-H) model, which describes the geometry of the robot. Besides the almost universally used the D-H parameters [8–11], other methods such Algebra and Lie Groups are also useful to obtain the kinematics of the system [12]. The inverse kinematics chain of redundant manipulator robots is much more difficult to obtain. Its solution is fundamental to deal with problems such as route planning, visually guided movement, grabbing objects, etc. [13]. Currently, the conventional methods for solving inverse kinematics are divided into two categories: analytical (geometric-algebraic) and numerical (iterative algorithms) [14]. Some recent articles show that analytical solutions have only been found for some specific structures of redundant manipulator robots. For instance, Qian et al. [15] present a close loop intuitive solution for a space manipulator robot with 7-DoF and a PYR-P-PYR (Pitch-Yaw-Roll) structured based on the blockage of the first joint P. Teja and Shah [16] present the Inverse Coordinates Method for a special S-RRR (Spherical-Rotary) configuration, which is based on the inversion of the base and the end effector of the manipulator robot. Additionally, Zhao et al. [17] employ analytical, geometric and algebraic methods for a 6R industrial robot, which are combined with the Paden–Kahan subproblem and the matrix theory. Furthermore, since there are no possible analytical solutions for the inverse kinematics of some robots, some methods are now under discussion, for example, the Iterative Method, which is based on numerical methods [18]. Huang and Nie [19] present a numerical solution, which is achieved through the application of the Sequential Recovery Method to a robot with and RPY (Roll-Pitch-Yaw) configuration based on the modification of the Newton-Raphson Method. Another alternative to obtain the inverse kinematics is using the JT transpose or the J−1 inverse of the Jacobian matrix [20]. The usefulness of the JT Jacobian is demonstrated by Besset and Taylor [21]. In addition, Farzan and DeSouza [22] show a solution based on estimates of the inverse Jacobian matrix. Recently, as some traditional methods have become obsolete for some manipulator robots, researchers have started the development or artificial intelligence techniques for calculating inverse kinematics. Among these techniques or meta-heuristic algorithms, artificial neural networks (ANNs), genetic algorithms (GAs), particle swarm optimization (PSO), artificial bee colony (ABC), differential evolution (DE) and simulated annealing (SA) stand out. Köker and Cakar [23] propose a hybrid smart solution for IK, which includes ANN, GA and SA and is applied to a 4-DoF robot. The weak point of this study is that optimization processes based on SA have a prolonged execution time due to the difficulties to select suitable cooling parameters. López et al. [24] present different meta-heuristic algorithms to solve the inverse kinematics of a KUKA Youbot mobile robot with 9-DoF. From simulations and real experimental results, it is demonstrated the superiority of the DE algorithm over other algorithms due to its computational cost, reduced joint movement and minimum error between the end effector and the target point. Additionally, López et al. [24] demonstrate that the hybrid biogeography-based optimization (HBBO) approach generates good results but with high computational costs. In contrast, cuckoo search (CS) and PSO report poor results and are not suggested as methods for obtaining inverse kinematics. The flaw of this study regarding the DE algorithm, is the number of iterations used, which slows down the search for a solution. Dereli and Köker [25] compare the position error and calculation time of two heuristic techniques called PSO and ABC. The simulations show that both algorithms successfully find the angles of the joints of a redundant manipulator robot with 7-DoF. Despite its good performance, the long steps of the search process and the excess of parameters are considered the disadvantages of this method. The algorithms above suffer a common problem: the time Appl. Sci. 2020, 10, 6770 3 of 18 consumed during the iteration process. In this regard, Zhou et al. [26] propose a smart algorithm based on extreme machine learning (ELM) and sequential mutation genetic algorithm (SGA) to improve the efficiency of the Standford MT-ARM manipulator robot of 6-DoF. Nevertheless, this last study sacrificed the accuracy of the preliminary solution of inverse kinematics. Currently, several researchers have implemented simulation systems them in robots [24,26,27] because they allow for manipulating and testing the control system of automated robot within a virtual environment. For example, Kereluk and Emani [28] present an integrated design and simulation environment that offers control over the hardware of a reconfigurable manipulator robot with 18-DoF denominated MARS. In this environment, the user can select or design the configuration of the manipulator robot, simulate its operation in a virtual reality environment and operate the physical manipulator robot. The simulation results have proved to be very similar to experimental results. López et al. [24] developed a simulator on MATLAB software to test the performance of different meta-heuristic algorithms for solving the inverse kinematics of manipulator robots. Zhou et al. [26] also used it to analyze, specifically, time efficiency during the training stage of NNs and ELM, as well
Recommended publications
  • Improved Design of a Three-Degree of Freedom Hip Exoskeleton Based on Biomimetic Parallel Structure
    Improved Design of a Three-degree of Freedom Hip Exoskeleton Based on Biomimetic Parallel Structure by Min Pan A Thesis Submitted in Partial Fulfillment of the requirements for the Degree of Master of Applied Science in The Faculty of Engineering and Applied Science Mechanical Engineering Program University of Ontario Institute of Technology July, 2011 © Min Pan, 2011 Abstract The external skeletons, Exoskeletons, are not a new research area in this highly developed world. They are widely used in helping the wearer to enhance human strength, endurance, and speed while walking with them. Most exoskeletons are designed for the whole body and are powered due to their applications and high performance needs. This thesis introduces a novel design of a three-degree of freedom parallel robotic structured hip exoskeleton, which is quite different from these existing exoskeletons. An exoskeleton unit for walking typically is designed as a serial mechanism which is used for the entire leg or entire body. This thesis presents a design as a partial manipulator which is only for the hip. This has better advantages when it comes to marketing the product, these include: light weight, easy to wear, and low cost. Furthermore, most exoskeletons are designed for lower body are serial manipulators, which have large workspace because of their own volume and occupied space. This design introduced in this thesis is a parallel mechanism, which is more stable, stronger and more accurate. These advantages benefit the wearers who choose this product. This thesis focused on the analysis of the structure of this design, and verifies if the design has a reasonable and reliable structure.
    [Show full text]
  • Robot Control for Remote Ophthalmology and Pediatric Physical Rehabilitation Melissa Morris Florida International University, [email protected]
    Florida International University FIU Digital Commons FIU Electronic Theses and Dissertations University Graduate School 4-21-2017 Robot Control for Remote Ophthalmology and Pediatric Physical Rehabilitation Melissa Morris Florida International University, [email protected] DOI: 10.25148/etd.FIDC001981 Follow this and additional works at: https://digitalcommons.fiu.edu/etd Part of the Acoustics, Dynamics, and Controls Commons, Biomechanical Engineering Commons, and the Electro-Mechanical Systems Commons Recommended Citation Morris, Melissa, "Robot Control for Remote Ophthalmology and Pediatric Physical Rehabilitation" (2017). FIU Electronic Theses and Dissertations. 3350. https://digitalcommons.fiu.edu/etd/3350 This work is brought to you for free and open access by the University Graduate School at FIU Digital Commons. It has been accepted for inclusion in FIU Electronic Theses and Dissertations by an authorized administrator of FIU Digital Commons. For more information, please contact [email protected]. FLORIDA INTERNATIONAL UNIVERSITY Miami, Florida ROBOT CONTROL FOR REMOTE OPHTHALMOLOGY AND PEDIATRIC PHYSICAL REHABILITATION A dissertation submitted in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY in MECHANICAL ENGINEERING by Melissa Morris 2017 To: Interim Dean Ranu Jung, College of Engineering and Computing This dissertation, written by Melissa Morris, and entitled Robot Control for Remote Ophthalmology and Pediatric Physical Rehabilitation, having been approved in respect to style and intellectual content, is referred to you for judgment. We have read this dissertation and recommend that it be approved. ______________________________ Benjamin Boesl ______________________________ Yiding Cao ______________________________ Leonard Elbaum ______________________________ Oren Masory ______________________________ Ibrahim Tansel ______________________________ Sabri Tosunoglu, Major Professor Date of Defense: April 21, 2017 The dissertation of Melissa Morris is approved.
    [Show full text]
  • Modeling, Simulation, and Vision-/MPC-Based Control of a Powercube Serial Robot
    applied sciences Article Modeling, Simulation, and Vision-/MPC-Based Control of a PowerCube Serial Robot Jörg Fehr * , Patrick Schmid , Georg Schneider and Peter Eberhard Institute of Engineering and Computational Mechanics, University of Stuttgart, Pfaffenwaldring 9, 70569 Stuttgart, Germany; [email protected] (P.S.); [email protected] (G.S.); [email protected] (P.E.) * Correspondence: [email protected] Received: 21 September 2020; Accepted: 12 October 2020; Published: 17 October 2020 Featured Application: The vision-based measurement of a robot’s pose investigated in this contribution is especially applicable for multi-link flexible robotic manipulators, where joint angles measured by encoders are not sufficient to describe the system’s state because of the elastic deformation of the links. The proposed MPC control scheme reveals advantages compared to common decentralized approaches concerning parameter tuning, constraint handling, and compensation of model uncertainties. Abstract: A model predictive control (MPC) scheme for a Schunk PowerCube robot is derived in a structured step-by-step procedure. Neweul-M2 provides the necessary nonlinear model in symbolical and numerical form. To handle the heavy online computational burden concerning the derived nonlinear model, a linear time-varying MPC scheme is developed based on linearizing the nonlinear system concerning the desired trajectory and the a priori known corresponding feed-forward controller. Camera-based systems allow sensing of the robot on the one hand and monitoring the environments on the other hand. Therefore, a vision-based MPC is realized to show the effects of vision-based control feedback on control performance.
    [Show full text]
  • Robot Control and Programming: Class Notes Dr
    NAVARRA UNIVERSITY UPPER ENGINEERING SCHOOL San Sebastian´ Robot Control and Programming: Class notes Dr. Emilio Jose´ Sanchez´ Tapia August, 2010 Servicio de Publicaciones de la Universidad de Navarra 987‐84‐8081‐293‐1 ii Viaje a ’Agra de Cimientos’ Era yo todav´ıa un estudiante de doctorado cuando cayo´ en mis manos una tesis de la cual me llamo´ especialmente la atencion´ su cap´ıtulo de agradecimientos. Bueno, realmente la tesis no contaba con un cap´ıtulo de ’agradecimientos’ sino mas´ bien con un cap´ıtulo alternativo titulado ’viaje a Agra de Cimientos’. En dicho capitulo, el ahora ya doctor redacto´ un pequeno˜ cuento epico´ inventado por el´ mismo. Esta pequena˜ historia relataba las aventuras de un caballero, al mas´ puro estilo ’Tolkiano’, que cabalgaba en busca de un pueblo recondito.´ Ya os podeis´ imaginar que dicho caballero, no era otro sino el´ mismo, y que su viaje era mas´ bien una odisea en la cual tuvo que superar mil y una pruebas hasta conseguir su objetivo, llegar a Agra de Cimientos (terminar su tesis). Solo´ deciros que para cada una de esas pruebas tuvo la suerte de encontrar a una mano amiga que le ayudara. En mi caso, no voy a presentarte una tesis, sino los apuntes de la asignatura ”Robot Control and Programming´´ que se imparte en ingles.´ Aunque yo no tengo tanta imaginacion´ como la de aquel doctorando para poder contaros una historia, s´ı que he tenido la suerte de encontrar a muchas personas que me han ayudado en mi viaje hacia ’Agra de Cimientos’. Y eso es, amigo lector, al abrir estas notas de clase vas a ser testigo del final de un viaje que he realizado de la mano de mucha gente que de alguna forma u otra han contribuido en su mejora.
    [Show full text]
  • The Robot's Knowledge Lecture 1
    Logic, Ontology and Planning: the Robot’s Knowledge Lecture 1 Stefano Borgo Laboratory for Applied Ontology (LOA), ISTC-CNR, Trento (IT) ESSLLI course 2018 Sofia, Bulgaria Scope of the course Robotics: traditional, yet rapidly expanding, research area. It design and develops intelligent autonomous agents like self-driving cars and drones, industrial robots for production, and humanoids for the elderly. This course focuses on the knowledge a robot needs to act in the environment and to understand what it can possibly do. It introduces and discusses the notions and relationships that are needed to understand a generic scenario and shows how to structure an ontology to organize such knowledge. In particular, it focuses on how to understand and model capacities, actions, contexts and environments. The flow of information between the knowledge module and the planning module in a generic artificial agent is presented. S. Borgo (LOA ISTC-CNR Trento) The Robot’s Knowledge - Lecture 1 ESSLLI – Sofia, 2018 2 / 55 Organization of the lectures (roughly) Lecture 1: Introduction to robotics – what is robotics about? what is an agent? what are the robot’s components? Lecture 2: Introduction to ontology – what is an ontology? what is the purpose of ontology? how is an ontology structured? S. Borgo (LOA ISTC-CNR Trento) The Robot’s Knowledge - Lecture 1 ESSLLI – Sofia, 2018 3 / 55 Organization of the lectures (roughly) Lecture 3: Basic cognition, image schemas and affordance – what is concept creation? what is concept blending? what are image schemas? why do we need them? Lecture 4: Scenario interpretation, context and knowledge integration – how should one interpret a scenario? how should one distinguish ontological and contextual information? how is heterogeneous information integrated? S.
    [Show full text]
  • Comparison of the Characteristics Between Serial and Parallel Robots
    ACTA TEHNICA CORVINIENSIS – Bulletin of Engineering Tome VII [2014] Fascicule 1 [January – March] ISSN: 2067 – 3809 1. Zoran PANDILOV, 2. Vladimir DUKOVSKI COMPARISON OF THE CHARACTERISTICS BETWEEN SERIAL AND PARALLEL ROBOTS University “Sv. Kiriil I Metodij”, Faculty of Mechanical Engineering-Skopje, Karpos Ii B.B., P.O.Box 464, Mk-1000, Skopje, Republic of MACEDONIA Abstract: This paper gives survey of the position analysis, jacobian and singularity analysis, stiffness analysis, dynamics and applications of serial and parallel robots. Also a detailed comparison of the characteristics of serial and parallel robots and their advantages and disadvantages are presented. Keywords: serial robots, parallel robots, comparison INTRODUCTION - Introduction to robotics manufacturing implements through variable Robotics is a field of modern technology that programmed motions for the performance of crosses traditional engineering boundaries. specific manufacturing tasks. Understanding the complexity of robots and their The definition of a robot used by the Japanese applications requires knowledge of mechanical Industrial Robot Association widens these engineering, electrical engineering, systems and definitions in order to include arms controlled industrial engineering, computer science, directly by humans and also fixed sequence economics, and mathematics. manipulators which are not re-programmable. The term robot was first introduced into The key element in the above definitions is the re- vocabulary by the Czech playwright Karel Capek in programmability of robots. It is the computer his 1920 play Rossum’s Universal Robots, the brain that gives the robot its utility and word “robota” being the Czech word for work. adaptability. The so-called robotics revolution is, in Since then the term has been applied to a great fact, part of the larger computer revolution.
    [Show full text]
  • Detailed Analysis of SCARA-Type Serial Manipulator on a Moving Base with Labview
    ARTICLE International Journal of Advanced Robotic Systems Detailed Analysis of SCARA-Type Serial Manipulator on a Moving Base with LabView Regular Paper Alirıza Kaleli1,*, Ahmet Dumlu1, M. Fatih Çorapsız1 and Köksal Erentürk1 1 Department of Electrical and Electronics Engineering, University of Ataturk, Turkey * Corresponding author E-mail: [email protected] Received 24 Sep 2012; Accepted 19 Feb 2013 DOI: 10.5772/56178 © 2013 Kaleli et al.; licensee InTech. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract Robotic manipulators on a moving base are used vehicles, space vehicles and surface ships, can be attached in many industrial and transportation applications. In this to moving bases. These manipulators are affected by study, the modelling of a RRP SCARA‐type serial disturbances of the moving base. For example, manipulator on a moving base is presented. A Lagrange‐ manipulators attached to the surface of a ship are affected Euler approach is used to obtain the complete dynamic by the motion of the sea. Underwater vehicles are placed model of the moving‐base manipulator. Hence, the under additional forces produced by flow dynamics and dynamic model of the manipulator and the mobile base are frictional effects. The manipulators used in space research are affected by variable gravitational forces. These expressed separately. In addition, Virtual Instrumentation undesirable disturbances have an important effect on (VI) is developed for kinematics, dynamics simulation and motion and make it difficult to control the manipulator [1, animation of the manipulator combined with the moving‐ 2].
    [Show full text]
  • Self-Reconfigurable Robots
    Self-Reconfigurable Robots An Introduction Kasper Stoy David Brandt David J. Christensen The MIT Press Cambridge, Massachusetts London, England 6 2010 Massachusetts Institute of Technology All rights reserved. No part of this book may be reproduced in any form by any electronic or mechanical means (including photocopying, recording, or information storage and retrieval) without permission in writing from the publisher. For information about special quantity discounts, please email [email protected] This book was set in Times New Roman on 3B2 by Asco Typesetters, Hong Kong. Printed and bound in the United States of America. Library of Congress Cataloging-in-Publication Data Stoy, Kasper, 1973– Self-reconfigurable robots : an introduction / Kasper Stoy, David Brandt, and David J. Christensen. p. cm. — (Intelligent robotics and autonomous agents series) Includes bibliographical references and index. ISBN 978-0-262-01371-0 (hardcover : alk. paper) 1. Robotics. 2. Robots. I. Brandt, David, 1979– II. Christensen, David J. III. Title. TJ211.S794 2010 629.8092—dc22 2009021060 10987654321 Index 3D-Unit, 15, 18, 78, 79, 84 Chain-type, 4, 42 Cheapness, 8, 33–35 AÃ, 121 Chobie, 20, 48, 61, 78, 79, 84 Active robustness, 32 ckBot, 2, 34 Actuators, 55–64 Claytronics, 24 strength, 62 Cluster-flow locomotion, 47, 146–147 types, 63 Collective actuation, 169 Adaptability, 32 Communication Infrastructure, 83–84 Alignment of connectors, 47, 49, 65–66 Computing Infrastructure, 83–84 Applications, potential, 22 Complexity, 36–37 Asimov, Isaac, 11 Configuration
    [Show full text]
  • Quasi-Serial Manipulator for Advanced Manufacturing Systems
    Quasi-serial Manipulator for Advanced Manufacturing Systems Bryan Kelly a, J. Padayachee b and G. Bright Discipline of Mechanical Engineering, University of KwaZulu-Natal, King George V Avenue, Durban, South Africa Keywords: Serial, Open Chain, Closed Chain, Parallel, Hybrid, Palletizing, Quasi-serial, Rapid Prototyping, 3D Printing, Kinematics, Closed Loop Parallelogram. Abstract: Industrial automation has revolutionised manufacturing and the manufacturing environment. Advanced manufacturing requires a variety of different robotic manipulators for industrial applications, each with their defining characteristics. This research paper describes the differences between current industrial manipulators; it then proposes an open chain hybrid kinematic platform, consisting of closed loop parallelograms. The application of such a hybrid mechanism is apparent with material handling operations such as providing solutions for palletizing. A quasi-serial architecture was selected and its corresponding components were 3D printed. The forward kinematic equations were derived via a geometric approach. The outputs of these kinematic equations are then validated against empirical results obtained through an equivalent SolidWorks model of the robot. 1 INTRODUCTION on their defining geometric characteristics. (Pandremenos et al., 2011) Modern manufacturing is highly dependent on There are currently two major classifications of industrial automation, specifically for menial tasks industrial robotic manipulator geometries, namely such as repetitive assembly
    [Show full text]
  • Increasing the Precision of the Biopsy with Robots: Two Case Studies
    Increasing the precision of the biopsy with robots: two case studies 1st Bogdan Maris 2th Paolo Fiorini 3nd Andrea Calanca Department of Computer Science Department of Computer Science Department of Computer Science University of Verona University of Verona University of Verona Verona,Italy Verona,Italy Verona,Italy [email protected] paolo.fi[email protected] [email protected] 4rd Chiara Tenga 5th Franc¸oise J. Siepel 6th Vincent Groenhuis 7th Stefano Stramigioli Department of Computer Science Robotics and Mechatronics Robotics and Mechatronics Robotics and Mechatronics University of Verona University of Twente University of Twente University of Twente Verona,Italy Enschede, The Netherlands Enschede, The Netherlands Enschede, The Netherlands [email protected] [email protected] [email protected] [email protected] Abstract—Robotics is a rapidly advancing field and its intro- cancer is the second most common cancer and is affecting duction in healthcare can have a multitude of benefits for clinical men [2]. Early and reliable detection of breast and prostate practice. Especially applications depending on the radiologist’s cancer has a huge impact for optimal treatment of high-risk accuracy and precision, such as percutaneous interventions, may profit. Percutaneous interventions are relatively simple and patient or to avoid overtreatment in low risk patients. The the quality of the procedure increases a lot by introducing most reliable technique to detect breast and prostate cancer robotics due to the improved accuracy and precision. This paper and to estimate of the aggressiveness is the needle biopsy. provides the description of two robotic systems for percutaneous The prostate and breast biopsy share some common aspects: interventions: breast biopsy and prostate biopsy.
    [Show full text]
  • The Juggling Robot Project - Jurp
    KTH Royal Institute of Technology MF2058 Mechatronics, Advanced Course The Juggling Robot Project - JuRP Yared Efrem Afework, Dennis Lioubartsev, Ahmed Moustafa, Ludwig Nyberg, Nilas Osterman, Aditya Pal, Fredrik Schalling, Max Thiel supervised by Pouya Mahdavipour Abstract Toss juggling, a skill long since mastered by humans, presents an interesting challenge in the field of robotics. Designing, constructing and implement- ing a robotic system capable of object manipulation requires the successful integration of a number of fields, including but not limited to mechanical and electronic design, computer vision, control theory and kinematics. This report details the work done by the Juggling Robot Project HK (JuRP-HK) team in their efforts to build a robot capable of throwing and catching a single ball using a single arm. The team based their design choices on a pre- vious State-of-the-Art analysis, and in accordance with a set of requirements set by the stakeholder. The arm built was a serial mechanism arm with five degrees of freedom, in- cluding a two degrees of freedom cup-stabilizing system as the end-effector and a three degrees of freedom robotic arm. The actuators were locally con- trolled using manually tuned Proportional-Integral-Derivative controllers, working under the command of a high level controller. The high level con- troller uses ball positional data collected by a proprietary motion capture system. The positions captured are used to estimate the ball trajectory of the ball, and the inverse-kinematics joint angles are using the Levenberg- Marquardt algorithm. A Linear Quadratic Regulator is used to calculate the optimal path joint-wise necessary to get the robot's end-effector into position to catch the ball.
    [Show full text]
  • Introduction to Robotics 2
    An Introduction to Robotics Dr. Bob Williams, [email protected] Mechanical Engineering, Ohio University Table of Contents PHOTO GALLERY .................................................................................................................................. 2 HISTORY ................................................................................................................................................... 9 DEFINITIONS ......................................................................................................................................... 10 APPLICATIONS ..................................................................................................................................... 12 COMMON ROBOT DESIGNS ............................................................................................................. 13 ROBOT PARTS ..................................................................................................................................... 17 TECHNICAL ROBOTICS TERMS ...................................................................................................... 18 ROBOT POWER SOURCES/ ACTUATORS .................................................................................... 20 END EFFECTORS ................................................................................................................................. 21 ROBOT CONTROL METHODS .......................................................................................................... 22 ROBOT SENSORS ..............................................................................................................................
    [Show full text]