rotation and orientation: fundamentals jehee lee seoul national university

57
Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Upload: donna-rose

Post on 04-Jan-2016

217 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation and Orientation:Fundamentals

Jehee Lee

Seoul National University

Page 2: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

What is Rotation ?

• Not intuitive– Formal definitions are also confusing

• Many different ways to describe– Rotation (direction cosine) matrix– Euler angles– Axis-angle– Rotation vector– Helical angles– Unit quaternions

Page 3: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Orientation vs. Rotation

• Rotation– Circular movement

• Orientation– The state of being oriented– Given a coordinate system, the orientation of an

object can be represented as a rotation from a reference pose

Page 4: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Analogy

(point : vector) is similar to (orientation : rotation)

Both represent a sort of (state : movement)

Reference coordinate system

Page 5: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Analogy

(point : vector) is similar to (orientation : rotation)

Both represent a sort of (state : movement)

Reference coordinate system

point : the 3d location of the bunnyvector : translational movement

Page 6: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Analogy

(point : vector) is similar to (orientation : rotation)

Both represent a sort of (state : movement)

Reference coordinate system

point : the 3d location of the bunnyvector : translational movement

orientation : the 3d orientation of the bunnyrotation : circular movement

Page 7: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Orientation

0

2

2

or

Polar Coordinates

Page 8: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Orientation

Although the motion is continuous, its representation could be discontinuous

0

2

2

or

)(t

Time

Page 9: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Orientation

Many-to-one correspondences between 2D orientations and their representations

0

2

2

or

)(t

Time

Page 10: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Extra Parameter

),( yx

X

Y122 yx

Page 11: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Extra Parameter

),( yx

X

Y122 yx

cossin

sincos

2x2 Rotation matrix is yet another method of using extra parameters

Page 12: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Complex Number

iyx

Real

Imaginary

Page 13: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Complex Exponentiation

iyx

Real

Imaginary

ie

iiyx

sincos

Page 14: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Rotation

• Complex numbers are good for representing 2D orientations, but inadequate for 2D rotations

• A complex number cannot distinguish different rotational movements that result in the same final orientation

– Turn 120 degree counter-clockwise– Turn -240 degree clockwise– Turn 480 degree counter-clockwise

Real

Imaginary

2

Page 15: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Rotation and Orientation

• 2D Rotation– The consequence of any 2D rotational movement can be

uniquely represented by a turning angle

• 2D Orientation– The non-singular parameterization of 2D orientations requires

extra parameters• Eg) Complex numbers, 2x2 rotation matrices

Page 16: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Operations in 2D

• (orientation) : complex number• (rotation) : scalar value• exp(rotation) : complex number

Page 17: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Rotation and Displacement

iyxc 1

Real

Imaginary

Page 18: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Rotation and Displacement

iyxc 1

Real

Imaginary

i

i

ecc

or

ecc

2

11

12

2c

Page 19: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Orientation Composition

Real

Imaginary

1c2c

)(21 undefinedcc

Page 20: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

2D Rotation Composition

iii eee )(

Real

Imaginary

Page 21: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Analogy

Page 22: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

X

Y

Z

X

Y

Z

3D Rotation

• Given two arbitrary orientations of a rigid object,

Page 23: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

3D Rotation

• We can always find a fixed axis of rotation and an angle about the axis

Page 24: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Euler’s Rotation Theorem

In other words,• Arbitrary 3D rotation equals to one rotation

around an axis• Any 3D rotation leaves one vector unchanged

The general displacement of a rigid body withone point fixed is a rotation about some axis

Leonhard Euler (1707-1783)

Page 25: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Euler angles

• Gimble– Hardware implementation of

Euler angles– Aircraft, Camera

Page 26: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Euler Angles

• Rotation about three orthogonal axes– 12 combinations

• XYZ, XYX, XZY, XZX

• YZX, YZY, YXZ, YXY

• ZXY, ZXZ, ZYX, ZYZ

• Gimble lock– Coincidence of inner most

and outmost gimbles’ rotation axes

– Loss of degree of freedom

Page 27: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Euler Angles

• Euler angles are ambiguous– Two different Euler angles can represent the same

orientation

– This ambiguity brings unexpected results of animation where frames are generated by interpolation.

),2

,0 and )0,2

, 21 (R(θ),r,r(rR zyx

Page 28: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Ranges

• Euler angles in ZXZ– Z-axis by – X’-axis by – Z’’-axis by

Page 29: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Dependence

• Compare– Rotation about z-axis by 180 degree– Rotation about y-axis by 180 degree, followed by

another rotation about x-axis by 180 degree

• Rotations about x-, y-, and z-axes are dependent

Page 30: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Vector

• Rotation vector (3 parameters)

• Axis-Angle (2+1 parameters)

),,(ˆ zyx vv )ˆ,( v

anglescalar :

runit vecto : ˆ

v

Page 31: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

3D Orientation

• Unhappy with three parameters – Euler angles

• Discontinuity (or many-to-one correspondences)• Gimble lock

– Rotation vector (a.k.a Axis/Angle)• Discontinuity (or many-to-one correspondences)

Page 32: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Using an Extra Parameter

• Euler parameters

2sinˆ

2cos

3

2

1

0

v

e

e

e

e

axisrotation :ˆ

anglerotation :

v

Page 33: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Quaternions

• William Rowan Hamilton (1805-1865)– Algebraic couples (complex number) 1833

iyx 12 iwhere

Page 34: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Quaternions

• William Rowan Hamilton (1805-1865)– Algebraic couples (complex number) 1833

– Quaternions 1843

iyx 12 iwhere

kzjyixw

jikikjkji

jkiijkkij

ijkkji

,,

,,

1222where

Page 35: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Quaternions

William Thomson“… though beautifully ingenious, have been an

unmixed evil to those who have touched them in any way.”

Arthur Cayley“… which contained everything but had to be

unfolded into another form before it could be understood.”

Page 36: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Unit Quaternions

• Unit quaternions represent 3D rotations

),(

),,,(

v

q

w

zyxw

kzjyixw

12222 zyxw

3S

Page 37: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation about an Arbitrary Axis

• Rotation about axis by angle

1 qpqp ),,,0( zyxpwhere

),,( zyx

),,( zyx

Purely Imaginary Quaternion

2sinˆ,

2cos

vq

Page 38: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Unit Quaternion Algebra

• Identity

• Multiplication

• Inverse

– Opposite axis or negative angle

• Unit quaternion space is– closed under multiplication and inverse,

– but not closed under addition and subtraction

),(

),)(,(

2112212121

221121

vvvvvv

vvqq

wwww

ww

)/(),,,(

)/(),,,(2222

22221

zyxwzyxw

zyxwzyxw

q

)0,0,0,1(q

Page 39: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Unit Quaternion Algebra

• Antipodal equivalence– q and –q represent the same rotation

– ex) rotation by about opposite direction– 2-to-1 mapping between S and SO(3)– Twice as fast as in SO(3)

)()( pp qq RR

3

Page 40: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

3D Orientations and Rotations

Orientations and rotations are different in coordinate-invariant geometric programming

Use unit quaternions for orientation representation– 3x3 orthogonal matrix is theoretically identical

Use 3-vectors for rotation representation

Page 41: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Tangent Vector(Infinitesimal Rotation)

3SqT

q

Page 42: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Tangent Vector(Infinitesimal Rotation)

3SqT

q

1q

Page 43: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Tangent Vector(Infinitesimal Rotation)

3SIT

),,,( 0001I

),,,( zyx0

qq 1

2

1

Angular Velocity

Page 44: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Exp and Log

log exp

I

)sinˆ,(cos)ˆexp()exp( vvv

Page 45: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Exp and Log

log exp

I

)sinˆ,(cos)ˆexp()exp( vvv

2sinˆ

2cos

3

2

1

0

v

e

e

e

e

Eulerparameters

Page 46: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Vector

1p

12 ppu

2p

2q

)( 121

12

ppp

upp

1q3S3R

21

11

12

logexp

)exp(

qqq

vqq

Page 47: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Vector

3S

21

1 qq

11

1 qqI 1p

12 ppu

2p

)( 121

12

ppp

upp

3R

21

11

12

logexp

)exp(

qqq

vqq

Page 48: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Vector

21

1 qq

11

1 qqI

21

11

12

logexp

)exp(

qqq

vqq

21

1log qqv

1p

12 ppu

2p

)( 121

12

ppp

upp

3R

Page 49: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Vector

• Finite rotation– Eg) Angular displacement– Be careful when you add two rotation vectors

• Infinitesimal rotation– Eg) Instantaneous angular velocity– Addition of angular velocity vectors are meaningful

vuvu eee

Page 50: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Spherical Linear Interpolation

• SLERP [Shoemake 1985]– Linear interpolation of two orientations

t

t1

))(logexp(t

)(),(slerp

21

11

21

1121

qqq

qqqqq

tt

Page 51: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Spherical Linear Interpolation

))(logexp(t

)(),(slerp

21

11

21

1121

qqq

qqqqq

tt

Page 52: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Coordinate-Invariant Operations

Page 53: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Adding Rotation Vectors

Page 54: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Affine Combination of Orientations

Page 55: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Analogy

• (point : vector) is similar to (orientation : rotation)

Page 56: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Matrix vs. Unit Quaternion

• Equivalent in many aspects– Redundant, No singularity– Exp & Log, Special tangent space

• Why quaternions ?– Fewer parameters, Simpler algebra– Easy to fix numerical error

• Cf) matrix orthogonalization (Gram-shmidt process, QR, SVD decomposition)

• Why rotation matrices ?– One-to-one correspondence– Handle rotation and translation in a uniform way

• Eg) 4x4 homogeneous matrices

Page 57: Rotation and Orientation: Fundamentals Jehee Lee Seoul National University

Rotation Conversions

• In theory, conversion between any representations is always possible

• In practice, conversion is not straightward because of difference in convention

• Quaternion to Matrix

1000

02222

02222

02222

2222000

02222

00

002222

0

zyxxzyyzx

xzyzyxzyx

yzxzyxzyx

qqqqqqqqqqqq

qqqqqqqqqqqq

qqqqqqqqqqqq

R