Orientation & Quaternions

Similar documents
CS354 Computer Graphics Rotations and Quaternions

Animation. Keyframe animation. CS4620/5620: Lecture 30. Rigid motion: the simplest deformation. Controlling shape for animation

Quaternions and Rotations

ME 597: AUTONOMOUS MOBILE ROBOTICS SECTION 2 COORDINATE TRANSFORMS. Prof. Steven Waslander

CS612 - Algorithms in Bioinformatics

Visual Recognition: Image Formation

3D Rotations and Complex Representations. Computer Graphics CMU /15-662, Fall 2017

Visualizing Quaternions

3D Transformations. CS 4620 Lecture Kavita Bala w/ prior instructor Steve Marschner. Cornell CS4620 Fall 2015 Lecture 11

Transformation. Jane Li Assistant Professor Mechanical Engineering & Robotics Engineering

Visualizing Quaternions

Quaternions and Rotations

3D Transformations. CS 4620 Lecture 10. Cornell CS4620 Fall 2014 Lecture Steve Marschner (with previous instructors James/Bala)

CS770/870 Spring 2017 Quaternions

CS 445 / 645 Introduction to Computer Graphics. Lecture 21 Representing Rotations

12.1 Quaternions and Rotations

3D Transformations and Complex Representations. Computer Graphics CMU /15-662, Fall 2016

Quaternions and Rotations

Today. Today. Introduction. Matrices. Matrices. Computergrafik. Transformations & matrices Introduction Matrices

Quaternions and Rotations

Rotations in 3D Graphics and the Gimbal Lock

Quaternions & Rotation in 3D Space

Aalto CS-C3100 Computer Graphics, Fall 2016

1 Transformations. Chapter 1. Transformations. Department of Computer Science and Engineering 1-1

Geometric Transformations

3D Game Engine Programming. Understanding Quaternions. Helping you build your dream game engine. Posted on June 25, 2012 by Jeremiah van Oosten

Jorg s Graphics Lecture Notes Coordinate Spaces 1

Fundamentals of Computer Animation

Transformations: 2D Transforms

Animation. CS 4620 Lecture 32. Cornell CS4620 Fall Kavita Bala

2D/3D Geometric Transformations and Scene Graphs

EECE 478. Learning Objectives. Learning Objectives. Linear Algebra and 3D Geometry. Linear algebra in 3D. Coordinate systems

Autonomous Navigation for Flying Robots

Quaternions and Euler Angles

CS184: Using Quaternions to Represent Rotation

CALCULATING TRANSFORMATIONS OF KINEMATIC CHAINS USING HOMOGENEOUS COORDINATES

IMAGE-BASED RENDERING AND ANIMATION

Rotations (and other transformations) Rotation as rotation matrix. Storage. Apply to vector matrix vector multiply (15 flops)

Computer Animation II

Working With 3D Rotations. Stan Melax Graphics Software Engineer, Intel

Vector Algebra Transformations. Lecture 4

Answers. Chapter 2. 1) Give the coordinates of the following points:

Fundamentals of Computer Animation

Quaternion Rotations AUI Course Denbigh Starkey

Geometric transformations assign a point to a point, so it is a point valued function of points. Geometric transformation may destroy the equation

Lecture Note 3: Rotational Motion

Geometric transformations in 3D and coordinate frames. Computer Graphics CSE 167 Lecture 3

CMSC 425: Lecture 6 Affine Transformations and Rotations

Math background. 2D Geometric Transformations. Implicit representations. Explicit representations. Read: CS 4620 Lecture 6

Animation and Quaternions

CT5510: Computer Graphics. Transformation BOCHANG MOON

3D Kinematics. Consists of two parts

Section 10.1 Polar Coordinates

To do this the end effector of the robot must be correctly positioned relative to the work piece.

Rotation parameters for model building and stable parameter inversion in orthorhombic media Cintia Lapilli* and Paul J. Fowler, WesternGeco.

Analysis of Euler Angles in a Simple Two-Axis Gimbals Set

For each question, indicate whether the statement is true or false by circling T or F, respectively.

a a= a a =a a 1 =1 Division turned out to be equivalent to multiplication: a b= a b =a 1 b

CS 475 / CS 675 Computer Graphics. Lecture 16 : Interpolation for Animation

Motivation. Parametric Curves (later Surfaces) Outline. Tangents, Normals, Binormals. Arclength. Advanced Computer Graphics (Fall 2010)

Coordinate Frames and Transforms

Transformations. Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico

Rotation with Quaternions

Inertial Measurement Units II!

METR 4202: Advanced Control & Robotics

Introduction to quaternions. Mathematics. Operations

Animation. Animation

Polar Coordinates. 2, π and ( )

The Three Dimensional Coordinate System

Quaternion to Euler Angle Conversion for Arbitrary Rotation Sequence Using Geometric Methods

Rotational Joint Limits in Quaternion Space. Gino van den Bergen Dtecta

Lecture 9: Transformations. CITS3003 Graphics & Animation

Animation. Computer Graphics COMP 770 (236) Spring Instructor: Brandon Lloyd 4/23/07 1

Quaternions and Dual Coupled Orthogonal Rotations in Four-Space

Overview. By end of the week:

Lab 2A Finding Position and Interpolation with Quaternions

Computer Graphics. Chapter 5 Geometric Transformations. Somsak Walairacht, Computer Engineering, KMITL

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6

Analytic Spherical Geometry:

Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

Part II: OUTLINE. Visualizing Quaternions. Part II: Visualizing Quaternion Geometry. The Spherical Projection Trick: Visualizing unit vectors.

Basics of Computational Geometry

SUMMARY. CS380: Introduction to Computer Graphics Track-/Arc-ball Chapter 8. Min H. Kim KAIST School of Computing 18/04/06.

3D Modelling: Animation Fundamentals & Unit Quaternions

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

Quaternions in Practice

Representations and Transformations. Objectives

3D Rotation: more than just a hobby

θ x Week Date Lecture (M: 2:05p-3:50, 50-N202) 1 23-Jul Introduction + Representing Position & Orientation & State 2 30-Jul

MTRX4700 Experimental Robotics

Coordinate Transformations. Coordinate Transformation. Problem in animation. Coordinate Transformation. Rendering Pipeline $ = $! $ ! $!

Last week. Machiraju/Zhang/Möller/Fuhrmann

Matrices. Chapter Matrix A Mathematical Definition Matrix Dimensions and Notation

Rotation and Orientation: Fundamentals. Perelyaev Sergei VARNA, 2011

2D and 3D Transformations AUI Course Denbigh Starkey

Homogeneous Coordinates

Vectors and the Geometry of Space

Hierarchical Modeling. University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell

Linear algebra deals with matrixes: two-dimensional arrays of values. Here s a matrix: [ x + 5y + 7z 9x + 3y + 11z

Transcription:

Orientation & Quaternions

Orientation

Position and Orientation The position of an object can be represented as a translation of the object from the origin The orientation of an object can be represented as a rotation of an object from its original unrotated orientation. University of Texas at Austin CS384G - Computer Graphics Don Fussell 3

Position Cartesian coordinates (x,y,z) are an easy and natural means of representing a position in 3D space Of course, there are many other frames such as polar notation (r,θ,φ) University of Texas at Austin CS384G - Computer Graphics Don Fussell 4

Orientation Several ways to represent a rotation: Euler angles Rotation vectors (axis/angle) 3x3 matrices Quaternions University of Texas at Austin CS384G - Computer Graphics Don Fussell 5

Direct Matrix Representation Matrices are how we apply rotations to geometric data, so generally orientation representations need to be converted to matrix form to actually perform the rotation specified Why consider other representations? Numerical issues Storage issues User interaction issues Interpolation issues University of Texas at Austin CS384G - Computer Graphics Don Fussell 6

Direct Matrix Representation Recall that an orthonormal matrix performs an arbitrary rotation. Given 3 mutually orthogonal unit vectors: a = b c b = c a c = a b a = b = c = 1 A rotation of a onto the x axis, b onto the y axis, and c onto the z axis is performed by:! a x a y a z 0 # & # b x b y b z 0 & # & # c x c y c z 0 & # & " 0 0 0 1 % University of Texas at Austin CS384G - Computer Graphics Don Fussell 7

Euler s Theorem Euler s Theorem: Any two independent orthonormal n-dimensional coordinate frames can be related by a sequence of no more than n rotations about basis vectors (coordinate axes) such that consecutive rotations are about distinct basis vectors. Leonhard Euler (1707-1783) Nothing to do with Euler integration, Newton- Euler dynamics, Euler s Formula, Euler equations, Euler characteristic University of Texas at Austin CS384G - Computer Graphics Don Fussell 8

Euler Angles We can represent an orientation in 3-d Euclidean space with 3 numbers Such a sequence of rotations around basis vectors is called an Euler Angle Sequence We ll normally use the sequence ijk (x y z) But we could also use: ikj iji iki jik jki jij jkj kij kji kik kjk University of Texas at Austin CS384G - Computer Graphics Don Fussell 9

Matrix for Euler Angles Matrix for our canonical ijk ordering: " R x R y R z = # " = # 1 0 0 0 0 cos x sin x 0 0 sin x cos x 0 0 0 0 1 %" & # cos y 0 sin y 0 0 1 0 0 sin y 0 cos y 0 0 0 0 1 c y c z c y s z s y 0 s x s y c z c x s z s x s y s z + c x c z s x c y 0 c x s y c z + s x s z c x s y s z s x c z c x c y 0 0 0 0 1 % & %" & # cos z sin z 0 0 sin z cos z 0 0 0 0 1 0 0 0 0 1 % & University of Texas at Austin CS384G - Computer Graphics Don Fussell 10

Local vs. World Coordinates Matrix multiplication is not commutative - the order of operations is important Rotations are normally assumed to be relative to world coordinate axes, not local object coordinates Reversing the sequence order gives a local object coordinate representation University of Texas at Austin CS384G - Computer Graphics Don Fussell 11

Vehicle Orientation Generally, for vehicles, it is most convenient to rotate in roll (z), pitch (y), and then yaw (x) This is a local coordinate representation Note that it s the reverse of our canonical world coordinate order This is quite intuitive where we have a well-defined up direction z y front of vehicle University of Texas at Austin CS384G - Computer Graphics Don Fussell 12 x

Gimbal Lock A common problem with Euler angles is gimbal lock This results when two axes coincide after a rotation by some integer multiple of 90 o about a third axis, resulting in a singularity, i.e. a loss of a degree of freedom What is the longitude at the north or south pole? University of Texas at Austin CS384G - Computer Graphics Don Fussell 13

Interpolating Euler Angles One can simply interpolate between the three values independently This will result in the interpolation following a different path depending on which of the 12 schemes you choose Interpolating near the poles can be problematic University of Texas at Austin CS384G - Computer Graphics Don Fussell 14

Pros and Cons of Euler Angles Pro Compact (only 3 numbers) Con Do not interpolate in a consistent way (pro or con) Gimbal lock Not simple to concatenate rotations University of Texas at Austin CS384G - Computer Graphics Don Fussell 15

Axis/Angle Representation Euler s Theorem shows that any two orientations can be related by a single rotation about some axis vector (not necessarily a basis vector) This means that we can represent an arbitrary orientation as a rotation about some unit axis vector by some angle (4 numbers) University of Texas at Austin CS384G - Computer Graphics Don Fussell 16

Axis/Angle Representation Storing an orientation as an axis and an angle uses 4 numbers, but Euler s Theorem says that we only need 3 numbers to represent an orientation Thus there is redundant information, the magnitude of the axis vector, in the axis/angle representation, Normalizing the axis vector constrains the extra degree of freedom since if we know the vector is unit length, we can get its third direction cosine if we know the other two. University of Texas at Austin CS384G - Computer Graphics Don Fussell 17

Axis/Angle (OpenGL) Rotation Matrix Given arbitrary unit axis vector a=(a x,a y,a z ) and counterclockwise rotation angle θ: " # a 2 x + c θ (1 a 2 x ) a x a y (1 c θ )+ a z s θ a x a z (1 c θ ) a y s θ 0 a x a y (1 c θ ) a z s θ a 2 y + c θ (1 a 2 y ) a y a z (1 c θ )+ a x s θ 0 a x a z (1 c θ )+ a y s θ a y a z (1 c θ ) a x s θ a 2 z + c θ (1 a 2 z ) 0 0 0 0 1 % & University of Texas at Austin CS384G - Computer Graphics Don Fussell 18

Quaternions

Quaternions Quaternions are an extension of complex numbers that provide a way of rotating vectors just as vectors translate points Discovered by Hamilton in 1843 (and Gauss in 1819, but he didn t publish) For graphics, they are most useful as a means of representing orientations (rotations) University of Texas at Austin CS384G - Computer Graphics Don Fussell 20

Quaternions Quaternions are an extension of complex numbers with 3 square roots of -1 (ijk) instead of just i The first component is a scalar real number, the other 3 form a vector in right-handed ijk space q = s + iq 1 + jq 2 + kq 3 where i 2 = j 2 = k 2 = ijk = 1 or you can write it explicitly as a scalar and a vector q = s, v where v =! " q 1 q 2 q 3 # University of Texas at Austin CS384G - Computer Graphics Don Fussell 21

Unit Quaternions For representing rotations or orientations, 4 numbers is once again 1 too many, so as with axis/angle we use only unit length quaternions q = s 2 + q 1 2 + q 2 2 + q 3 2 =1 These correspond to the set of vectors that form the hypersurface of a 4D hypersphere of radius 1 The hypersurface is actually a 3D volume in 4D space, but it can sometimes be visualized as an extension to the concept of a 2D surface on a 3D sphere University of Texas at Austin CS384G - Computer Graphics Don Fussell 22

Unit Quaternions as Rotations A unit quaternion represents a rotation by an angle θ around a unit axis vector a as:! q = cos θ a x sin θ a y sin θ a z sin θ # & "# 2 2 2 2 %& or q = cos θ 2, asinθ 2 If a is unit length, q is too University of Texas at Austin CS384G - Computer Graphics Don Fussell 23

Unit Quaternions as Rotations q = s 2 + q 1 2 + q 2 2 + q 3 2 = cos 2 θ 2 + a 2 x sin 2 θ 2 + a 2 y sin 2 θ 2 + a 2 z sin 2 θ 2 ( ) = cos 2 θ 2 + θ sin2 2 a 2 x + a 2 2 y + a z = cos 2 θ 2 + θ sin2 2 a 2 = cos 2 θ 2 + θ sin2 2 = 1 =1 University of Texas at Austin CS384G - Computer Graphics Don Fussell 24

Conjugation Performs Rotation Quaternions can represent vectors by setting the scalar part to 0 (i.e. the axis vector with 0 rotation). v = 0, v This vector (quaternion) needn t be unit length. Rotate the vector counterclockwise by angle θ about axis a by conjugating it with a unit quaternion representing the rotation q = cos θ 2, asinθ 2 v! = qvq 1 v! = 0, v! where q 1 = cos θ 2, asin θ 2 q 2 = cos θ 2, asinθ 2 University of Texas at Austin CS384G - Computer Graphics Don Fussell 25

Quaternion Multiplication We can perform multiplication on quaternions if we expand them into their complex number form q = s + iq 1 + jq 2 + kq 3 If q represents a rotation and q represents a rotation, then qq represents q rotated by q This follows very similar rules as matrix multiplication (in particular it is not commutative) q q! = s + iq 1 + jq 2 + kq 3 ( )( s! + i q 1! + j q! 2 + k!) = s s! v v!, s v! + s! v + v v q 3 University of Texas at Austin CS384G - Computer Graphics Don Fussell 26

Quaternion Multiplication Note that, just like complex numbers, two unit quaternions multiplied together will result in another unit quaternion Multiplication by complex numbers can be thought of as a rotation in the complex plane Quaternions extend the planar rotations of complex numbers to 3D rotations in space So, in summary, multiplying unit quaternions in a particular order results in a unit quaternion that does the rotation that is performed by the two original rotations in that order. University of Texas at Austin CS384G - Computer Graphics Don Fussell 27

Unit Quaternion to Matrix Matrix for unit quaternion: " # 1 2q 2 2 2 2q 3 2q 1 q 2 +2sq 3 2q 1 q 3 2sq 2 0 2q 1 q 2 2sq 3 1 2q 2 2 1 2q 3 2q 2 q 3 +2sq 1 0 2q 1 q 3 +2sq 2 2q 2 q 3 2sq 1 1 2q 2 2 1 2q 2 0 0 0 0 1 % & University of Texas at Austin CS384G - Computer Graphics Don Fussell 28

Quaternion Interpolation

Linear Interpolation If we want to do a linear interpolation between two points a and b in normal space Lerp(t,a,b) = (1-t)a + (t)b where t ranges from 0 to 1 This is a (convex) affine combination of points It can of course also be written Lerp(t,a,b) = a + t(b-a) University of Texas at Austin CS384G - Computer Graphics Don Fussell 30

Spherical Linear Interpolation If we want to interpolate between two points on a sphere (or hypersphere), we don t just want to Lerp between them Instead, we will travel across the surface of the sphere by following a great arc University of Texas at Austin CS384G - Computer Graphics Don Fussell 31

Spherical Linear Interpolation Geometrically, the spherical linear interpolation of two unit vectors in N dimensional space is given by: Slerp(t, a, b) = sin( ( 1 t)θ) sinθ a + sin tθ ( ) sinθ b where θ = cos 1 a b ( ) University of Texas at Austin CS384G - Computer Graphics Don Fussell 32

Quaternion Interpolation Remember that there are two redundant vectors in quaternion space for every unique orientation in 3D space What is the difference between: Slerp(t,a,b) and Slerp(t,-a,b)? One of these will travel less than 90 degrees while the other will travel more than 90 degrees across the sphere This corresponds to rotating the short way or the long way Usually, we want to take the short way, so we negate one of them if their dot product is < 0 University of Texas at Austin CS384G - Computer Graphics Don Fussell 33

Quaternion Summary Quaternions are 4D vectors that can represent 3D rigid body orientations We use unit quaternions for orientations (rotations) Quaternions are more compact than matrices to represent rotations/orientations Key operations: Quaternion multiplication: faster than matrix multiplication for combining rotations Quaternion conjugation: faster than matrix vector multiplication for performing rotations Quaternion to matrix: to combine quaternion rotations with other affine transforms Slerp: to interpolate between arbitrary orientations University of Texas at Austin CS384G - Computer Graphics Don Fussell 34