Local Coordinate Systems From Motion Capture Data

Size: px
Start display at page:

Download "Local Coordinate Systems From Motion Capture Data"

Transcription

1 Local Coordinate Systems From Motion Capture Data

2 Anatomical Coordinate Systems (thigh) How to calculate the anatomical coordinate systems 1) Find the Hip center 2) Find the Knee center 3) Find the Inferior/Superior Axis unit vector = (l 1, m 1, n 1 ) 4) Find the the A/P axis (using the Hip, Knee and Lateral Knee Targets) unit vector = (l 2, m 2, n 3 ) 5) Find the M/L axis via X product unit vector = (l 3, m 3, n s ) R tig = l 1 l 2 l 3 m 1 m 2 m 3 n 1 n 2 n 3

3 Problem: Calculating the anatomical coordinate system requires a target (medial knee) not used during the walking trial

4 Solution: Create a virtual medial knee target which can be located during the motion trials

5 Step 1: Creating the temporary local coordinate system 1) Select one Point (Lateral Knee) as Origin 2) Find the unit vector from origin to a second tracking target (hip) unit vector = (l t 1, m t 1, n t 1) 3) Use the 3 targets to find a plane and the second axis unit vector = (l t 2, m t 2, n t 3) 4) Find the third axis via X product unit vector = (l t 3, m t 3, n t s) R temp = l t 1 l t 2 l t 3 m t 1 m t 2 m t 3 n t 1 n t 2 n t 3

6 Step 2: Storing the virtual lateral knee target 1) Start with the tracking based local coordinate system (Rtemp) 2) Find the vector (P) from origin to the medial knee calibration Target* (in global coordinate System) 3) Transform P into the tracking coordinate system (P ) using P P = R temp t P

7 Step 3: Find the anatomical system during movement 1) Create the tracking based local coordinate system (Rtemp) 2) Recall the stored vector (P ) from origin to the calibration target (in tracking coordinate system) P 3) Transform P into the global coordinate system (P) using: P = R temp P + O 4) Use the tracking targets (including virtual) to find anatomically based coordinate system

8 Anatomical Coordinate Systems (shank) How to calculate the anatomical coordinate systems 1) Find the Knee center 2) Find the Ankle center 3) Find the Inferior/Superior Axis unit vector = (l 1, m 1, n 1 ) 4) Find the the A/P axis (using the knee, ankle and lateral ankle targets) unit vector = (l 2, m 2, n 3 ) 5) Find the M/L axis via X product unit vector = (l 3, m 3, n s ) l 1 l 2 l 3 m 1 m 2 m 3 n 1 n 2 n 3

9 Problem: Again calculating the anatomical coordinate system requires a target (medial ankle) not used during the walking trial

10 Solution: Again we create a virtual medial knee target which can be located during the motion trials

11 Step 1: Creating the temporary local coordinate system 1) Select one Point (lateral ankle) as Origin 2) Find the vector from origin to a second tracking target (knee) unit vector = (l t 1, m t 1, n t 1) 3) Use the 3 targets to find a plane and the second axis unit vector = (l t 2, m t 2, n t 3) 4) Find the third axis via X product unit vector = (l t 3, m t 3, n t s) R temp = l t 1 l t 2 l t 3 m t 1 m t 2 m t 3 n t 1 n t 2 n t 3

12 Step 2: Storing the virtual lateral knee target 1) Start with the tracking based local coordinate system (Rtemp) 2) Find the vector (P) from origin to the medial ankle calibration Target* (in global coordinate System) 3) Transform P into the tracking coordinate system (P ) using P P = R t temp P

13 Step 3: Find the anatomical system during movement 1) Create the tracking based local coordinate system 2) Recall the stored vector (P ) from origin to the calibration target (in tracking coordinate system) P 3) Transform P into the global coordinate system (P) using: P = R temp P + O 4) Use the tracking targets (including virtual) to find anatomically based coordinate system

14 Anatomical Coordinate Systems (foot) How to calculate the anatomical coordinate systems 1) Find the Ankle center 2) Find the A/P Axis unit vector = (l 2, m 2, n 2 ) 3) Find the the M/L axis (using the ankle, heel and toe targets) unit vector = (l 3, m 3, n 3 ) 4) Find the Vertical axis via X product unit vector = (l 1, m 1, n 1 ) R foot = l 1 l 2 l 3 m 1 m 2 m 3 n 1 n 2 n 3

15 Orientation of Bodies in 3D About the x axis About the y axis About the z axis Y Y Z X Z X

16 The final orientation depends on the rotation sequence About the x axis About the y axis About the y axis About the x axis Y Z X

17 Rotation Matrices 3D (θ x, θ y, θ z ) R = R z R y R x Rotation s depend on the order they are applied

18 Rotation Matrices 3D R = R z R y R x R y R x = cos θ y 0 sin θ y sin θ y 0 cos θ y cos θ x sin θ x 0 sin θ x cos θ x R y R x = cos θ y sin θ y sin θ x sin θ y cos θ x 0 cos θ x sin θ x sin θ y cos θ y sin θ x cos θ y cos θ x

19 Rotation Matrices 3D R = R z R y R x R z R y R x = cos θ z sin θ z 0 sin θ z cos θ z cos θ y sin θ y sin θ x sin θ y cos θ x 0 cos θ x sin θ x sin θ y cos θ y sin θ x cos θ y cos θ x R z R y R x = cos θ z cos θ y cos θ z sin θ y sin θ x sin θ z cos θ x cos θ z sin θ y cos θ x + sin θ z sin θ x sin θ z cos θ y sin θ z sin θ y sin θ x + cos θ z cos θ x sin θ z sin θ y cos θ x cos θ z sin θ x sin θ y cos θ y sin θ x cos θ y cos θ x

20 Euler Angles R z R y R x = cos θ z cos θ y cos θ z sin θ y sin θ x sin θ z cos θ x cos θ z sin θ y cos θ x + sin θ z sin θ x sin θ z cos θ y sin θ z sin θ y sin θ x + cos θ z cos θ x sin θ z sin θ y cos θ x cos θ z sin θ x sin θ y cos θ y sin θ x cos θ y cos θ x R = l 1 l 2 l 3 m 1 m 2 m 3 n 1 n 2 n 3 θ x = Atan2(n 2, n 3 ) θ z = Atan2(m1, l1) θ y = Atan2( n1, l m 1 3 ) Atan2(x,y) is the arc tangent of x/y in the interval [-pi,+pi] radians

Lab # 3 - Angular Kinematics

Lab # 3 - Angular Kinematics Purpose: Lab # 3 - Angular Kinematics The objective of this lab is to understand the relationship between segment angles and joint angles. Upon completion of this lab you will: Understand and know how

More information

The objective of this tutorial is to present Model Based Calculations. These are calculations that only make sense relative to rigid segments.

The objective of this tutorial is to present Model Based Calculations. These are calculations that only make sense relative to rigid segments. C-Motion Online Documentation Visual3D : Model Based Computations Objectives (# 1388) The objective of this tutorial is to present Model Based Calculations. These are calculations that only make sense

More information

ME5286 Robotics Spring 2014 Quiz 1 Solution. Total Points: 30

ME5286 Robotics Spring 2014 Quiz 1 Solution. Total Points: 30 Page 1 of 7 ME5286 Robotics Spring 2014 Quiz 1 Solution Total Points: 30 (Note images from original quiz are not included to save paper/ space. Please see the original quiz for additional information and

More information

Plug in Gait WebEx Training Session 3 Interpreting PiG results: PiG biomechanical modelling

Plug in Gait WebEx Training Session 3 Interpreting PiG results: PiG biomechanical modelling Plug in Gait WebEx Training Session 3 Interpreting PiG results: PiG biomechanical modelling Gabriele Paolini Support Engineer INTRODUCTION What is Plug in Gait?? INTRODUCTION What is Plug in Gait?? Plug

More information

Motion Control of Wearable Walking Support System with Accelerometer Considering Swing Phase Support

Motion Control of Wearable Walking Support System with Accelerometer Considering Swing Phase Support Proceedings of the 17th IEEE International Symposium on Robot and Human Interactive Communication, Technische Universität München, Munich, Germany, August 1-3, Motion Control of Wearable Walking Support

More information

: Find the values of the six trigonometric functions for θ. Special Right Triangles:

: Find the values of the six trigonometric functions for θ. Special Right Triangles: ALGEBRA 2 CHAPTER 13 NOTES Section 13-1 Right Triangle Trig Understand and use trigonometric relationships of acute angles in triangles. 12.F.TF.3 CC.9- Determine side lengths of right triangles by using

More information

A New Methodology for Three-dimensional Dynamic Analysis of Whole Body Movements

A New Methodology for Three-dimensional Dynamic Analysis of Whole Body Movements ISSN 1750-9823 (print) International Journal of Sports Science and Engineering Vol. 02 (2008) No. 02, pp. 87-93 A New Methodology for Three-dimensional Dynamic Analysis of Whole Body Movements Yanxin Zhang

More information

Computer Animation Fundamentals. Animation Methods Keyframing Interpolation Kinematics Inverse Kinematics

Computer Animation Fundamentals. Animation Methods Keyframing Interpolation Kinematics Inverse Kinematics Computer Animation Fundamentals Animation Methods Keyframing Interpolation Kinematics Inverse Kinematics Lecture 21 6.837 Fall 2001 Conventional Animation Draw each frame of the animation great control

More information

AP CALCULUS BC 2014 SCORING GUIDELINES

AP CALCULUS BC 2014 SCORING GUIDELINES SCORING GUIDELINES Question The graphs of the polar curves r = and r = sin ( θ ) are shown in the figure above for θ. (a) Let R be the shaded region that is inside the graph of r = and inside the graph

More information

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:

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: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Unit 13: Periodic Functions and Trig

Unit 13: Periodic Functions and Trig Date Period Unit 13: Periodic Functions and Trig Day Topic 0 Special Right Triangles and Periodic Function 1 Special Right Triangles Standard Position Coterminal Angles 2 Unit Circle Cosine & Sine (x,

More information

D1.3 Validation of the marker-free movement analysis method

D1.3 Validation of the marker-free movement analysis method Ref. Ares(2012)129148-06/02/2012 D1.3 Validation of the marker-free movement analysis method Deliverable report Janusz Lenar Robert Sitnik Marcin Witkowski (WUT) Sjoerd Kolk (RUNMC) Abstract The 4-D scanner

More information

Camera Model and Calibration

Camera Model and Calibration Camera Model and Calibration Lecture-10 Camera Calibration Determine extrinsic and intrinsic parameters of camera Extrinsic 3D location and orientation of camera Intrinsic Focal length The size of the

More information

Trigonometric Functions of Any Angle

Trigonometric Functions of Any Angle Trigonometric Functions of Any Angle MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: evaluate trigonometric functions of any angle,

More information

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

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6 Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Answers to practice questions for Midterm 1

Answers to practice questions for Midterm 1 Answers to practice questions for Midterm Paul Hacking /5/9 (a The RREF (reduced row echelon form of the augmented matrix is So the system of linear equations has exactly one solution given by x =, y =,

More information

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

3D Transformations. CS 4620 Lecture 10. Cornell CS4620 Fall 2014 Lecture Steve Marschner (with previous instructors James/Bala) 3D Transformations CS 4620 Lecture 10 1 Translation 2 Scaling 3 Rotation about z axis 4 Rotation about x axis 5 Rotation about y axis 6 Properties of Matrices Translations: linear part is the identity

More information

Math12 Pre-Calc Review - Trig

Math12 Pre-Calc Review - Trig Math1 Pre-Calc Review - Trig Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which of the following angles, in degrees, is coterminal with, but not equal

More information

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

3D Transformations. CS 4620 Lecture Kavita Bala w/ prior instructor Steve Marschner. Cornell CS4620 Fall 2015 Lecture 11 3D Transformations CS 4620 Lecture 11 1 Announcements A2 due tomorrow Demos on Monday Please sign up for a slot Post on piazza 2 Translation 3 Scaling 4 Rotation about z axis 5 Rotation about x axis 6

More information

Biomechanics Laboratory School of Human Kinetics University of Ottawa

Biomechanics Laboratory School of Human Kinetics University of Ottawa Biomechanics Laboratory School of Human Kinetics University of Ottawa Visual3D Quick Reference Guide D. Gordon E. Robertson, PhD, FCSB Last revised: 1 November 2006 Table of Contents 1: Static Trial....

More information

Perspective projection and Transformations

Perspective projection and Transformations Perspective projection and Transformations The pinhole camera The pinhole camera P = (X,,) p = (x,y) O λ = 0 Q λ = O λ = 1 Q λ = P =-1 Q λ X = 0 + λ X 0, 0 + λ 0, 0 + λ 0 = (λx, λ, λ) The pinhole camera

More information

Quintic Software Tutorial 7

Quintic Software Tutorial 7 Quintic Software Tutorial 7 Digitisation Analysis 1 Tutorial 7 Digitisation Analysis Contents Page 1. Viewing a Trace a. Other functions 2. Animation Window 3. Analysis Systems a. Single Video Linear Analysis

More information

Rhythmic EKF for Pose Estimation during Gait

Rhythmic EKF for Pose Estimation during Gait Rhythmic for Pose Estimation during Gait Vladimir Joukov, Vincent Bonnet, Michelle Karg, Gentiane Venture, Dana Kulić Abstract Accurate estimation of lower body pose during gait is useful in a wide variety

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Directional Derivatives and the Gradient Vector Philippe B Laval KSU April 7, 2012 Philippe B Laval (KSU) Functions of Several Variables April 7, 2012 1 / 19 Introduction

More information

Experiment 9. Law of reflection and refraction of light

Experiment 9. Law of reflection and refraction of light Experiment 9. Law of reflection and refraction of light 1. Purpose Invest light passing through two mediums boundary surface in order to understand reflection and refraction of light 2. Principle As shown

More information

Kinematics. CS 448D: Character Animation Prof. Vladlen Koltun Stanford University

Kinematics. CS 448D: Character Animation Prof. Vladlen Koltun Stanford University Kinematics CS 448D: Character Animation Prof. Vladlen Koltun Stanford University Kinematics Kinematics: The science of pure motion, considered without reference to the matter of objects moved, or to the

More information

White Paper. OLGA Explained. Lasse Roren. Author:

White Paper. OLGA Explained. Lasse Roren. Author: White Paper OLGA Explained Author: Lasse Roren Revision: 05/001 - August 2005 Introduction OLGA (Optimized Lower-limb Gait Analysis) was introduced in 2003 as a plug-in which works with the Vicon Workstation

More information

7 Modelling and Animating Human Figures. Chapter 7. Modelling and Animating Human Figures. Department of Computer Science and Engineering 7-1

7 Modelling and Animating Human Figures. Chapter 7. Modelling and Animating Human Figures. Department of Computer Science and Engineering 7-1 Modelling and Animating Human Figures 7-1 Introduction Modeling and animating an articulated figure is one of the most formidable tasks that an animator can be faced with. It is especially challenging

More information

Optimization of Six Bar Knee Linkage for Stability of Knee Prosthesis

Optimization of Six Bar Knee Linkage for Stability of Knee Prosthesis Optimization of Six Bar Knee Linkage for Stability of Knee Prosthesis Narjes.Ghaemi 1, Morteza. Dardel 2, Mohammad Hassan Ghasemi 3, Hassan.Zohoor 4, 1- M.sc student, Babol Noshirvani University of Technology,

More information

A Quick Review of Trigonometry

A Quick Review of Trigonometry A Quick Review of Trigonometry As a starting point, we consider a ray with vertex located at the origin whose head is pointing in the direction of the positive real numbers. By rotating the given ray (initial

More information

Camera Model and Calibration. Lecture-12

Camera Model and Calibration. Lecture-12 Camera Model and Calibration Lecture-12 Camera Calibration Determine extrinsic and intrinsic parameters of camera Extrinsic 3D location and orientation of camera Intrinsic Focal length The size of the

More information

Motion Capture User Manual

Motion Capture User Manual ART-Human Motion Capture User Manual Version 2.0 Advanced Realtime Tracking GmbH July 2013 Table of Contents 1 Introduction... 1 1.1 What is ART-Human?... 1 1.2 Features... 1 1.3 New in Version 2.0...

More information

Lesson 5.6: Angles in Standard Position

Lesson 5.6: Angles in Standard Position Lesson 5.6: Angles in Standard Position IM3 - Santowski IM3 - Santowski 1 Fast Five Opening Exercises! Use your TI 84 calculator:! Evaluate sin(50 ) " illustrate with a diagram! Evaluate sin(130 ) " Q

More information

Documents. OpenSim Tutorial. March 10, 2009 GCMAS Annual Meeting, Denver, CO. Jeff Reinbolt, Ajay Seth, Scott Delp. Website: SimTK.

Documents. OpenSim Tutorial. March 10, 2009 GCMAS Annual Meeting, Denver, CO. Jeff Reinbolt, Ajay Seth, Scott Delp. Website: SimTK. Documents OpenSim Tutorial March 10, 2009 GCMAS Annual Meeting, Denver, CO Jeff Reinbolt, Ajay Seth, Scott Delp Website: SimTK.org/home/opensim OpenSim Tutorial Agenda 10:30am 10:40am Welcome and goals

More information

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative Polar (BC Only) Polar coordinates are another way of expressing points in a plane. Instead of being centered at an origin and moving horizontally or vertically, polar coordinates are centered at the pole

More information

Compound Movements in Multi-joint Systems

Compound Movements in Multi-joint Systems Compound movements in multi-joint systems almost never have a fixed center of rotation, with no translation In fact, the principal advantage of compound movements is often that they convert rotations into

More information

Notes on Measuring the Size of an Angle Radians and Degrees

Notes on Measuring the Size of an Angle Radians and Degrees Notes on Measuring the Size of an Angle Radians and Degrees The usual way to measure an angle is by using degrees but there is another way to measure an angle and that is by using what are called a radian

More information

Appendix D Trigonometry

Appendix D Trigonometry Math 151 c Lynch 1 of 8 Appendix D Trigonometry Definition. Angles can be measure in either degree or radians with one complete revolution 360 or 2 rad. Then Example 1. rad = 180 (a) Convert 3 4 into degrees.

More information

3-D D Euclidean Space - Vectors

3-D D Euclidean Space - Vectors 3-D D Euclidean Space - Vectors Rigid Body Motion and Image Formation A free vector is defined by a pair of points : Jana Kosecka http://cs.gmu.edu/~kosecka/cs682.html Coordinates of the vector : 3D Rotation

More information

A sliding walk method for humanoid robots using ZMP feedback control

A sliding walk method for humanoid robots using ZMP feedback control A sliding walk method for humanoid robots using MP feedback control Satoki Tsuichihara, Masanao Koeda, Seiji Sugiyama, and Tsuneo oshikawa Abstract In this paper, we propose two methods for a highly stable

More information

Unit 7: Trigonometry Part 1

Unit 7: Trigonometry Part 1 100 Unit 7: Trigonometry Part 1 Right Triangle Trigonometry Hypotenuse a) Sine sin( α ) = d) Cosecant csc( α ) = α Adjacent Opposite b) Cosine cos( α ) = e) Secant sec( α ) = c) Tangent f) Cotangent tan(

More information

MEAM 620: HW 1. Sachin Chitta Assigned: January 10, 2007 Due: January 22, January 10, 2007

MEAM 620: HW 1. Sachin Chitta Assigned: January 10, 2007 Due: January 22, January 10, 2007 MEAM 620: HW 1 Sachin Chitta (sachinc@grasp.upenn.edu) Assigned: January 10, 2007 Due: January 22, 2006 January 10, 2007 1: MATLAB Programming assignment Using MATLAB, write the following functions: 1.

More information

Supporting Information

Supporting Information Supporting Information Subject-specific body segment parameter estimation using 3D photogrammtery with multiple cameras Kathrin Eva Peyer, Mark Morris, William Irvin Sellers S1. Methods S1.1. Photogrammetric

More information

ACCURATE HUMAN MOTION ESTIMATION USING INERTIAL MEASUREMENT UNITS FOR USE IN BIOMECHANICAL ANALYSIS

ACCURATE HUMAN MOTION ESTIMATION USING INERTIAL MEASUREMENT UNITS FOR USE IN BIOMECHANICAL ANALYSIS ACCURATE HUMAN MOTION ESTIMATION USING INERTIAL MEASUREMENT UNITS FOR USE IN BIOMECHANICAL ANALYSIS An Undergraduate Research Scholars Thesis by WYATT HAHN and TYLER MARR Submitted to the Undergraduate

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

Introduction to Robotics

Introduction to Robotics Université de Strasbourg Introduction to Robotics Bernard BAYLE, 2013 http://eavr.u-strasbg.fr/ bernard Modelling of a SCARA-type robotic manipulator SCARA-type robotic manipulators: introduction SCARA-type

More information

2D Object Definition (1/3)

2D Object Definition (1/3) 2D Object Definition (1/3) Lines and Polylines Lines drawn between ordered points to create more complex forms called polylines Same first and last point make closed polyline or polygon Can intersect itself

More information

Development of an optomechanical measurement system for dynamic stability analysis

Development of an optomechanical measurement system for dynamic stability analysis Development of an optomechanical measurement system for dynamic stability analysis Simone Pasinetti Dept. of Information Engineering (DII) University of Brescia Brescia, Italy simone.pasinetti@unibs.it

More information

CHAPTER 3, FORM E TRIGONOMETRY Choose the best answer. NAME DATE. Do not use a calculator for problems 1-11.

CHAPTER 3, FORM E TRIGONOMETRY Choose the best answer. NAME DATE. Do not use a calculator for problems 1-11. CHAPTER, FORM E TRIGONOMETRY Choose the best answer. NAME DATE Do not use a calculator for problems 1-11. 1. Which of the following describes the measures of 1. all angles that are coterminal with the

More information

MAC Module 3 Radian Measure and Circular Functions. Rev.S08

MAC Module 3 Radian Measure and Circular Functions. Rev.S08 MAC 1114 Module 3 Radian Measure and Circular Functions Learning Objectives Upon completing this module, you should be able to: 1. Convert between degrees and radians. 2. Find function values for angles

More information

MAT 271 Recitation. MAT 271 Recitation. Sections 10.1,10.2. Lindsey K. Gamard, ASU SoMSS. 22 November 2013

MAT 271 Recitation. MAT 271 Recitation. Sections 10.1,10.2. Lindsey K. Gamard, ASU SoMSS. 22 November 2013 MAT 271 Recitation Sections 10.1,10.2 Lindsey K. Gamard, ASU SoMSS 22 November 2013 Agenda Today s agenda: 1. Introduction to concepts from 10.1 and 10.2 2. Example problems 3. Groupwork Section 10.1 Introduction

More information

Fundamentals of Computer Animation

Fundamentals of Computer Animation Fundamentals of Computer Animation Quaternions as Orientations () page 1 Multiplying Quaternions q1 = (w1, x1, y1, z1); q = (w, x, y, z); q1 * q = ( w1.w - v1.v, w1.v + w.v1 + v1 X v) where v1 = (x1, y1,

More information

Serially-Linked Parallel Leg Design for Biped Robots

Serially-Linked Parallel Leg Design for Biped Robots December 13-15, 24 Palmerston North, New ealand Serially-Linked Parallel Leg Design for Biped Robots hung Kwon, Jung H. oon, Je S. eon, and Jong H. Park Dept. of Precision Mechanical Engineering, School

More information

Chapter 4: Trigonometry

Chapter 4: Trigonometry Chapter 4: Trigonometry Section 4-1: Radian and Degree Measure INTRODUCTION An angle is determined by rotating a ray about its endpoint. The starting position of the ray is the of the angle, and the position

More information

Interactive Computer Graphics

Interactive Computer Graphics Interactive Computer Graphics Lecture 18 Kinematics and Animation Interactive Graphics Lecture 18: Slide 1 Animation of 3D models In the early days physical models were altered frame by frame to create

More information

Lesson 27: Angles in Standard Position

Lesson 27: Angles in Standard Position Lesson 27: Angles in Standard Position PreCalculus - Santowski PreCalculus - Santowski 1 QUIZ Draw the following angles in standard position 50 130 230 320 770-50 2 radians PreCalculus - Santowski 2 Fast

More information

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines Math 18.02 (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines February 12 Reading Material: From Simmons: 17.1 and 17.2. Last time: Square Systems. Word problem. How many solutions?

More information

Computer Graphics: Geometric Transformations

Computer Graphics: Geometric Transformations Computer Graphics: Geometric Transformations Geometric 2D transformations By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. Basic 2D transformations 2. Matrix Representation of 2D transformations

More information

COMPUTER ANIMATION 3 KEYFRAME ANIMATION, RIGGING, SKINNING AND CHARACTER ANIMATION. Rémi Ronfard, Animation, M2R MOSIG

COMPUTER ANIMATION 3 KEYFRAME ANIMATION, RIGGING, SKINNING AND CHARACTER ANIMATION. Rémi Ronfard, Animation, M2R MOSIG COMPUTER ANIMATION 3 KEYFRAME ANIMATION, RIGGING, SKINNING AND CHARACTER ANIMATION Rémi Ronfard, Animation, M2R MOSIG 2 Outline Principles of animation Keyframe interpolation Rigging, skinning and walking

More information

Circular Trigonometry Notes April 24/25

Circular Trigonometry Notes April 24/25 Circular Trigonometry Notes April 24/25 First, let s review a little right triangle trigonometry: Imagine a right triangle with one side on the x-axis and one vertex at (0,0). We can write the sin(θ) and

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

MATH 1020 WORKSHEET 10.1 Parametric Equations

MATH 1020 WORKSHEET 10.1 Parametric Equations MATH WORKSHEET. Parametric Equations If f and g are continuous functions on an interval I, then the equations x ft) and y gt) are called parametric equations. The parametric equations along with the graph

More information

HOMEWORK #3 BME 473 ~ Applied Biomechanics Due during Week #10

HOMEWORK #3 BME 473 ~ Applied Biomechanics Due during Week #10 HOMEWORK #3 BME 473 ~ Applied Biomechanic Due during Week #1 1. We dicued different angle et convention in cla. One common convention i a Bod-fied X-Y-Z rotation equence. With thi convention, the B frame

More information

Volumes of Solids of Revolution Lecture #6 a

Volumes of Solids of Revolution Lecture #6 a Volumes of Solids of Revolution Lecture #6 a Sphereoid Parabaloid Hyperboloid Whateveroid Volumes Calculating 3-D Space an Object Occupies Take a cross-sectional slice. Compute the area of the slice. Multiply

More information

AP * Calculus Review. Area and Volume

AP * Calculus Review. Area and Volume AP * Calculus Review Area and Volume Student Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board was not involved in the production of,

More information

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

Analysis of Euler Angles in a Simple Two-Axis Gimbals Set Vol:5, No:9, 2 Analysis of Euler Angles in a Simple Two-Axis Gimbals Set Ma Myint Myint Aye International Science Index, Mechanical and Mechatronics Engineering Vol:5, No:9, 2 waset.org/publication/358

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

User Guide MTD-2. Motion Lab Systems, Inc.

User Guide MTD-2. Motion Lab Systems, Inc. User Guide MTD-2 Motion Lab Systems, Inc. This manual was written by Motion Lab Systems using ComponentOne Doc-To-Help. Updated Thursday, April 12, 2012 Trademarks All trademarks and registered trademarks

More information

Animations. Hakan Bilen University of Edinburgh. Computer Graphics Fall Some slides are courtesy of Steve Marschner and Kavita Bala

Animations. Hakan Bilen University of Edinburgh. Computer Graphics Fall Some slides are courtesy of Steve Marschner and Kavita Bala Animations Hakan Bilen University of Edinburgh Computer Graphics Fall 2017 Some slides are courtesy of Steve Marschner and Kavita Bala Animation Artistic process What are animators trying to do? What tools

More information

SYNTHESIS AND RAPID PROTOTYPING OF MOTION FOR A FOUR-LEGGED MAMMAL-STRUCTURED ROBOT

SYNTHESIS AND RAPID PROTOTYPING OF MOTION FOR A FOUR-LEGGED MAMMAL-STRUCTURED ROBOT SYNTHESIS AND RAPID PROTOTYPING OF MOTION FOR A FOUR-LEGGED MAMMAL-STRUCTURED ROBOT Macie Tronacki* Industrial Research Institute for Automation and Measurements, Warsaw, Poland Corresponding author (mtronacki@piap.pl)

More information

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations.

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations. Objectives Sketch the graph of a curve given by a set of parametric equations. Eliminate the parameter in a set of parametric equations. Find a set of parametric equations to represent a curve. Understand

More information

Quiz #2 Review. Transformations & Matrices. Quiz #2 Review. Quiz #2 Review. Example: Change the time on y the clock. Example: Move clock hands

Quiz #2 Review. Transformations & Matrices. Quiz #2 Review. Quiz #2 Review. Example: Change the time on y the clock. Example: Move clock hands Quiz #2 Review Transformations & Matrices Introduction to Computer Graphics Dot Product a. b a b cos θ a b + a y b y + a z b z a. b a T b thus b [a a y a z ] b y b z a b + a y b y + a z b z Quiz #2 Review

More information

Visualisation Pipeline : The Virtual Camera

Visualisation Pipeline : The Virtual Camera Visualisation Pipeline : The Virtual Camera The Graphics Pipeline 3D Pipeline The Virtual Camera The Camera is defined by using a parallelepiped as a view volume with two of the walls used as the near

More information

Quintic Automatic Gait Report

Quintic Automatic Gait Report Quintic Automatic Gait Report Tutorial www.quintic.com Introduction The Quintic Automatic Gait Report program is designed to work as an add on to our premier Biomechanics analysis software. Auto track

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.2 Trigonometric (Polar) Form of Complex Numbers The Complex Plane and Vector Representation

More information

Lesson 24: Matrix Notation Encompasses New Transformations!

Lesson 24: Matrix Notation Encompasses New Transformations! Classwork Example 1 Determine the following: a. 1 0 0 1 3 b. 1 0 7 0 1 1 c. 1 0 3 5 0 1 1 d. 1 0 3 1 0 1 7 6 e. 9 1 0 1 3 1 0 1 f. 1 0 cc aa 0 1 bb dd xx yy 0 g. 1 zz ww 0 1 Date: 1/5/15 S.14 Example Can

More information

Kinematics of the Stewart Platform (Reality Check 1: page 67)

Kinematics of the Stewart Platform (Reality Check 1: page 67) MATH 5: Computer Project # - Due on September 7, Kinematics of the Stewart Platform (Reality Check : page 7) A Stewart platform consists of six variable length struts, or prismatic joints, supporting a

More information

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

For each question, indicate whether the statement is true or false by circling T or F, respectively. True/False For each question, indicate whether the statement is true or false by circling T or F, respectively. 1. (T/F) Rasterization occurs before vertex transformation in the graphics pipeline. 2. (T/F)

More information

Visual Recognition: Image Formation

Visual Recognition: Image Formation Visual Recognition: Image Formation Raquel Urtasun TTI Chicago Jan 5, 2012 Raquel Urtasun (TTI-C) Visual Recognition Jan 5, 2012 1 / 61 Today s lecture... Fundamentals of image formation You should know

More information

MIDTERM 3 PART 1 (CHAPTER 4) INTRODUCTION TO TRIGONOMETRY; MATH 141 FALL 2018 KUNIYUKI 150 POINTS TOTAL: 30 FOR PART 1, AND 120 FOR PART

MIDTERM 3 PART 1 (CHAPTER 4) INTRODUCTION TO TRIGONOMETRY; MATH 141 FALL 2018 KUNIYUKI 150 POINTS TOTAL: 30 FOR PART 1, AND 120 FOR PART Math 141 Name: MIDTERM PART 1 (CHAPTER 4) INTRODUCTION TO TRIGONOMETRY; MATH 141 FALL 2018 KUNIYUKI 150 POINTS TOTAL: 0 FOR PART 1, AND 120 FOR PART 2 Show all work, simplify as appropriate, and use good

More information

Trigonometry Review Day 1

Trigonometry Review Day 1 Name Trigonometry Review Day 1 Algebra II Rotations and Angle Terminology II Terminal y I Positive angles rotate in a counterclockwise direction. Reference Ray Negative angles rotate in a clockwise direction.

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46 Polar Coordinates Polar Coordinates: Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ)

More information

Math 7 Elementary Linear Algebra PLOTS and ROTATIONS

Math 7 Elementary Linear Algebra PLOTS and ROTATIONS Spring 2007 PLOTTING LINE SEGMENTS Math 7 Elementary Linear Algebra PLOTS and ROTATIONS Example 1: Suppose you wish to use MatLab to plot a line segment connecting two points in the xy-plane. Recall that

More information

Review sheet inches centimeters 40. Name: Class: Date:

Review sheet inches centimeters 40. Name: Class: Date: Name: Class: Date:.-.2 Review sheet Multiple Choice Identify the choice that best completes the statement or answers the question.. Find the complement of the following angle. Round your answer to two

More information

Most event processing functionality is available through the Command Pipeline, so it is advisable to start with that tutorial.

Most event processing functionality is available through the Command Pipeline, so it is advisable to start with that tutorial. C-Motion Online Documentation Visual3D : Tutorial : Event Processing Objectives (# 1206) The objective of this tutorial is to provide an overview of event processing in Visual3D. Most event processing

More information

2D Geometric Transformations and Matrices

2D Geometric Transformations and Matrices Background: Objects are drawn and moved in 2D space and 3D space on a computer screen b multipling matrices. Generall speaking, computer animation is achieved as follows b repeating steps 1, 2, and 3 below.

More information

Trigonometry I. Exam 0

Trigonometry I. Exam 0 Trigonometry I Trigonometry Copyright I Standards 006, Test Barry Practice Mabillard. Exam 0 www.math0s.com 1. The minimum and the maximum of a trigonometric function are shown in the diagram. a) Write

More information

Trigonometric Graphs. Graphs of Sine and Cosine

Trigonometric Graphs. Graphs of Sine and Cosine Trigonometric Graphs Page 1 4 Trigonometric Graphs Graphs of Sine and Cosine In Figure 13, we showed the graphs of = sin and = cos, for angles from 0 rad to rad. In reality these graphs extend indefinitely

More information

Graphing Trigonometric Functions: Day 1

Graphing Trigonometric Functions: Day 1 Graphing Trigonometric Functions: Day 1 Pre-Calculus 1. Graph the six parent trigonometric functions.. Apply scale changes to the six parent trigonometric functions. Complete the worksheet Exploration:

More information

4.1: Angles & Angle Measure

4.1: Angles & Angle Measure 4.1: Angles & Angle Measure In Trigonometry, we use degrees to measure angles in triangles. However, degree is not user friendly in many situations (just as % is not user friendly unless we change it into

More information

Imitation Control for Biped Robot Using Wearable Motion Sensor

Imitation Control for Biped Robot Using Wearable Motion Sensor Imitation Control for Biped Robot Using Wearable Motion Sensor Tao Liu e-mail: liu.tao@kochi-tech.ac.jp Yoshio Inoue Kyoko Shibata Department of Intelligent Mechanical Systems Engineering, Kochi University

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.5 Polar Equations and Graphs Polar Coordinate System Graphs of Polar Equations Conversion

More information

Open Access The Kinematics Analysis and Configuration Optimize of Quadruped Robot. Jinrong Zhang *, Chenxi Wang and Jianhua Zhang

Open Access The Kinematics Analysis and Configuration Optimize of Quadruped Robot. Jinrong Zhang *, Chenxi Wang and Jianhua Zhang Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 014, 6, 1685-1690 1685 Open Access The Kinematics Analysis and Configuration Optimize of Quadruped

More information

Fall Detection for Elderly from Partially Observed Depth-Map Video Sequences Based on View-Invariant Human Activity Representation

Fall Detection for Elderly from Partially Observed Depth-Map Video Sequences Based on View-Invariant Human Activity Representation applied sciences Article Fall Detection for Elderly from Partially Observed Depth-Map Video Sequences Based on View-Invariant Human Activity Representation Rami Alazrai *, Mohammad Momani and Mohammad

More information

A Simple Method to Obtain Consistent and Clinically Meaningful Pelvic Angles From Euler Angles During Gait Analysis

A Simple Method to Obtain Consistent and Clinically Meaningful Pelvic Angles From Euler Angles During Gait Analysis Journal of Applied Biomechanics 2007; 23:218-223. 2007 Human Kinetics Inc. A Simple Method to Obtain Consistent and Clinically Meaningful Pelvic Angles From Euler Angles During Gait Analysis Tishya A.L.

More information

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

Animation. CS 4620 Lecture 32. Cornell CS4620 Fall Kavita Bala Animation CS 4620 Lecture 32 Cornell CS4620 Fall 2015 1 What is animation? Modeling = specifying shape using all the tools we ve seen: hierarchies, meshes, curved surfaces Animation = specifying shape

More information

Math-3 Lesson 6-1. Trigonometric Ratios for Right Triangles and Extending to Obtuse angles.

Math-3 Lesson 6-1. Trigonometric Ratios for Right Triangles and Extending to Obtuse angles. Math-3 Lesson 6-1 Trigonometric Ratios for Right Triangles and Extending to Obtuse angles. Right Triangle: has one angle whose measure is. 90 The short sides of the triangle are called legs. The side osite

More information

b 1. If he flips the b over to the left, what new letter is formed? Draw a picture to the right.

b 1. If he flips the b over to the left, what new letter is formed? Draw a picture to the right. Name: Date: Student Exploration: Rotations, Reflections, and Translations Vocabulary: image, preimage, reflection, rotation, transformation, translation Prior Knowledge Questions (Do these BEFORE using

More information

Table of Contents. Vicon Workstation Quick Reference Guide...1. Camera Setup...1. Subject Preparation and Marker Placement...2. Camera Calibration...

Table of Contents. Vicon Workstation Quick Reference Guide...1. Camera Setup...1. Subject Preparation and Marker Placement...2. Camera Calibration... Biomechanics Laboratory School of Human Kinetics University of Ottawa Vicon Workstation Quick Reference Guide by D. Gordon E. Robertson, PhD, FCSB School of Human Kinetics University of Ottawa Last revision:

More information

Unit 3, Lesson 1.3 Special Angles in the Unit Circle

Unit 3, Lesson 1.3 Special Angles in the Unit Circle Unit, Lesson Special Angles in the Unit Circle Special angles exist within the unit circle For these special angles, it is possible to calculate the exact coordinates for the point where the terminal side

More information