A Versatile Inverse Kinematics Formulation for Retargeting Motions Onto Robots with Kinematic Loops

Total Page:16

File Type:pdf, Size:1020Kb

A Versatile Inverse Kinematics Formulation for Retargeting Motions Onto Robots with Kinematic Loops IEEE ROBOTICS AND AUTOMATION LETTERS. PREPRINT VERSION. ACCEPTED JAN, 2021 1 A Versatile Inverse Kinematics Formulation for Retargeting Motions onto Robots with Kinematic Loops ,1 ,1 ,1 Christian Schumacher∗ , Espen Knoop∗ , Moritz Ba¨cher∗ Abstract—Robots with kinematic loops are known to have superior mechanical performance. However, due to these loops, their modeling and control is challenging, and prevents a more widespread use. In this paper, we describe a versatile Inverse Kinematics (IK) formulation for the retargeting of expressive mo- input motion tions onto mechanical systems with loops. We support the precise control of the position and orientation of several end-effectors, and the Center of Mass (CoM) of slowly walking robots. Our formulation safeguards against a disassembly when IK targets are moved outside the workspace of the robot, and we introduce a regularizer that smoothly circumvents kinematic singularities where velocities go to infinity. With several validation examples IK, retargeting and three physical robots, we demonstrate the versatility and efficacy of our IK on overactuated systems with loops, and for the retargeting of an expressive motion onto a bipedal robot. Index Terms—Kinematics; Parallel Robots; Methods and Tools for Robot System Design physical robot I. INTRODUCTION Fig. 1. Starting from an input motion, in this case an animated walking cycle (top), our pipeline solves the IK problem of retargeting this motion onto robots OBOTS consisting of kinematic loops have several ad- with arbitrary kinematic structures (middle). By including a CoM objective vantages over designs that consist of a fully actuated in the IK, we obtain a stable gait that can be executed on a physical robot kRinematic tree: they have superior stiffness, allow the place- (bottom). Note that a naive motion retargeting, without the CoM objective, would cause the robot to fall over. ment of actuators where there is space, and often exhibit an advantageous payload-to-weight ratio [1]. However, while there are clear mechanical advantages, kinematic trees remain keep the CoM within the support spanned by the contact of the a popular choice in legged robots and related systems due robot with the ground. See Fig. 1 for an illustrative example to the complexity of the design, control, and simulation of of our pipeline. mechanisms containing loops. Our approach combines a constraint-based formulation for For robots with loops, or parallel robots, designs are com- mechanical joints with an objective-based formulation for IK monly made of submechanisms for which, for example, a targets. This means that the returned IK solution is as close as closed-form analytical model exists, and inverse kinematics possible to the specified targets, in a least-squares sense, while can be formulated by interfacing between submodules. How- we guarantee that the mechanical constraints of the robot are ever, this modeling forgoes the true potential of robots with satisfied exactly. Moreover, we safeguard against kinematic loops, because for every type of submechanism a custom singularities at which velocities go to infinity. module has to be written from scratch [1], unnecessarily We compare our IK formulation to an implicit approach restricting the mechanical design of custom robots. where actuated degrees of freedom are solved for directly, In this paper, we propose a versatile inverse kinematics that with a first-order optimality constraint on forward kinematics. enables the kinematic control of general robotic systems with In contrast to our formulation, the mechanical system disas- (1) position and orientation objectives to precisely control the sembles if not all IK targets can be met. Moreover, in our motion of end-effectors or bodies, and (2) a CoM objective to IK formulation, we only need derivatives, and hence building Manuscript received: Oct, 15, 2020; Revised Dec, 22, 2020; Accepted blocks, from a multibody kinematics implementation, making Jan, 05, 2021. it straightforward to add inverse kinematics support to existing This paper was recommended for publication by Editor Lucia Pallottino upon evaluation of the Associate Editor and Reviewers’ comments. This work forward kinematics codes. was supported by Disney Research. With validation examples, we demonstrate that our IK works ∗All authors contributed equally. on mechanical systems containing all common types of active 1All authors are with Disney Research, Stampfenbachstrasse 48, 8006 Zurich, Switzerland. [email protected] and passive joints. With three physical robot examples, we Digital Object Identifier (DOI): see top of this page. demonstrate how (1) a rich dancing motion can be transferred 2 IEEE ROBOTICS AND AUTOMATION LETTERS. PREPRINT VERSION. ACCEPTED JAN, 2021 over to a 6-DoF pair of legs with a single end-effector (see, e.g., [18]). However, these mixed representations where objective, (2) an expressive walking cycle can be retargeted reduced and maximal coordinates are combined, are very onto a bipedal robot with complex loops, with the help of complex. In contrast, our kinematics and inverse kinematics is our CoM objective, and (3) how we can safeguard against applicable to general mechanical systems that are modeled as velocity singularities when retargeting motions from a digital multibody systems, represented with generalized coordinates. to a physical arm with fewer degrees of freedom. Our IK Analytic IK solutions are also common (see for exam- can hence be understood as a first-order approximation of a ple [19, 20, 21]), however they are laborious, and do not dynamics model, without having to deal with force and torque generalize to arbitrary mechanisms. transfer, or frictional contact. There are relatively few examples in the literature of serial- parallel robots where the parallel elements cannot be treated as submodules in the serial chain. One such robot is the series- II. RELATED WORK parallel biped presented by Gim et al [22]. We believe that There is a large body of related work on inverse kine- one reason why such robots are not more widespread is their matics in robotics, and related fields such as, e.g., computer challenging inverse kinematics and the lack of suitable off- graphics [2]. While most IK formulations target serial or tree- the-shelf IK solvers. like robots, inverse kinematics for serial-parallel hybrid robots, or mechanical systems that contain kinematic loops, are less III. FORWARD KINEMATICS common despite their desirable properties such as increased Before delving into the specifics of our inverse kinematics, accuracy, stiffness, or payload capacity [1]. We target the latter we summarize how kinematics simulations are performed. To category of robots with our IK. motivate and illustrate our representation, we reference the a) Serial Robots: Tree-like robots are usually mod- four-bar linkage example in Fig. 2. eled as reduced or generalized coordinate formulations, and In what follows, we will first introduce the rigid body closed-form analytical [3], learning-based techniques [4], and representation, and discuss constraints the actuators and joints Jacobian-based numerical approaches [5] are common. Tar- impose. We will then discuss how the unknown states can be geting robotics control, Pechev [6] introduced an IK that solved for after the actuators are stepped. does not require a matrix inversion (increased speed), more robustly handles kinematic singularities, and supports multiple end effectors. Jacobian-based formulations were also extended to handle joint limits (see, e.g., [7]), with Newton-based approaches handling them better in general [8]. Like [9], we enable the control of the CoM position of the robot, and like [6], our IK handles multiple targets gracefully. However, (a) Initial configuration (b) Stepped configuration in contrast, our IK supports arbitrary mechanical systems, Fig. 2. Four-bar linkage in its initial (a) and a stepped configuration (b). The containing kinematic loops. linkage is driven by a single actuator (yellow circle) and has three passive b) Parallel Robots: A large body of work has focused joints (black circles). One of the four bars is fixed relative to the world frame (dark grey). on parallel robots, or Parallel Kinematic Machines (PKMs). An extensive discussion is beyond the scope of this paper, and we refer to [10] for a comprehensive overview. For most A. Representing Rigid Bodies studied PKMs, the IK problem is relatively simple [10] and We represent the position of a rigid body in global coordi- is solved by dividing the mechanism into a number of simple nates with its CoM c R3. This simplifies the formulation of ∈ kinematic chains which are then tackled analytically. A central our CoM objective. Moreover, it means that our method could challenges in the study of PKMs is the avoidance of workspace easily be integrated with common dynamics representations, singularities [11]. More recent work on PKMs includes [12], where the use of frames centered at c is often preferable where the kinematic analysis of an overactuated parallel robot because they enable the decoupled treatment of the linear and is considered, and [13], where a formulation is provided angular motions in the Newton-Euler equations of the bodies. which is applicable also to robots with redundant degrees of To represent a body’s orientation, we rely on 4-coordinate freedom. However, these approaches are not readily applicable unit quaternions q, as they do not suffer from singularities. to arbitrary robot topologies as considered here. This comes at the cost of enforcing unit length constraints. c) General Serial-Parallel Robots: To represent gen- Summarily, we represent the i-th component in an assembly eral robots with loops, maximal coordinates are commonly with a 7-coordinate state vector si, consisting of the position used [14]. As a recent survey on serial-parallel hybrid robots and orientation of the body, and stack them for an n-body points out [1], the “kinematic analysis of generic series-parallel assembly to represent its maximal coordinate state with the hybrid robots is an open problem”, let alone inverse kine- state vector s R7n.
Recommended publications
  • Mobile Robot Kinematics
    Mobile Robot Kinematics We're going to start talking about our mobile robots now. There robots differ from our arms in 2 ways: They have sensors, and they can move themselves around. Because their movement is so different from the arms, we will need to talk about a new style of kinematics: Differential Drive. 1. Differential Drive is how many mobile wheeled robots locomote. 2. Differential Drive robot typically have two powered wheels, one on each side of the robot. Sometimes there are other passive wheels that keep the robot from tipping over. 3. When both wheels turn at the same speed in the same direction, the robot moves straight in that direction. 4. When one wheel turns faster than the other, the robot turns in an arc toward the slower wheel. 5. When the wheels turn in opposite directions, the robot turns in place. 6. We can formally describe the robot behavior as follows: (a) If the robot is moving in a curve, there is a center of that curve at that moment, known as the Instantaneous Center of Curvature (or ICC). We talk about the instantaneous center, because we'll analyze this at each instant- the curve may, and probably will, change in the next moment. (b) If r is the radius of the curve (measured to the middle of the robot) and l is the distance between the wheels, then the rate of rotation (!) around the ICC is related to the velocity of the wheels by: l !(r + ) = v 2 r l !(r − ) = v 2 l Why? The angular velocity is defined as the positional velocity divided by the radius: dθ V = dt r 1 This should make some intuitive sense: the farther you are from the center of rotation, the faster you need to move to get the same angular velocity.
    [Show full text]
  • Abbreviations and Glossary
    Appendix A Abbreviations and Glossary Abbreviations are defined and the mathematical symbols and notations used in this book are specified. Furthermore, the random number generator used in this book is referenced. A.1 Abbreviations arccos arccosine BiRRT Bidirectional rapidly growing random tree C-space Configuration space DH Denavit-Hartenberg DLR German aerospace center DOF Degree of freedom FFT Fast fourier transformation IK Inverse kinematics HRI Human-Robot interface LWR Light weight robot MMI Institute of Man-Machine interaction PCA Principal component analysis PRM Probabilistic road map RRT Rapidly growing random tree rulaCapMap Rula-restricted capability map RULA Rapid upper limb assessment SFE Shape fit error TCP Tool center point OV workspace overlap 130 A Abbreviations and Glossary A.2 Mathematical Symbols C configuration space K(q) direct kinematics H set of all homogeneous matrices WR reachable workspace WD dexterous workspace WV versatile workspace F(R,x) function that maps to a homogeneous matrix VRobot voxel space for the robot arm VHuman voxel space for the human arm P set of points on the sphere Np set of point indices for the points on the sphere No set of orientation indices OS set of all homogeneous frames distributed on a sphere MS capability map A.3 Mathematical Notations a scalar value a vector aT vector transposed A matrix AT matrix transposed < a,b > inner product 3 SO(3) group of rotation matrices ∈ IR SO(3) := R ∈ IR 3×3| RRT = I,detR =+1 SE(3) IR 3 × SO(3) A TB reference frame B given in coordinates of reference frame A a ceiling function a floor function A.4 Random Sampling In this book, the drawing of random samples is often used.
    [Show full text]
  • Randomized Path Planning for Redundant Manipulators Without Inverse Kinematics
    Randomized Path Planning for Redundant Manipulators without Inverse Kinematics Mike Vande Weghe Dave Ferguson, Siddhartha S. Srinivasa Institute for Complex Engineered Systems Intel Research Pittsburgh Carnegie Mellon University 4720 Forbes Avenue Pittsburgh, PA 15213 Pittsburgh, PA 15213 [email protected] {dave.ferguson, siddhartha.srinivasa}@intel.com Abstract— We present a sampling-based path planning al- gorithm capable of efficiently generating solutions for high- dimensional manipulation problems involving challenging inverse kinematics and complex obstacles. Our algorithm extends the Rapidly-exploring Random Tree (RRT) algorithm to cope with goals that are specified in a subspace of the manipulator configuration space through which the search tree is being grown. Underspecified goals occur naturally in arm planning, where the final end effector position is crucial but the configuration of the rest of the arm is not. To achieve this, the algorithm bootstraps an optimal local controller based on the transpose of the Jacobian to a global RRT search. The resulting approach, known as Jacobian Transpose-directed Rapidly Exploring Random Trees (JT-RRTs), is able to combine the configuration space exploration of RRTs with a workspace goal bias to produce direct paths through complex environments extremely efficiently, without the need for any inverse kinematics. We compare our algorithm to a recently- developed competing approach and provide results from both simulation and a 7 degree-of-freedom robotic arm. I. INTRODUCTION Path planning for robotic systems operating in real envi- ronments is hard. Not only must such systems deal with the standard planning challenges of potentially high-dimensional and complex search spaces, but they must also cope with im- perfect information regarding their surroundings and perhaps Fig.
    [Show full text]
  • Nyku: a Social Robot for Children with Autism Spectrum Disorders
    University of Denver Digital Commons @ DU Electronic Theses and Dissertations Graduate Studies 2020 Nyku: A Social Robot for Children With Autism Spectrum Disorders Dan Stephan Stoianovici University of Denver Follow this and additional works at: https://digitalcommons.du.edu/etd Part of the Disability Studies Commons, Electrical and Computer Engineering Commons, and the Robotics Commons Recommended Citation Stoianovici, Dan Stephan, "Nyku: A Social Robot for Children With Autism Spectrum Disorders" (2020). Electronic Theses and Dissertations. 1843. https://digitalcommons.du.edu/etd/1843 This Thesis is brought to you for free and open access by the Graduate Studies at Digital Commons @ DU. It has been accepted for inclusion in Electronic Theses and Dissertations by an authorized administrator of Digital Commons @ DU. For more information, please contact [email protected],[email protected]. Nyku : A Social Robot for Children with Autism Spectrum Disorders A Thesis Presented to the Faculty of the Daniel Felix Ritchie School of Engineering and Computer Science University of Denver In Partial Fulfillment of the Requirements for the Degree Master of Science by Dan Stoianovici August 2020 Advisor: Dr. Mohammad H. Mahoor c Copyright by Dan Stoianovici 2020 All Rights Reserved Author: Dan Stoianovici Title: Nyku: A Social Robot for Children with Autism Spectrum Disorders Advisor: Dr. Mohammad H. Mahoor Degree Date: August 2020 Abstract The continued growth of Autism Spectrum Disorders (ASD) around the world has spurred a growth in new therapeutic methods to increase the positive outcomes of an ASD diagnosis. It has been agreed that the early detection and intervention of ASD disorders leads to greatly increased positive outcomes for individuals living with the disorders.
    [Show full text]
  • A Review of Parallel Processing Approaches to Robot Kinematics and Jacobian
    Technical Report 10/97, University of Karlsruhe, Computer Science Department, ISSN 1432-7864 A Review of Parallel Processing Approaches to Robot Kinematics and Jacobian Dominik HENRICH, Joachim KARL und Heinz WÖRN Institute for Real-Time Computer Systems and Robotics University of Karlsruhe, D-76128 Karlsruhe, Germany e-mail: [email protected] Abstract Due to continuously increasing demands in the area of advanced robot control, it became necessary to speed up the computation. One way to reduce the computation time is to distribute the computation onto several processing units. In this survey we present different approaches to parallel computation of robot kinematics and Jacobian. Thereby, we discuss both the forward and the reverse problem. We introduce a classification scheme and classify the references by this scheme. Keywords: parallel processing, Jacobian, robot kinematics, robot control. 1 Introduction Due to continuously increasing demands in the area of advanced robot control, it became necessary to speed up the computation. Since it should be possible to control the motion of a robot manipulator in real-time, it is necessary to reduce the computation time to less than the cycle rate of the control loop. One way to reduce the computation time is to distribute the computation over several processing units. There are other overviews and reviews on parallel processing approaches to robotic problems. Earlier overviews include [Lee89] and [Graham89]. Lee takes a closer look at parallel approaches in [Lee91]. He tries to find common features in the different problems of kinematics, dynamics and Jacobian computation. The latest summary is from Zomaya et al. [Zomaya96].
    [Show full text]
  • A Closed-Form Solution for the Inverse Kinematics of the 2N-DOF Hyper-Redundant Manipulator Based on General Spherical Joint
    applied sciences Article A Closed-Form Solution for the Inverse Kinematics of the 2n-DOF Hyper-Redundant Manipulator Based on General Spherical Joint Ya’nan Lou , Pengkun Quan, Haoyu Lin, Dongbo Wei and Shichun Di * School of Mechatronics Engineering, Harbin Institute of Technology, Harbin 150001, China; [email protected] (Y.L.); [email protected] (P.Q.); [email protected] (H.L.); [email protected] (D.W.) * Correspondence: [email protected]; Tel.: +86-1390-4605-946 Abstract: This paper presents a closed-form inverse kinematics solution for the 2n-degree of freedom (DOF) hyper-redundant serial manipulator with n identical universal joints (UJs). The proposed algorithm is based on a novel concept named as general spherical joint (GSJ). In this work, these universal joints are modeled as general spherical joints through introducing a virtual revolution between two adjacent universal joints. This virtual revolution acts as the third revolute DOF of the general spherical joint. Remarkably, the proposed general spherical joint can also realize the decoupling of position and orientation just as the spherical wrist. Further, based on this, the universal joint angles can be solved if all of the positions of the general spherical joints are known. The position of a general spherical joint can be determined by using three distances between this unknown general spherical joint and another three known ones. Finally, a closed-form solution for the whole manipulator is solved by applying the inverse kinematics of single general spherical joint section using these positions. Simulations are developed to verify the validity of the proposed closed-form inverse kinematics model.
    [Show full text]
  • Acknowledgements Acknowl
    2161 Acknowledgements Acknowl. B.21 Actuators for Soft Robotics F.58 Robotics in Hazardous Applications by Alin Albu-Schäffer, Antonio Bicchi by James Trevelyan, William Hamel, The authors of this chapter have used liberally of Sung-Chul Kang work done by a group of collaborators involved James Trevelyan acknowledges Surya Singh for de- in the EU projects PHRIENDS, VIACTORS, and tailed suggestions on the original draft, and would also SAPHARI. We want to particularly thank Etienne Bur- like to thank the many unnamed mine clearance experts det, Federico Carpi, Manuel Catalano, Manolo Gara- who have provided guidance and comments over many bini, Giorgio Grioli, Sami Haddadin, Dominic Lacatos, years, as well as Prof. S. Hirose, Scanjack, Way In- Can zparpucu, Florian Petit, Joshua Schultz, Nikos dustry, Japan Atomic Energy Agency, and Total Marine Tsagarakis, Bram Vanderborght, and Sebastian Wolf for Systems for providing photographs. their substantial contributions to this chapter and the William R. Hamel would like to acknowledge work behind it. the US Department of Energy’s Robotics Crosscut- ting Program and all of his colleagues at the na- C.29 Inertial Sensing, GPS and Odometry tional laboratories and universities for many years by Gregory Dudek, Michael Jenkin of dealing with remote hazardous operations, and all We would like to thank Sarah Jenkin for her help with of his collaborators at the Field Robotics Center at the figures. Carnegie Mellon University, particularly James Os- born, who were pivotal in developing ideas for future D.36 Motion for Manipulation Tasks telerobots. by James Kuffner, Jing Xiao Sungchul Kang acknowledges Changhyun Cho, We acknowledge the contribution that the authors of the Woosub Lee, Dongsuk Ryu at KIST (Korean Institute first edition made to this chapter revision, particularly for Science and Technology), Korea for their provid- Sect.
    [Show full text]
  • Forward and Inverse Kinematics Analysis of Denso Robot
    Proceedings of the International Symposium of Mechanism and Machine Science, 2017 AzC IFToMM – Azerbaijan Technical University 11-14 September 2017, Baku, Azerbaijan Forward and Inverse Kinematics Analysis of Denso Robot Mehmet Erkan KÜTÜK 1*, Memik Taylan DAŞ2, Lale Canan DÜLGER1 1*Mechanical Engineering Department, University of Gaziantep Gaziantep/ Turkey E-mail: [email protected] 2 Mechanical Engineering Department, University of Kırıkkale Abstract used Robotic Toolbox in forward kinematics analysis of A forward and inverse kinematic analysis of 6 axis an industrial robot [4]. DENSO robot with closed form solution is performed in This study includes kinematics of robot arm which is this paper. Robotics toolbox provides a great simplicity to available Gaziantep University, Mechanical Engineering us dealing with kinematics of robots with the ready Department, Mechatronics Lab. Forward and Inverse functions on it. However, making calculations in kinematics analysis are performed. Robotics Toolbox is traditional way is important to dominate the kinematics also applied to model Denso robot system. A GUI is built which is one of the main topics of robotics. Robotic for practical use of robotic system. toolbox in Matlab® is used to model Denso robot system. GUI studies including Robotic Toolbox are given with 2. Robot Arm Kinematics simulation examples. Keywords: Robot Kinematics, Simulation, Denso The robot kinematics can be categorized into two Robot, Robotic Toolbox, GUI main parts; forward and inverse kinematics. Forward kinematics problem is not difficult to perform and there is no complexity in deriving the equations in contrast to the 1. Introduction inverse kinematics. Especially nonlinear equations make the inverse kinematics problem complex.
    [Show full text]
  • Inverse Kinematics (IK) Solution of a Robotic Manipulator Using PYTHON
    Journal of Mechatronics and Robotics Original Research Paper Inverse Kinematics (IK) Solution of a Robotic Manipulator using PYTHON 1R. Venkata Neeraj Kumar and 2R. Sreenivasulu 1Department of Electrical Engineering, Indian Institute of Technology, Gandhinagar, Gujarat, India 2R.V.R.&J.C. College of Engineering (Autonomous), Chowdavaram, Guntur Andhra Pradesh, India Article history Abstract: Present global engineering professionals feels that, robotics is a Received: 20-07-2019 somewhat young field with extremely ruthless target, the crucial one being Revised: 06-08-2019 the making of machinery/equipment that can perform and feel like human Accepted: 22-08-2019 beings. Robot kinematics deals with the study of motion of linkages which includes displacement, velocities and accelerations of a robot manipulator Corresponding Author: analytically. Deriving the proper kinematic models for an open chain Dr. R. Sreenivasulu R.V.R.&J.C. College of mechanism of a robot is essential for analyzing the performance of industrial Engineering (Autonomous), robotic manipulators. In this study, first scrutinize a popular class of two and Chowdavaram, Guntur Andhra three degrees of freedom open chain mechanism whose inverse kinematics Pradesh, India admits a closed-form analytic solution. A simple coding was developed in Email: [email protected] python in an easy way. In this connection a two link planer manipulator was considered to get inverse kinematic solution developed in python environment. For this task, we present a solution for obtaining the joint variables of linkages to reach the position in a work space with the corresponding input values such as link lengths and position of end effector. Keywords: Robotic Manipulator, Inverse Kinematics, Joint Variables, PYTHON Introduction (1989) were used MACSYMA, REDUCE, SMP and SEGM methods, these methods requires typical Robot kinematics deals with the study of motion of mathematical concepts to achieve forward and inverse linkages which includes displacement, velocities and solutions.
    [Show full text]
  • Robot Systems Integration
    Transformative Research and Robotics Kazuhiro Kosuge Distinguished Professor Department of Robotics Tohoku University 2020 IEEE Vice President-elect for Technical Activities IEEE Fellow, JSME Fellow, SICE Fellow, RSJ Fellow, JSAE Fellow My brief history • March 1978 Bachelor of Engineering, Department of Control Engineering, Tokyo Institute of Technology • Marcy 1980 Master of Engineering, Department of Control Engineering, Tokyo Institute of Technology • April 1980 Research staff, Department of Production Engineering Nippondenso (Denso) Corporation • October 1982 Research Associate, Tokyo Institute of Technology • July 1988 Dr. of Engineering, Tokyo Institute of Technology • September 1989 - August 1990 Visiting Research Scientist, Department of Mechanical Engineering, Massachusetts Institute of Technology • September 1990 Associate Professor, Faculty of Engineering, Nagoya University • March 1995 Professor, School of Engineering, Tohoku University • April 1997 Professor, Graduate School of Engineering, Tohoku University • December 2018 Tohoku University Distinguished Professor 略 歴 • 1978年3月 東京工業大学工学部制御工学科卒業 • 1980年3月 東京工業大学大学院理工学研究科修士課程修了(制御工学専攻,工学修士) • 1980年4月 日本電装株式会社(現 株式会社デンソー) • 1982年10月 東京工業大学工学部制御工学科助手(工学部) • 1988年7月 東京工業大学大学院理工学研究科 工学博士(制御工学専攻) • 1989年9月-1990年8月 米国マサチューセッツ工科大学機械工学科客員研究員 (Visiting Research Scientist, Department of Mechanical Engineering, Massachusetts Institute of Technology) • 1990年 9月 名古屋大学 助教授(工学部) • 1995年 3月 東北大学 教授(工学部) • 1997年 4月 東北大学 教授(工学研究科)大学院重点化による配置換 • 2018年12月 東北大学 Distinguished Professor My another
    [Show full text]
  • Inverse Kinematics Problems with Exact Hessian Matrices
    Inverse Kinematics Problems with Exact Hessian Matrices Kenny Erleben Sheldon Andrews University of Copenhagen École de technologie supérieure [email protected] [email protected] ABSTRACT Popular techniques for solving IK problems typically discount Inverse kinematics (IK) is a central component of systems for mo- the use of exact Hessians, and prefer to rely on approximations of tion capture, character animation, motion planning, and robotics second-order derivatives. However, robotics work has shown that control. The eld of computer graphics has developed fast station- exact Hessians in 2D Lie algebra-based dynamical computations ary point solvers methods, such as the Jacobian transpose method outperforms approximate methods [Lee et al. 2005]. Encouraged by and cyclic coordinate descent. Much work with Newton methods these results, we examine the viability of exact Hessians for inverse focus on avoiding directly computing the Hessian, and instead ap- kinematics of 3D characters. To our knowledge, no previous work in proximations are sought, such as in the BFGS class of solvers. This computer graphics has addressed the signicance of using a closed paper presents a numerical method for computing the exact Hes- form solution for the exact Hessian, which is surprising since IK is sian of an IK system with spherical joints. It is applicable to human pertinent for many computer animation applications and there is a skeletons in computer animation applications and some, but not large body of work on the topic. all, robots. Our results show that using exact Hessians can give This paper presents the closed form solution in a simple and easy performance advantages and higher accuracy compared to standard to evaluate geometric form using two world space cross-products.
    [Show full text]
  • DESIGN and CONTROL of a THREE DEGREE-OF-FREEDOM PLANAR PARALLEL ROBOT a Thesis Presented to the Faculty of the Fritz J. and Dolo
    7 / ~'!:('I DESIGN AND CONTROL OF A THREE DEGREE-OF-FREEDOM PLANAR PARALLEL ROBOT A Thesis Presented to The Faculty of the Fritz J. and Dolores H.Russ College of Engineering and Technology Ohio University In partial Fulfillment of the Requirements for the Degree Master of Science by Atul Ravindra Joshi August 2003 iii TABLE OF CONTENTS LIST OF FIGURES v CHAPTERl: INTRODUCTION 1 1.1 Introduction of Planar Parallel Robots 1 1.2 Literature Review 3 1.3 Objective of the thesis 5 CHAPTER2: PARALLEL ROBOT KINEMATICS 6 2.1 Pose Kinematics 6 2.1.1 Inverse Pose Kinematics 9 2.1.2 Forward Pose Kinematics 11 2.2 Rate Kinematics 15 2.3 Workspace Analysis 20 CHAPTER3: PARALLEL ROBOT HARDWARE IMPLEMENTATION 24 3.1 Design And Construction Of 3-RPR Planar Parallel Robot 24 3.2 Control Of3-RPR Planar Parallel Robot 34 CHAPTER4: EXPERIMENTATION AND RESULTS 41 CHAPTERS: CONCLUSIONS 50 S.1 Concluding Statement 50 5.2 Future Work 51 IV REFERENCES 53 APPENDIX A: LVDT CALLIBRATION 56 APPENDIX B: OPERATION PROCEDURE 61 APPENDIX C: INVERSE POSE KINEMATICS CODE 64 ABSTRACT v LIST OF FIGURES Figure Page 1.1 3-RPR Diagram 2 1.2 3-RPR Hardware 3 2.1 3-RPR Planar Parallel Manipulator Kinematics Diagram 7 2.2 3-RPR Manipulator Hardware 8 2.3 Inverse Pose Kinematics 10 2.4 Velocity Kinematics 16 2.5 Angle Nomenclatures 17 2.6 Example of the 3-RPR Reachable Workspace 21 2.3 Workspace analysis by geometrical method 22 3.1 Summary of the 3-RPR Hardware Configuration 28 3.2 3-RPR Planar Parallel Robot Hardware 29 3.3 External MultiQ Boards, Solenoid Valves, and Power Supply
    [Show full text]