A: Intuitively I thought F1 is relationship
between the torso base and the universal coordinate system, then F2 is
relationship between torso base to arm base, then F3 is arm base to forearm
base, then the hand as the tip.
A: Reasonable question. As I described
it in class I was describing Fi in
terms of universal coordinates. But
in fact, the kinematic chain
is a sequence of coordinate transformations,
each relative to the previous
one.
Thus, if F12 is the transformation from F1 to F2, we get
F2 = F1 * F12
etc. In this case, the position of the end effector is something like
ptip = F3*a3
= F2 * F23 * a3
= F1 * F12 * F23 * a3
= F0 * F01 * F12 * F23 * a3
where F01 = [Rot(x,theta1),0]
F12 = [Rot(x,theta2),a1]