1 / 19

Forward Kinematics

Forward Kinematics. Q 2. Q 1. Q 3. Specifying a Pose. Forward Kinematics. Hierarchical model - joints and links. Joints - rotational or prismatic. Joints - 1, 2, or 3 Degree of Freedom. Links - displayable objects. Pose - setting parameters for all joint DoFs.

riced
Download Presentation

Forward Kinematics

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. Forward Kinematics

  2. Q2 Q1 Q3 Specifying a Pose

  3. Forward Kinematics Hierarchical model - joints and links Joints - rotational or prismatic Joints - 1, 2, or 3 Degree of Freedom Links - displayable objects Pose - setting parameters for all joint DoFs Pose Vector - a complete set of joint parameters

  4. Animate a Pose Interpolate pose vectors

  5. q Joint Representation Degree of Freedom DOF Joint Limits

  6. q y w Joint Representation Multiple Degrees of Freedom Joint Limits gimbal lock Axis-angle quaternions

  7. q y w Joint Representation Note User interface representation may not be the same used for internal representation and operations

  8. Link and Node Representation transformation transformation data geometry

  9. How to Represent Articulators Joint-Link Hierarchies Define Link data so its point of rotation is at the origin Rotate the link Position it relative to its parent link in the hierarchy Put it through all the transformations of its parent link

  10. Tree Representation Transformations Joint Arc NodePtr Transformations Node DataPtr Link LinkPtr[ ]

  11. Tree Traversal M = I M = T0 M = T0*T1.1 M = T0*T1.1*T1.2 T0 M = T0*T1.1 M = T0 T1.1 T2.1 M = T0*T2.1 T2.2 T1.2 M = T0*T2.1*T2.2

  12. Articulated Figure Representation

  13. Link and Node Representation Transformation (fixed) Transformation (changeable) transformation data geometry

  14. Tree Traversal M = I T0 M = T0 T1.1 M = T0*T1.1*R1.1 T2.1 R2.1 R1.1 M = T0*T1.1*R1.1*T1.2*R1.2 M = T0*T1.1*R1.1 T2.2 T1.2 M = T0 R2.2 R1.2 M = T0*T2.1*R2.1 M = T0*T2.1*T2.2*R2.2

  15. Tree Traversal T0 How do you represent more than one degree of freedom at a joint? T1.1 T2.1 R2.1 R1.1 T2.2 T1.2 Zero length segments Between 1 DoF joints Multiple DoF transformation at joint R2.2 R1.2

  16. Joint Transformations Rotation representation: matrix? Euler angles? Quaternions? Impose joint limits on rotations? Need complex functions to model human figure limits Could have translational joints, e.g., telescoping legs Pose vector: vector of all joint angles [q1 q2 q3 … qn ] Interpolate between poses gimbal lock possible if 3 DoF joints

  17. Forward Kinematics Define Joint-Link Hierarchy Define sequence of keyposes with corresponding times For given time t, use keyposes to interpolate pose at time t Traverse tree hierarchy using pose vector to supply angles

  18. Forward Kinematics

  19. value Use key-values With key-poses - entire pose vector is specified Better to allow independent keys for each articulation variable (or avar) Sometimes called track-based frames

More Related