1 / 6

Jacobian Implementation

Ryan Keedy 5 / 23 / 2012. Jacobian Implementation. From Spong. Jacobian is the matrix that transforms degrees of freedom rates of change into end effecter rates of change Tracks velocity AND orientation Always 6 rows big, DOF columns wide

Download Presentation

Jacobian Implementation

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. Ryan Keedy 5 / 23 / 2012 Jacobian Implementation

  2. From Spong • Jacobian is the matrix that transforms degrees of freedom rates of change into end effecter rates of change • Tracks velocity AND orientation • Always 6 rows big, DOF columns wide • Upper 3 rows keep track of translation, lower three rows take care of orientation

  3. From Spong • Lower 3 rows: • In a rotation only, 2-D situation like ours, columns are simply each DOF’s local rotation matrix dotted with (0,0,1) • Upper 3 rows: • Take the previous vectors and cross them with a vector running along the entirely of each joint length

  4. Determining Joint Angles • The non-square matrix can obviously not be inverted to find the joint angle velocities • Multiplying by the transpose yields a singular, non-invertible matrix • Turn to damped least squared paper: • Solve for J* = (JTW1J + W2)-1 JTW1 • Angular velocities are simply J* times x’

  5. Considerations • Because of the W matrices, result is not exactly what you want • I’ve applied it incrementally, recalculating the desired translational velocity after each movement • W2 can be manipulated to alter the overall behavior/strategy of the arm

  6. Conclusions • Not as precise as the inverse kinematics solution • Not sure how to integrate into planning • Based on W matrices, arm has a “mind of its own” • Solutions are “unique”

More Related