An Introduction to Robot Kinematics

Total Page:16

File Type:pdf, Size:1020Kb

An Introduction to Robot Kinematics Carnegie Mellon An Introduction to Robot Kinematics © Howie Choset, 2007 Carnegie Mellon An Example - The PUMA 560 2 3 4 1 There are two more joints on the end effector (the gripper) The PUMA 560 has SIX revolute joints A revolute joint has ONE degree of freedom ( 1 DOF) that is defined by its angle Carnegie Mellon Other basic joints Revolute Joint 1 DOF ( Variable - ) Prismatic Joint 1 DOF (linear) (Variables - d) Spherical Joint 3 DOF ( Variables - 1, 2, 3) Carnegie Mellon We are interested in two kinematics topics Forward Kinematics (angles to position) What you are given: The length of each link The angle of each joint What you can find: The position of any point (i.e. it’s (x, y, z) coordinates Inverse Kinematics (position to angles) What you are given: The length of each link The position of some point on the robot What you can find: The angles of each joint needed to obtain that position Carnegie Mellon Quick Math Review Dot Product: ax a Geometric Representation: y b A B A B cosθ A x b θ y Matrix Representation: B ax bx A B axbx ayby ay by Unit Vector Vector in the direction of a chosen vector but whose magnitude is 1. B u B B uB Carnegie Mellon Quick Matrix Review Matrix Multiplication: An (m x n) matrix A and an (n x p) matrix B, can be multiplied since the number of columns of A is equal to the number of rows of B. Non-Commutative Multiplication AB is NOT equal to BA a b e f ae bg af bh c d g h ce dg cf dh Matrix Addition: a b e f a e b f c d g h c g d h Carnegie Mellon Basic Transformations Moving Between Coordinate Frames Translation Along the X-Axis Y O (VN,VO) VO P N X VN Px Px = distance between the XY and NO coordinate planes V X V N P Notation: XY NO P x V Y V O V V 0 Carnegie Mellon Writing V XY in terms of VNO Y O VO P N X VN P VN V XY X P V NO O V Carnegie Mellon O Translation along the X-Axis and Y-Axis Y VO N VN XY Px X P PY N XY NO PX V V P V O PY V Carnegie Mellon Using Basis Vectors Basis vectors are unit vectors that point along a coordinate axis O n Unit vector along the N-Axis o Unit vector along the N-Axis VO V NO Magnitude of the VNO vector o n VN N N NO NO NO NO V V cosθ V cosθ V n V O NO NO NO V V sinθ V cos(90 θ) V o Carnegie Mellon Y Rotation (around the Z-Axis) Z X Y V VY X VX = Angle of rotation between the XY and NO coordinate axis X N XY V NO V V Y V O V V Carnegie Mellon Y x Unit vector along X-Axis V Can be considered with respect to the XY coordinates or NO coordinates V VXY VNO VY X VX VX VXY cosα VNO cosα VNO x X N O (Substituting for VNO using the N and O V (V n V o) x components of the vector) VX VN (xn) VO (xo) VN (cosθ) VO (cos(θ 90)) VN (cosθ) VO (sinθ) Carnegie Mellon Similarly…. VY VNO sinα VNO cos(90α) VNO y VY (VN n VO o) y VY VN (y n) VO (y o) VN (cos(90 θ)) VO (cosθ) VN (sinθ) VO (cosθ) So…. VX VN (cosθ) VO (sinθ) VY VN (sinθ) VO (cosθ) Written in Matrix Form X N XY V cosθ X sinθV Rotation Matrix about the z-axis V XY V Y V O V sinθ Ycos θ V V Carnegie Mellon Y1 (VN,VO) Y0 VNO VXY 1 P X Translation along P followed by rotation by X0 VX P cosθ sinθVN VXY x Y O V Py sinθ cosθ V (Note : Px, Py are relative to the original coordinate frame. Translation followed by rotation is different than rotation followed by translation.) In other words, knowing the coordinates of a point (VN,VO) in some coordinate frame (NO) you can find the position of that point relative to your original coordinate frame (X0Y0). Carnegie Mellon HOMOGENEOUS REPRESENTATION Putting it all into a Matrix What we found by doing a translation and a rotation X N V Px cosθ sinθ 0V Padding with 0’s and 1’s V Y P sinθ cosθ 0 VO y 1 1 0 0 1 1 X N XY V Px cosθ sinθV V XV cos θ sin θ P VN Y P x O V y sinθ cosθ V VY sinθ cosθ P VO Simplifying into a matrix form y 1 0 0 1 1 cosθ sinθ Px H sinθ cosθ Py Homogenous Matrix for a Translation in XY plane, followed by a Rotation around 0 0 1 the z-axis Carnegie Mellon Rotation Matrices in 3D – OK,lets return from homogenous repn cosθ sinθ 0 Rotation around the Z-Axis R sinθ cosθ 0 z 0 0 1 cosθ 0 sinθ R 0 1 0 Rotation around the Y-Axis y sinθ 0 cosθ 1 0 0 R 0 cosθ sinθ Rotation around the X-Axis z 0 sinθ cosθ Carnegie Mellon Homogeneous Matrices in 3D H is a 4x4 matrix that can describe a translation, rotation, or both in one matrix O 1 0 0 Px Y 0 1 0 Py N P H 0 0 1 Pz X A 0 0 0 1 Translation without rotation Z n o a 0 Y x x x n o a 0 O y y y N H nz oz az 0 X 0 0 0 1 Rotation part: Z Rotation without translation Could be rotation around z-axis, A x-axis, y-axis or a combination of the three. Carnegie Mellon Homogeneous Continued…. V N VO The (n,o,a) position of a point relative to the V XY H current coordinate frame you are in. V A 1 N nx ox ax Px V O X N O A n o a P V V n V o V a V P V XY y y y y x x x x A nz oz az Pz V 0 0 0 1 1 The rotation and translation part can be combined into a single homogeneous matrix IF and ONLY IF both are relative to the same coordinate frame. Carnegie Mellon Finding the Homogeneous Matrix EX. Y W N O W A W T P X Z I X W W Point relative to the Point relative to the Point relative to the J W Y W I-J-K frame N-O-A frame X-Y-Z frame K Z W W I N I N W ni oi ai Pi W W Pi ni oi ai W J O J O W n j o j a j Pj W W Pj n j oj aj W K A K A W P n o a W W nk ok ak Pk W k k k k 1 0 0 0 1 1 Carnegie Mellon Y T P X W N O Z W W A WX i j k T WI WX T i j k WI x x x x x x x x Y J W iy jy k y Ty W WY T i j k WJ y y y y Z K W iz jz k z Tz W WZ T i j k Wk z z z z 1 0 0 0 1 1 WI J W K W X N W ix jx k x Tx ni oi ai Pi W Y O W i j k T n o a P W Substituting for y y y y j j j j Z A W iz jz k z Tz nk ok ak Pk W 1 0 0 0 1 0 0 0 1 1 Carnegie Mellon X N W W i j k T n o a P x x x x i i i i WY WO iy jy k y Ty n j o j a j Pj H H WZ W A iz jz k z Tz nk ok ak Pk 1 1 0 0 0 1 0 0 0 1 Product of the two matrices Notice that H can also be written as: 1 0 0 Tx ix jx k x 01 0 0 Pi ni oi ai 0 0 1 0 T i j k 00 1 0 P n o a 0 H y y y y j j j j 0 0 1 Tz iz jz k z 00 0 1 Pk nk ok ak 0 0 0 0 1 0 0 0 10 0 0 1 0 0 0 1 H = (Translation relative to the XYZ frame) * (Rotation relative to the XYZ frame) * (Translation relative to the IJK frame) * (Rotation relative to the IJK frame) Carnegie Mellon The Homogeneous Matrix is a concatenation of numerous translations and rotations Y T W N O P W X A W Z One more variation on finding H: H = (Rotate so that the X-axis is aligned with T) * ( Translate along the new t-axis by || T || (magnitude of T)) * ( Rotate so that the t-axis is aligned with P) * ( Translate along the p-axis by || P || ) * ( Rotate so that the p-axis is aligned with the O-axis) This method might seem a bit confusing, but it’s actually an easier way to solve our problem given the information we have.
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]
  • KINEMATIC ANALYSIS of a THUMB-EXOSKELETON SYSTEM for POST STROKE REHABILITATION By
    KINEMATIC ANALYSIS OF A THUMB-EXOSKELETON SYSTEM FOR POST STROKE REHABILITATION By Vikash Gupta Thesis Submitted to the Faculty of the Graduate School of Vanderbilt University in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE in Mechanical Engineering August, 2010 Nashville, Tennessee Approved: Professor Nilanjan Sarkar Professor Derek Kamper Professor Robert Webster III ACKNOWLEDGEMENTS I will like to extend my sincere thanks to Dr. Nilanjan Sarkar for his continuous support and guidance, for his encouragement and advice throughout my studies. He has always been a source of inspiration for me. I would also like to thank Dr. Derek Kamper from Rehabilitation Institute of Chicago, for providing valuable comments on the thesis and being supportive throughout the research. My deep gratitude and sincere thanks goes to my parents and my sister, Swati Gupta. Their invaluable support, understanding and encouragement from far home has always helped me to continue my research. I would also like to thank Hari Kr. Voruganti, Mukul Singhee, Abhishek Chowdhury, Sayantan Chatterjee and Raktim Mitra for their support. My sincere thanks goes to Nino Dzotsenidze, who has always supported and believed in me and helped me make the right decisions at all times. Without her support and encouragement, it would have not been possible. I would also like to thank and express my sincere gratitude to my colleagues and friends Milind Shashtri, Furui Wang, Yu Tian, Jadav Das and Uttama Lahiri at Robotics and Autonomous Systems Laboratory for their support. Last but not the least, I want to express my humble thanks and appreciation to Suzanne Weiss from the Mechanical Engineering department for always being supportive.
    [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]
  • Arxiv:2102.12942V3 [Cs.RO] 30 Mar 2021 Drawback of These Strategies Is That They Are Extremely Sensitive to Inaccuracies in the Model
    Structured Prediction for CRiSP Inverse Kinematics Learning with Misspecified Robot Models Gian Maria Marconi∗,1,2 Raffaello Camoriano∗,2 Lorenzo Rosasco2,3,4 Carlo Ciliberto5 [email protected] raff[email protected] [email protected] [email protected] Abstract With the recent advances in machine learning, problems that traditionally would require accurate modeling to be solved analytically can now be successfully approached with data-driven strategies. Among these, computing the inverse kinematics of a redundant robot arm poses a significant challenge due to the non-linear structure of the robot, the hard joint constraints and the non-invertible kinematics map. Moreover, most learning algorithms consider a completely data-driven approach, while often useful information on the structure of the robot is available and should be positively exploited. In this work, we present a simple, yet effective, approach for learning the inverse kinematics. We introduce a structured prediction algorithm that combines a data-driven strategy with the model provided by a forward kinematics function – even when this function is misspecified – to accurately solve the problem. The proposed approach ensures that predicted joint configurations are well within the robot’s constraints. We also provide statistical guarantees on the generalization properties of our estimator as well as an empirical evaluation of its performance on trajectory reconstruction tasks. 1 Introduction Computing the inverse kinematics of a robot is a well-known key problem in several applications requiring robot control [20]. This task consists in finding a set of joint configurations that would result in a given pose of the end effector, and is traditionally solved by assuming access to an accurate model of the robot and employing geometric or numerical optimization techniques.
    [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]
  • Kinematics, Kinematics Chains Previously
    Kinematics, Kinematics Chains Previously • Representation of rigid body motion • Two different interpretations - as transformations between different coordinate frames - as operators acting on a rigid body • Representation in terms of homogeneous coordinates • Composition of rigid body motions • Inverse of rigid body motion Rigid Body Transform Translation only is the origin of the frame B expressed in the Frame A Composite transformation: {B} Transformation: Homogeneous coordinates The points from frame A to frame B are {A} transformed by the inverse of (see example next slide) Kinematic Chains • We will focus on mobile robots (brief digression) • In general robotics - study of multiple rigid bodies lined together (e.g. robot manipulator) • Kinematics – study of position, orientation, velocity, acceleration regardless of the forces • Simple examples of kinematic model of robot manipulator and mobile robot • Components – links, connected by joints Various joints Kinematic Chains Tool frame Base frame • Given determine what is • Given determine what is • We can control , want to understand how it affects position of the tool frame • How does the position of the tool frame change as the manipulator articulates • Actuators change the joint angles Forward kinematics for a 2D arm • Find position of the end effector as a function of the joint angles • Blackboard example Kinematic Chains in 3D • More joints possible (spherical, screw) • Additional offset parameters, more complicated • Same idea: set up frame with each link • Define relationship
    [Show full text]
  • Lecture 10 Forward Kinematics Katie DC Feb
    lecture 10 forward kinematics Katie DC Feb. 25, 2020 Modern Robotics Ch. 4 Admin • Guest Lecture on Thursday 2/27 • Quiz 1 re-take is this week • HW3: PF Implementation due next week • HW5 due this week • I’ll be posting a course feedback form this week What is Forward Kinematics? • Kinematics: a branch of classical mechanics that describes motion of bodies without considering forces. AKA “the geometry of motion” • Forward kinematics: a specific problem in robotics. Given the individual state of each joint of the robot (in a local frame), what is the position of a given point on the robot in the global frame? Where is forward kinematics used? Forward Kinematics of a Simple Chain Assumptions • Our robot is a kinematic chain, made of rigid links and movable joints • No branches or loops (will discuss later) • All joints have one degree of freedom and are revolute or prismatic Review of Screw Motions We derived a representation for the screw axis: 휔 풮 = ∈ ℝ6 푣 where either • 휔 = 1 • where 푣 = −휔 × 푞 + ℎ휔, where 푞 is the point on the axis of the screw and ℎ is the pitch of the screw • 휔 = 0 and 푣 = 1 Screw Motions as Matrix Exponential The screw axis 풮푖 can be expressed in matrix form as: 휔 푣 풮 = 푖 ∈ 푠푒 3 푖 0 0 To express a screw motion given a screw axis, we use the matrix exponential: 푒 풮 휃 ∈ 푆퐸 3 Modeling Robot Joints as Screw Motions Case 1: Revolute Joint • 휔 = 1 • 푣 = −휔 × 푞 + ℎω • 푣 = −휔 × 푞 Modeling Robot Joints as Screw Motions Case 2: Prismatic Joint • 휔 = 0 • 푣 = 1 • Axis of movement defines 푣 Product of Exponentials Approach Let
    [Show full text]