Modeling, Analysis, and Experiments on a Robot Arm with Force-Feedback Interaction Control

Total Page:16

File Type:pdf, Size:1020Kb

Modeling, Analysis, and Experiments on a Robot Arm with Force-Feedback Interaction Control MODELING, ANALYSIS, AND EXPERIMENTS ON A ROBOT ARM WITH FORCE-FEEDBACK INTERACTION CONTROL by SURAG BALAJEPALLI Submitted in partial fulfillment of the requirements For the degree of Master of Science Electrical Engineering and Computer Science CASE WESTERN RESERVE UNIVERSITY May, 2020 Modeling, Analysis, And Experiments On A Robot Arm With Force-Feedback Interaction Control Case Western Reserve University Case School of Graduate Studies We hereby approve the thesis1 of SURAG BALAJEPALLI for the degree of Master of Science Dr. Wyatt Newman Committee Chair, Adviser 03/05/2020 Electrical Engineering and Computer Science Dr. Cenk Cavusoglu Committee Member 03/05/2020 Electrical Engineering and Computer Science Dr. Gregory Lee Committee Member 03/05/2020 Electrical Engineering and Computer Science 1We certify that written approval has been obtained for any proprietary material contained therein. Table of Contents List of Tables v List of Figures vi Abstract ix Chapter 1. Introduction1 Robot Force Control2 Compliant Motion6 Compliant motion behaviors8 Scope of this thesis9 Chapter 2. Stability of Interaction Controllers 12 Performance measure 14 Passivity 15 Robot modeling 21 Controller model 32 Passivity analysis 37 Simulation 39 Chapter 3. Passivity Analysis 40 Robot Model 40 Single link analysis 42 Two link model analysis 46 Coulomb friction analysis 63 iii Chapter 4. Experiments on compliant behaviors 75 The robot 75 Virtual attractor strategies 84 Chapter 5. Conclusions and future work 92 Future work 93 Appendix. Complete References 95 iv List of Tables 3.1 Model arm dynamics 41 4.1 EGM system parameters 79 v List of Figures 1.1 Position/Force hybrid controller4 2.1 Lumped mass approximation of a robot link 21 2.2 The interaction controller 32 2.3 The interaction controller with modeled latency 34 2.4 The interaction controller with modeled latency implemented on a robot 35 3.1 Elbow link frequency response plots - no delay case 44 3.2 Shoulderlink frequency response plots - no delay case 44 3.3 Elbow link frequency response plots - with 10ms delay 45 3.4 Shoulderlink frequency response plots - with 10ms delay 45 3.5 Shoulder link frequency response plots - Bandwidth = 7Hz, delay = 10ms. The plot is in red for frequencies where the real part of the eigenvalues are negative. 46 3.6 Two link model violating passivity with 10ms controller latency. Negative values for the real part of the Eigenvalues of admittance are plotted in red. 48 3.7 Violation of passivity of the same robot and controller at different poses. Left plot: Joint 1 = 0, joint 2 = 90.± Right plot: Joint 1 = 0, joint 2 = 45.± Sections of this plot marked in red represent non-passive regions. 48 3.8 Effect of non-diagonal Mdes on passivity 52 vi 3.9 Effect of diagonal Mdes on passivity 53 3.10 Effect of desired stiffness on passivity 54 3.11 Effect of target damping on passivity 56 3.12 Effect of servo position bandwidth on passivity 58 3.13 Effect of servo velocity gain on passivity 59 3.14 Real part of admittance is positive over the chosen range of frequencies, the system is passive 61 3.15 Stable system simulation 62 3.16 Real part of admittance is negative for certain frequencies in the range, the system is non-passive 63 3.17 Unstable system simulation 64 3.18 Example of hunting due to Coulomb friction 67 3.19 Frequency domain passivity plot - Case 1 68 3.20 Force plot - Case 1 - Significant hunting 69 3.21 Frequency domain passivity plot - Case 2 70 3.22 Force plot - Case 2 - Significant hunting 70 3.23 Frequency domain passivity plot - Case 3 71 3.24 Force plot - Case 3 - No hunting 72 3.25 Friction suppression 74 4.1 EGM interface data flow 77 4.2 EGM interface block diagram 78 vii 4.3 Components of the EGM message protocol 81 4.4 Joint 5 following sinusoidal command with latency 83 4.5 Attractor strategy 1 for move until touch 86 4.6 Strategy 1 implementation 86 4.7 Attractor strategy 2 for move until touch 88 4.8 Strategy 2 implementation 89 4.9 Attractor strategy 3 for move until touch 90 4.10 Strategy 3 implementation 91 viii Abstract Modeling, Analysis, And Experiments On A Robot Arm With Force-Feedback Interaction Control Abstract by SURAG BALAJEPALLI Stable force feedback control of robot arms has the potential to improve the utility of robotic systems by equipping them with the ability to perform complex con- tact tasks like machining and assembly. This study explores the stability limitations of force feedback control on a robot arm for applications in remote supervisory control. Supervisory control is useful in situations where communication between a human op- erator and a robot suffers from large delays, making direct teleoperation impractical. It sets up a foundation of stable compliant behaviors specified using virtual attractors upon which algorithms to perform complex tasks can be developed. Influence of linear and nonlinear internal dynamics of a robot arm on efficacy of active compliance is stud- ied. Additionally, it has been shown that force feedback can be effective in suppressing unwanted effects of nonlinear friction in the robot. Results have been validated experi- mentally by implementing force feedback control on an ABB IRB 120 robot. ix 1 1 Introduction This study is motivated by the requirements of typical supervisory control of contact tasks using robot arms. Potential applications of this robotic system include ro- bot arms performing assembly and maintenance operations in space, underwater, or other remote locations that could be dangerous for humans to operate in. Remote su- pervisory control of a robot arm presents two major challenges. The first is that any communication to the robot must pass through channels that suffer from large delays as information needs to be transmitted over large distances through various media. Sec- ondly, the manipulation tasks that the robotic arm system aims to perform require ro- bust force control functionality. Operations involving robot force control include cut- ting, insertion, grasping, and manipulation of environments with uncertainty in geom- etry. These form a large subset of contact operations that are expected of a robot arm. Introduction 2 1.1 Robot Force Control Control of robotic arms can be broadly classified into position control and force control. A position controller for a multiple link robot effectively controls the po- sition of the end-effector in six degrees of freedom, three translational and three rota- tional, by controlling the position of each joint’s actuator. Decades of research in posi- tion controllers for robot arms has resulted in exceptional performance in terms of accu- racy, repeatability, and speed. These position-controlled robots have been able to excel at a large class of operations like welding, painting, and palletization. These include op- erations involving grasping of objects too, however, position controllers’ effectiveness in such tasks is limited by the quality of information it receives from any sensors. For example, to successfully grasp an object, the robot must know the object’s position in 3D space with high confidence. The dimensions of the object must also be known to correctly engage the gripper. A pure position controller fails to robustly complete tasks involving a high degree of geometric uncertainty. Force control is able to achieve robust and versatile behavior in open-ended environments like these. By providing an intelli- gent response in unforeseen situations, it is able to deal with uncertainties to a larger degree than position controllers. Additionally, most assembly and machining opera- tions require exertion of forces to successfully complete tasks. In grinding operations, for example, it is imperative that the force being applied at the points of contact is con- trolled to correctly match requirements to ensure quality. Force control has drawn the attention of many researchers over the years, yet its successful practical applications are few in number [1]. Among these, a majority can be classified as contact/interaction Introduction 3 tasks, where the robot’s end effector is expected to be in contact with an unknown en- vironment. In other words, the robot is coupled to the environment. The performance of an interaction controller can be improved by closing a force feedback loop around it, resulting in better tracking accuracy. Force-feedback interaction control is useful to realize the full potential of robot arms in the context of performing operations with dex- terity comparable to that of humans, but its adoption is severely limited by its potential to result in unstable behavior. A force-controlled manipulation task can be divided into three distinct phases. In the first phase, the mechanism is unconstrained and the manipulator is free of any external load. The behavior of various control schemes in this phase is well studied and understood. In phase two, the system transitions from free motion to being under load from the environment. In phase three, it performs work on its environment and continues to stay coupled to it. An ideal controller would exhibit smooth and stable behavior in all three of these phases. 1.1.1 Position/Force control From the works of [2–6], who have tackled the task of designing a position/force control architecture, two different approaches to perform simultaneous position and force control have been explored. These are: Hybrid control. In a hybrid position/force controller, the task space is divided into a po- sition control subspace and a force control subspace. Forces are specified and controlled in directions in which the end effector’s motion is constrained by its environment, while positions and velocities are controlled in the directions in which the end effector is free Introduction 4 Figure 1.1.
Recommended publications
  • Design of an End Effector Exchange Device for a Light Assembly Robot / Drew Landman Lehigh University
    Lehigh University Lehigh Preserve Theses and Dissertations 1984 Design of an end effector exchange device for a light assembly robot / Drew Landman Lehigh University Follow this and additional works at: https://preserve.lehigh.edu/etd Part of the Mechanical Engineering Commons Recommended Citation Landman, Drew, "Design of an end effector exchange device for a light assembly robot /" (1984). Theses and Dissertations. 4473. https://preserve.lehigh.edu/etd/4473 This Thesis is brought to you for free and open access by Lehigh Preserve. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of Lehigh Preserve. For more information, please contact [email protected]. DESIGN OF AN END EFFECTOR EXCHANGE DEVICE FOR A LIGHT ASSEMBLY ROBOT BY DREW LANDMAN A Thesis Presented to the Graduate Committee of Lehigh University in Candidacy for the Degree of Master of Science in Mechanical Engineering Lehigh University 1984 Thia thesis ia accepted and approved in partial fulfillment ot the requirements tor the degree ot Master of Science. (date)~· Professor in Charge Chairman of Department ii Thia thesis is accepted and approved in partial fulfillment of the requirements for the degree of Master of Science. (date) Professor in Charge Chairman of Department ii ACKNOWLEDGEMENTS The assistance and guidance ot Dr. Richard Roberts in developing this thesis is gratefully acknowledged. To Kathy, Dirk, and Laura:I am forever in debt to them tor their constant enthusiasm and support. iii TABLE OF CONTENTS Certificate of Approval ii Acknowledgments iii Table of Contents iv Abstract 1 Chapter 1. survey of the State of the Art 2 in End Effector Technology Introduction 2 Section 1 End Effectors I.
    [Show full text]
  • Lewis, FL; Et. Al. “Robotics” Mechanical Engineering
    Lewis, F.L.; et. al. “Robotics” Mechanical Engineering Handbook Ed. Frank Kreith Boca Raton: CRC Press LLC, 1999 c 1999byCRCPressLLC Robotics Frank L. Lewis 14.1Introduction....................................................................14-2 University of Texas at Arlington 14.2Commercial Robot Manipulators...................................14-3 Commercial Robot Manipulators • Commercial Robot John M. Fitzgerald Controllers University of Texas at Arlington 14.3Robot Configurations...................................................14-15 Ian D. Walker Fundamentals and Design Issues • Manipulator Kinematics • Summary Rice University 14.4End Effectors and Tooling...........................................14-24 Mark R. Cutkosky A Taxonomy of Common End Effectors • End Effector Design Stanford University Issues • Summary Kok-Meng Lee 14.5Sensors and Actuators..................................................14-33 Tactile and Proximity Sensors • Force Sensors • Vision • Georgia Tech Actuators Ron Bailey 14.6Robot Programming Languages..................................14-48 University of Texas at Arlington Robot Control • System Control • Structures and Logic • Special Functions • Program Execution • Example Program • Frank L. Lewis Off-Line Programming and Simulation University of Texas at Arlington 14.7Robot Dynamics and Control......................................14-51 Chen Zhou Robot Dynamics and Properties • State Variable Representations and Computer Simulation • Cartesian Georgia Tech Dynamics and Actuator Dynamics • Computed-Torque
    [Show full text]
  • Real-Time Robot End-Effector Pose Estimation with Deep Network
    2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) October 25-29, 2020, Las Vegas, NV, USA (Virtual) Real-Time Robot End-Effector Pose Estimation with Deep Network Hu Cheng, Yingying Wang and Max Q.-H. Meng∗, Fellow, IEEE Abstract— In this paper, we propose a novel algorithm that estimates the pose of the robot end effector using depth vision. The input to our system is the segmented robot hand point cloud from a depth sensor. Then a neural network takes a point cloud as input and outputs the position and orientation of the robot end effector in the camera frame. The estimated pose can serve as the input of the controller of the robot to reach a specific pose in the camera frame. The training process of the neural network takes the simulated rendered point cloud generated from different poses of the robot hand mesh. At test time, one estimation of a single robot hand pose is reduced to 10ms on gpu and 14ms on cpu, which makes it suitable for close loop robot (a) (b) control system that requires to estimate hand pose in an online Fig. 1: (a) shows the repeatability of the robot arm, which is caused fashion. We design a robot hand pose estimation experiment to by mechanical imperfecions. (b) shows the misalignment between validate the effectiveness of our algorithm working in the real the pose of the end effector and the point cloud. situation. The platform we used includes a Kinova Jaco 2 robot arm and a Kinect v2 depth sensor. We describe all the processes that use vision to improve the accuracy of pose estimation of the robot end-effector.
    [Show full text]
  • Design, Fabrication and Testing of 6 Dof Spot Welding Robotic Arm
    ISSN: 2455-2631 © April 2018 IJSDR | Volume 3, Issue 4 DESIGN, FABRICATION AND TESTING OF 6 DOF SPOT WELDING ROBOTIC ARM 1Shantanu K. Mahale, 2Ankush A. Mathur, 3Prashant A. Nandalwar, 4Nitish N. Shukla, 5Mr. Vivek S. Narnaware 1,2,3,4Final Year B.E. Mechanical Engineering Students, 5Assistant Professor Department of Mechanical Engineering, AET’s St. John College of Engineering &.Management (SJCEM), Vevoor, Palghar (E), Affiliated to University of Mumbai, Maharashtra 401404. ABSTRACT: In majority of the manufacturing and assembling industries, human labor is largely employed to do repetitive task, which usually requires precision and accuracy. It is unavoidable that humans will make mistakes while performing a task. Moreover, productivity will be lower as human have limited working hours and work slower as compared to machines. To overcome this human inefficiency, industrial robots are designed and built to accommodate the increasing demands for better productivity, product quality and precision in performing task. They are the future of industries, which are going to replace humans. This paper is focused on the project which aims at making a six-degree of freedom robotic arm for spot welding purpose. Here in this report all the points regarding designing, mathematical modeling, simulation, development of real model and fabrication has been covered. All the designed parts in the report are made in Solid Works Software. Also the transformer specifications and the electrodes, which is used for Spot Welding, are been discussed in this report. Arduino Programming is used for operating the robot in this project. The possible results, which would be achieved after completion of this project, are also discussed.
    [Show full text]
  • 6D Interaction Control with Aerial Robots: the Flying End-Effector
    6D interaction control with aerial robots: The flying end-effector paradigm Markus Ryll, Giuseppe Muscio, Francesco Pierri, Elisabetta Cataldi, Gianluca Antonelli, Fabrizio Caccavale, Davide Bicego, Antonio Franchi To cite this version: Markus Ryll, Giuseppe Muscio, Francesco Pierri, Elisabetta Cataldi, Gianluca Antonelli, et al.. 6D interaction control with aerial robots: The flying end-effector paradigm. The International Journal of Robotics Research, SAGE Publications, 2019, 38 (9), pp.1045-1062. 10.1177/0278364919856694. hal-02383394 HAL Id: hal-02383394 https://hal.laas.fr/hal-02383394 Submitted on 27 Nov 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Accepted for The International Journal of Robotics Research 2019 6D Interaction Control with Aerial Preprint version, final version at Robots: The Flying End-Effector https://journals.sagepub.com/loi/ijra Paradigm Markus Ryll1, Giuseppe Muscio2, Francesco Pierri2, Elisabetta Cataldi3, Gianluca Antonelli3, Fabrizio Caccavale2, Davide Bicego1 and Antonio Franchi1 Abstract This paper presents a novel paradigm for physical interactive tasks in aerial robotics allowing to increase reliability and decrease weight and costs compared to state of the art approaches. By exploiting its tilted propeller actuation, the robot is able to control the full 6D pose (position and orientation independently) and to exert a full-wrench (force and torque independently) with a rigidly attached end-effector.
    [Show full text]
  • Design and Structural Analysis of a Robotic Arm
    Master's Degree Thesis ISRN: BTH-AMT-EX--2016/D06--SE Design and Structural Analysis of a Robotic Arm Gurudu Rishank Reddy Venkata Krishna Prashanth Eranki Department of Mechanical Engineering Blekinge Institute of Technology Karlskrona, Sweden 2016 Supervisors: R.V Jhansi Rao, Signode India Limited (SIG) Sharon Kao-Walter, BTH Design and Structural Analysis of a Robotic Arm Gurudu Rishank Reddy Venkata Krishna Prashanth Eranki Department of Mechanical Engineering Blekinge Institute of Technology Karlskrona, Sweden 2016 Thesis submitted for completion of Master of Science in Mechanical Engineering with emphasis on Structural Mechanics at the Department of Mechanical Engineering, Blekinge Institute of Technology, Karlskrona, Sweden. Abstract: Automation is creating revolution in the present industrial sector, as it reduces manpower and time of production. Our project mainly deals around the shearing operation, were the sheet is picked manually and placed on the belt for shearing which involves risk factor. Our challenge is designing of pick and place operator to carry the sheet from the stack and place it in the shearing machine for the feeding. We have gone through different research papers, articles and had observed the advanced technologies used in other industries for the similar operation. After related study we have achieved the design of a 3-jointed robotic arm were the base is fixed and the remaining joints move in vertical and horizontal directions. The end effector is also designed such that to lift the sheet we use suction cups were the sheet is uplifted with a certain pressure. Here we used Creo-Parametric for design and Autodesk-Inventor 2017 to simulate the designed model.
    [Show full text]
  • Industrial Roboticsrobotics Robotrobot Anatomyanatomy Andand Relatedrelated Attributesattributes
    UNITUNIT VV INDUSTRIALINDUSTRIAL ROBOTICSROBOTICS ROBOTROBOT ANATOMYANATOMY ANDAND RELATEDRELATED ATTRIBUTESATTRIBUTES •• The anatomy of industrial robots deals with the assembling of outer components of a robot such as wrist, arm and body. •• Before jumping into robot configurations, here are some of the key facts about robot anatomy. (a) Joints and Links (b) Common Robot Configurations 2 JOINTSJOINTS ANDAND LINKSLINKS •• The manipulator of an industrial robot consists of a series of joints and links. •• Robot anatomy deals with the study of different joints and links and other aspects of the manipulator's physical construction. •• A robotic joint provides relative motion between two links of the robot. •• Each joint, or axis, provides a certain degree-of-freedom (dof) of motion. •• In most of the cases, only one degree-of-freedom is associated with each joint. •• Robot's complexity can be classified according to the total number of degrees -of-freedom they possess. •• Each joint is connected to two links, an input link and an output link. 3 JOINTSJOINTS ANDAND LINKSLINKS •• A Joint provides controlled relative movement between the input link and output link. A robotic link is the rigid component of the robot manipulator. •• Most of the robots are mounted upon a stationary base, such as the floor. From this base, a joint-link numbering scheme may be recognized as shown in Figure. 4 JOINTSJOINTS ANDAND LINKSLINKS •• The robotic base and its connection to the first joint are termed as link-0. •• The first joint in the sequence is joint-1. •• Link-0 is the input link for joint-1, while the output link from joint-1 is link-1 which leads to joint-2.
    [Show full text]