Jacobian
Jacobian
Instructions:
You are strongly encouraged to use a mathematical package (e.g. Mathematica, Maple, MathCad, matlab) to
help you solve these problems, as long as you turn in a complete printout of your code and runtime output.
Figure 1
Figure 2
-1-
Problem 3:[Craig, Exercise 5.10]
For the two-link manipulator of Figure 2 [Craig, Example 5.3], give the transformation which would map
3
joint torques into a 2 × 1 force vector, F , at the hand.
3 ⁄ 2 –1 ⁄ 2 0 10
A 1⁄2 3⁄2 0 0
BT = (1)
0 0 1 5
0 0 0 1
0
2
A –3
υ = (2)
2
2
0
Figure 3
DH parameters for Figure 3
i αi – 1 ai – 1 di θi
1 0 0 0 θ1
2 π⁄2 0 d2 0
3 0 0 L2 θ3
4 0 0 L3 0
-2-
Problem 6:[Craig, Exercise 5.16]
A 3 R manipulator has kinematics that correspond exactly to the set of Z – Y – Z Euler angles (i.e. the
forward kinematics are given by,
with α = θ 1 , β = θ 2 and γ = θ 3 ). Give the Jacobian relating joint velocities to angular velocity of the
final link.
values for the unit Z vectors of each link frame in terms of the base frame, and also the locations of the
origin of all link frames in terms of the base frame. Let us say that we are interested in the velocity of the
0
tool point (fixed relative to link n ) and we know Ptool also. Now, for a revolute joint, the velocity of the
tool tip due to the velocity of joint i is given by
0
vi = θ˙ i Zˆ i × ( Ptool – Piorg ) ,
0 0 0
(4)
and the angular velocity of link n due to the velocity of this joint is given by
0
ωi = θ˙ i Zˆ i
0
(5)
0 0
The total linear and angular velocity of the tool is given by the sum of the vi and ωi vectors, respectively.
Give equations analogous to (4) and (5) for the case of joint i prismatic, and write the 6 × 6 Jacobian matrix
of an arbitrary 6-DOF manipulator in terms of the Zˆ i , P iorg and P tool vectors.
c 1 c 23 – c 1 s 23 s1 l1 c1 + l2 c1 c2
0 s 1 c 23 – s 1 s 23 –c1 l1 s1 + l2 s1 c2
3T = (6)
s 23 c 23 0 l2 s2
0 0 0 1
0
Find J ( Θ ) which, when multiplied by the joint velocity vector, gives the linear velocity of the origin of
frame { 3 } relative to frame { 0 } .
a1 c1 – d2 s1
0
P2ORG = a s + d c (7)
1 1 2 1
0
Give the 2 × 2 Jacobian that relates the two joint rates to the linear velocity of the origin of frame { 2 } . Give
a value of Θ where the device is at a singularity.
-3-