1 / 8

Robotic Arms and Matrices

Robotic Arms and Matrices. By Chris Wong and Chris Marino. The Canadarm. First operation 1998 Used for assembly of the International Space Station Composed of a series of arms of fixed length connected by rotating joints. Key Concepts. Translation Rotation Homogeneous Coordinates

yaholo
Download Presentation

Robotic Arms and Matrices

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Robotic Arms and Matrices By Chris Wong and Chris Marino

  2. The Canadarm First operation 1998 Used for assembly of the International Space Station Composed of a series of arms of fixed length connected by rotating joints

  3. Key Concepts • Translation • Rotation • Homogeneous Coordinates • Matrix Multiplication

  4. Translation • Not a linear transformation • Translation along vector V = [a,b] in R2 • Transformation represented by T(x) = x + V in R2 • Translation is caused by the position of the previous arm

  5. Rotation • Rotation is a Linear Transformation • Rotates any Vector about the origin

  6. Homogeneous Coordinates • Represents vector in R2 as a vector in R3 • x = [x,y] in R2 • X = [x,y,1] in R3 • Rotation and Translation operations can thus be represented using homogeneous coordinates

  7. Translation and Rotation in one • Represented through Matrix Multiplication • T  R represents Translation by Rotation • R  T does not equal T  R

  8. Second Arm • To represent second arm’s movement • Same as representing the first • Give each arm its own coordinate system • a and b are the x and y coordinates of the origin of the second arm with respect to the origin of the first arm • This new origin is obtained when by taking the components of the first arm when it is rotated about an angle theta • Now combining movements of the first and second arm • T2 * T1

More Related